﻿*, *::before, *::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html, body{
    height:100%; 
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.testClass{
    background-color:lightgray;
}

body {
    margin: 0;
    padding: 0;
}

/**************************
*Rmove text-shadow in selection highlight
*These selection declaration have to be separate
*Customize the background color to match your design
***************************/

::selection {
    color: #fff;
    background-color: lightgray;
}

::-moz-selection {
    color: #fff;
    background-color: lightgrey;
}

h1,h2,h3,h3,h4,h5,h6 {
    line-height: 1.1;
    margin: 0;
    padding: 0;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}


input[type="checkbox"],
input[type="radio"] {
    min-height: 20px;
    margin: 0;
    padding: 0;
}

input[type="search"]::webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}


button, 
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

body {
    color: #5D5F63;
    background: #F0F1F6;
    font-family: "futura-pt",sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px;
    font-size: 0.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:"filosofia",sans-serif;
    margin-bottom: 10px !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 30px;
    font-size: 1.875rem;
}

h2 {
    font-size: 26px;
    font-size: 1.625rem;
}

h3 {
    font-size: 24px;
    font-size:  1.5rem;
}

h4 {
    font-size: 22px;
    font-size: 1.375rem;
}

h5 {
    font-size: 20px;
    font-size: 1.25rem;
}

h6 {
    font-size: 18px;
    font-size: 1.125rem;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: border-color 0.15s ease;
    -moz-transition: border-color 0.15s ease;
    -ms-transition: border-color 0.15s ease;
    -o-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
    color: #666;
}

/*.checkbox input[type="checkbox"] {
    margin-top: 5px;
}*/

a {
    color: #CCA772;
}
.name{
    color:black;
}

.helpBlock {
    margin-top: -12px;
}

/*==========================================
    Placeholder
  ===========================================*/

::webkit-input-placeholder {
    color: #343434;
    opacity: 0.6;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    -ms-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

:focus::-webkit-input-placeholder {
    opacity: 0.4;
}

::-moz-placeholder {
    color: #343434;
    opacity: 0.6;
}

:focus:-moz-placeholder {
    opacity: 0.4;
}

:-ms-input-placeholder {
    color: #343434;
}

dt {
    text-transform: uppercase;
    margin-bottom: 10px;
}

dd {
    margin-bottom: 20px;
}

.main-wrapper {
    height: 100%;
}

:focus-ms-input-placeholder {
    opacity: 0.4;
}

.sidebar-header {
    padding: 10px 14px 5px;
    font-size: 11px;
}

.spinner:after {
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    content: " ";
    z-index:800;
} 

.spinner:before { 
    background-color: transparent;
    color: #fff;
    top: 45%;
    left: 50%;
    width: 100%;
    height: 100%;
    position: relative;
    content: " ";
    z-index:900;
}

a:hover {
    cursor: pointer;
}

.table-bordered > tfoot > tr.tfootSum td {
    border:none;
}

/*==========================================
    ToggleSlide Event Attendees
  ===========================================*/

.toggleSlide {
	position: relative;
}

.toggleButton {
	position: absolute;
	top:-51px;
	right: 0px;
	display: block;
}
.toggle.btn {
	min-width: 100px !important;
}

/*=========================================
    DROPDOWN
=========================================*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #fbfbfb;
	text-decoration: none;
	background-color: #cca772;
}

/*=========================================
    DATEPICKER
*/

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #000;
}

.daterangepicker td.in-range {
    background-color: #dbe4e8;
    color: #000;
}

.daterangepicker .input-mini.active {
    border: 1px solid #cca772;
}

.applyBtn {
    background-color: #cca772;
    border: 1px solid #a98451;
}

    .applyBtn[disabled] {
        background-color: #cca772;
    }
    
    .applyBtn:hover, .applyBtn:active {
        background-color: #a98451;
        border: 1px solid #a98451;
    }
/*==========================================
    TABS
==========================================*/
.cpdEventSelect {
    display:none;
}

@media only screen and (max-width: 600px) {
    .cpdEventTabs > .nav-tabs {
        display: none;
    }

    .cpdEventSelect {
        margin: 10px 0;
        display: block;
    }
}

.nav-tabs > li > a {
    padding: 15px 20px;
    background-color: #fbfbfb;
    border-width: 1px 1px 0 1px;
    border-color: #e2e3e8;
    border-style: solid;
}

    .nav-tabs > li > a span:first-child {
        margin-right: 10px;
    }

    .nav-tabs > li > a:hover {
        border-color: #eee #eee #ddd;
        border-left: 0 !important;
    }

    .nav-tabs > li.active > a, 
    .nav-tabs > li.active > a:hover, 
    .nav-tabs > li.active > a:focus {
        color: #f5f5f5;
        background-color: #000;
    }
    /*==========================================
    Angular Styles
  ===========================================*/
    .ng-hide-add, .ng-hide-remove {
        /* ensure visibility during the transition */
        display: block !important;
    }

.simpleSlideUp {
  transition: .4s linear all;
  height: auto;
  overflow: hidden;
}

.simpleSlideUp.ng-hide {
  height: 0;
}

/*==========================================
    Modal Styles
  ===========================================*/
.modal-header {
    padding: 10px 15px;
}


.modal-dialog {
    margin: 20px auto 0 auto;
}

.modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.eWallet-modal {
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.eWallet-modal .modal-dialog {
    max-width: 360px;
    width: 100%;
}

.eWallet-modal .modal-header {
    background-color: #000;
    color: #fff;
    text-align: center;
    border-bottom: none;
}


.eWallet-tab {
    margin: 0;
    padding: 0;
    background-color: #101010;
    border-bottom: 2px solid #CCA772;
    overflow: hidden;
}

.eWallet-tab li {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
}

.eWallet-tab li {
    display: block;
    padding: 15px;
    border-right: 1px solid #060606;
}

.eWallet-tab li.active a {
    color: #CCA772;
}

.eWallet-tab li:last-child {
    border-right: none;
}

.eWallet-tab li a {
    color: #fff;
}

.eWallet-tab li a:hover {
    cursor: pointer;
    color: #CC9B57;
}

.eWallet-modal .modal-body-wrapper {
    margin: 0 auto;
    padding: 5px 15px;
    max-width: 340px;
    width: 100%;
}

.eWallet-modal .modal-body form {
    margin-bottom: 0;
}

.eWallet-modal button {
    width: 100%;
}
.eWallet-modal label {
    display: block;
}

.eWallet-modal label span.help-block {
    margin-top: 0;
    padding-left: 10px;
    display: inline-block;
    
}

.eWallet-modal .pZero {
    padding-left: 0;
}

.payment-details ul li {
    line-height: 22px;
    line-height: 20px;
    color: #BBB9BA;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.payment-details ul li span {
    font-size: 0.85rem;
    color: #000;
    text-transform: none;
}


.modal-header button.close {
    position: absolute;
    top: 15px;
    right: -150px;
    color: white;
    text-shadow: none;
    z-index: 500;
    opacity: 0.8;
}

.modal-header button.close:focus {outline:0;}


.general-modal .modal-header {
    background: #000;
    color: #fff;
}

    .general-modal .modal-header button.close {
        right: 25px;
    }

.general-modal .table > tbody > tr > td {
    padding: 5px 8px;
    line-height: 1;
    vertical-align: middle;
}

.btn-scan-modal {
    position: absolute;
    top: 3px;
    right: 18px;
    padding: 3px 15px;
}

.scan-user-result {
    position: absolute;
    top: 40px;
    right: 20px;
}

input#card_number {
    padding-left: 65px;
    position: relative;
}

.card-flag + ._flag {
    background: url('../img/card-flag-highlight-opt.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 30px;
    display: none;
    position: absolute;
    top: 24px;
    left: 20px;
}

.card-flag + ._flag {
    background-position: -1px -279px;
    display: inline-block;
}

    .card-flag.card-flag-amex + ._flag {
        background-position: 0 0;
        display: inline-block; }

    .card-flag.card-flag-diners + ._flag {
        background-position: 0 -160px;
        display: inline-block; }

    .card-flag.card-flag-elo + ._flag {
        background-position: 0 -240px;
        display: inline-block; }

    .card-flag.card-flag-hipercard + ._flag {
        background-position: 0 -320px;
        display: inline-block; }

    .card-flag.card-flag-master + ._flag {
        background-position: 0 -400px;
        display: inline-block; }

    .card-flag.card-flag-visa + ._flag {
        background-position: 0 -480px;
        display: inline-block; }

    .card-flag.card-flag-hiper + ._flag {
        background-position: 0 -556px;
        display: inline-block;}
    .creditcard {
        width: 180px;
        position: relative;
    }


    #mainNav li.active {
        background-color: #cca772;
        color: #000000;
    }


    #trans-manual {
        margin-top: 0;
    }


.transaction-modal .modal-body {
    padding: 0 15px 15px 15px;
}



.transaction-modal .modal-dialog {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

.transaction-modal .modal-header button.close {
    position: absolute;
    top: 7px;
    right: 17px;
    color: grey;
    text-shadow: none;
    z-index: 500;
    opacity: 0.8;
}



.transaction-modal .transaction-update {
    background: #f1f1f1;
    margin-bottom: 5px;
    padding-top: 5px;
}

.transaction-modal-filter {
    margin-bottom: 6px;
}

.transaction-details {
    margin-bottom: 20px;
    height: 350px;
    overflow-y: auto;
}

.trans-types {
    padding-top: 5px;
    display: inline-block;
}

.trans-types .checkbox  {
    margin-right: 10px;
}

.transaction-manual {
    position: relative;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    padding: 0 0 10px 0;
}

.transaction-manual .form-group > label {
    display: block;
}

.transaction-manual .btn {
    margin-top: 21px;
}

.profile {
    width: 35px;
    height: 38px;
}

    /*==========================================
    DASHBOARD TILES
  ===========================================*/

#main-content .dashboard-tile .content h1 {
    font-size: 1.85rem;
    padding: 0;
}

#main-content .dashboard-tile .content ul li {
    line-height: 22px;
}

#main-content .dashboard-tile .content ul li:first-child {
    font-size: 1.625rem;
}


#main-content .dashboard-tile .content .appFormSubmit {
    margin: 0;
}


/*==========================================
    Multiselect
  ===========================================*/
.multiselect {
    width: 195px;
    border: 1px solid lightgrey;
    text-align: left;
    border-radius: 3px !important;
}

/*==========================================
    Sidebar + Header Styles
  ===========================================*/

#header {
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.sidebar {
    position: fixed;
    padding-top: 60px;
    top: 76px;

}

.main-content-wrapper #main-content {
    margin-top: 85px;
}


#header .user-nav {
    padding-top: 30px;
}

#header .user-nav ul li {
    margin: 0 10px;
}


/********************
    NAV
*********************/

.nav .open > a {
    border-color: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #cca772;
    border-left: solid 4px #a98451;
}



/********************
    LOGIN
*********************/

.login-wrap,
.password-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/barLibrary_splash_normal.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}

.logo-login {
    margin: 0 auto;
    background-image: url('../img/BarOfNI_Logo_Dark@2x.png');
    background-repeat: no-repeat;
    width: 120px;
    height: 121px;
    display: block;
    background-size: 120px 121px;
}

.account-wall {
    position: absolute;
    margin: auto;
    padding: 20px 0 10px 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 360px;
    width: 100%;
    height: 420px;
    background-color: rgba(255, 255, 255, 0.35);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.form-signin, form.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
}

.form-signin .form-signin-heading{
    margin-bottom: 10px;
}

.form-signin .form-control{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus{
    z-index: 2;
}

.form-signin input {
    margin-bottom: 10px;
    border-radius: 0;
}

.login {
    border-radius: 0;
}

.message-alert {
    margin-top: 12px;
    color: #b71111;
    background-color: #fff;
    text-align: center;
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.need-help
{
    margin-top: 10px;
}

.form-group.required .control-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 8px;
    top: 7px;
}

.dropdown-menu {
	z-index: 2000 !important
}

.table-responsive {
	overflow-x: unset !important;
}


/******************************
    BUTTONS
*******************************/

.btn {
    border-radius: 0;
}

.btn-table {
    padding: 2px 7px;
    margin-bottom: 0;
}

/******************************
    PANEL
******************************/

.panel {
    border-radius: 0;
}

.panel-default {
    overflow:hidden;
}

.panel-alt {
	overflow: unset !important;
}



/*******************************
    PAYMENT FORM
*******************************/
.payment-wrap {
    margin-top: 20px;
}
.paymentRadio {
    margin-left: -22px !important;
}

.paymentAmount {
    max-width: 105px !important;
    width: 100%;
    padding-left: 16px;
}

.form-padding-btm {
    padding-bottom: 35px;
}
.paymentAmountWrap {
    position: relative;
}

.paymentAmountWrap i {
    position: absolute;
    top: 11px;
    left: 21px;
}

.request-label {
    vertical-align: top;
}

.brand-box {
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-top: -3px;
}

    .barlibrary-request {
        background: url('../img/request-from.png') no-repeat 0 0;
    }

   .resolutionCentre-request {
        background: url('../img/request-from.png') no-repeat 0 -34px;
    }

#comments-form button {
    margin-left: 292px;
}

.comments-list {
    margin-bottom: 50px;
}

@media(max-width: 768px) {
    #comments-form button {
        margin-left: 0;
    }
}


.payment-modal .modal-content {
    overflow: hidden;
}

.cancel-payment-request {
    padding: 20px;
}

.cancel-payment-request .modal-header {
    padding: 0 !important;
}

.btn-close-modal {
    border: 0;
    background: 0;
    font-weight: 600;
}

/*==========================================
    PCA 
  ===========================================*/
.pca-section {
    padding-top: 30px;
}
/*******************************
    FORMS
*******************************/
#comments-form input, #comments-form textarea,
#main-form input, #main-form textarea {
    max-width: 450px;
}


    .help-block {
        margin-bottom: 0;
    }

    .appFormSubmit {
        margin: 20px 0;
        padding: 10px 30px;
    }

    input[type=number] {
        max-width: 195px !important;
    }

    input.appAltNumberField {
        max-width: 195px !important;
    }

    button.appAltDateDropdown {
        max-width: 195px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-transition: border-color 0.15s ease;
        -moz-transition: border-color 0.15s ease;
        -ms-transition: border-color 0.15s ease;
        -o-transition: border-color 0.15s ease;
        transition: border-color 0.15s ease;
        color: #666;
    }

    ul.dropdown-menu {
        max-height: 325px;
        overflow-y: auto;
        border-radius: 2px;
    }

    .dropdown-menu > .active > a {
        background-color: #cea772;
    }

    .form-horizontal .control-label {
        text-align: left;
    }

    .red {
        color: #e51628
    }

    .green {
        color: #64bd63
    }

    .amber {
        color: #f0ad4e;
    }

    .appLegend {
        font-size: 30px;
        font-weight: 300;
        display: block;
        width: 100%;
        padding: 0 0 15px 0;
        margin-bottom: 20px;
        font-size: 21px;
        line-height: inherit;
        color: #333;
        border-bottom: 1px solid #e5e5e5;
    }

        .appLegend > span {
            font-size: 15px;
            display: block;
            margin-bottom: 10px;
            color: #737373;
        }

        .appLegend h3 i {
            color: #CCA772;
        }

            .appLegend h3 i:hover {
                cursor: pointer;
                color: #CC9B57
            }

    label {
        font-weight: 500;
        margin-bottom: 0;
    }

    .bl-select {
        max-width: 195px !important;
    }

    select#addresses {
        max-width: 450px !important;
        width: 100% !important;
    }

    .exp-btn {
        position: absolute;
        top: -20px;
        left: 190px;
        padding: 6px 10px;
    }

    p.input-group.date {
        max-width: 195px;
        margin-bottom: 0;
    }

    .btn-calendar {
        padding: 7px 13px;
        font-size: 14px;
    }

    img#cardPhoto, img#tillPhoto {
        margin: 10px 0 0 0;
        max-width: 86px;
        width: 100%;
        height: 105px;
    }

    .contactDetailIdField {
        max-width: 195px !important;
    }

    .postroomDetails input {
        max-width: 195px !important;
    }

    .pupilageCheckbox {
        transform: scale(1.3);
    }

    #pupilage {
        margin-top: 7px;
        margin-left: 5px;
    }

    /***********************
  TABLE
************************/
    .dataTables_length label, .dataTables_filter label {
        font-weight: 500;
        text-align: left;
        white-space: nowrap;
    }

    .dataTables_length select.pageSize {
        display: inline-block;
        width: 75px;
    }

    .dataTables_filter {
        margin: 10px 0;
        float: left;
    }

    @media(min-width: 830px) {
        .dataTables_filter {
            margin: 0;
            float: right;
        }
    }


    .dataTables_filter input.searchBox {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .pagination {
        float: right;
        margin: 0;
    }

        .pagination > li > a, .pagination > li > span {
            ;
            color: #cca772;
        }

        .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
            background-color: #cca772;
            border-color: #c5a372;
        }

    .extra {
        padding: 0 0 20px 0;
    }


    .table > thead > tr > th {
        font-weight: 500;
    }

    .table > tfoot > tr > td {
        font-weight: 500;
    }

    .table i {
        cursor: pointer;
    }

    /*.table-list:hover {
        cursor: pointer;
    }*/

    /************************
MODAL
************************/

    .sidebar .nav .nav-header {
        color: #fff;
    }


    .nav-header {
        padding: .25rem 1rem 0;
        color: rgba(55,63,78,.54);
        font-size: .8125rem;
    }

        .nav-header h2 {
            margin-bottom: 0;
            color: inherit;
            font-size: inherit;
            line-height: 1.5rem;
            text-transform: uppercase;
        }

    /************************
SCROLL TO
************************/

    fieldset {
        position: relative;
    }

        fieldset:before {
            display: block;
            content: " ";
            margin-top: -285px;
            height: 285px;
            visibility: hidden;
        }


    .vertical-nav {
        width: 100%;
        max-width: 250px;
        background: #f1f2f7;
        position: fixed;
        top: 117px;
        right: 40px;
        z-index: 1000;
    }

    .vertical-nav-inner {
        padding: 15px;
    }

        .vertical-nav-inner h2 {
            font-size: 1.7em;
        }

        .vertical-nav-inner span {
            font-size: 12px;
            display: block;
            margin-top: 5px;
            margin-bottom: 10px;
            color: #737373;
        }

        .vertical-nav-inner ul {
            margin-left: -35px;
        }

            .vertical-nav-inner ul li {
                list-style: none;
            }

                .vertical-nav-inner ul li:hover {
                    cursor: pointer;
                }

                .vertical-nav-inner ul li a {
                    display: block;
                    width: 100%;
                    padding: 5px;
                }

                    .vertical-nav-inner ul li a.active {
                        background: lightgray;
                    }

    @media(max-width: 750px) {

        .quickJump {
            display: none;
        }
    }

    .toggle-navigation button i {
        color: #fff;
    }

    /***************************
    OPTIONS EVENT ATTENDEES
*/


    .attendee-modal {
        overflow: hidden;
    }

    .attendee-table {
        position: relative;
        display: block;
        margin: 0 0 10px 0;
        height: 40vh;
        overflow-y: scroll;
    }

    .options-wrap {
        position: relative;
        display: inline-block;
    }

    .options-item {
        display: inline-block;
        margin-right: 10px;
    }

    .dropdown-header {
        padding: 3px 10px 3px 0;
        font-weight: 600;
    }

    .attendee-alert {
        margin: 10px 0;
        padding: 5px 15px;
    }

    /*******************************
EWALLET
********************************/
    .quick-balance h2 {
        color: #cca772;
    }

    .quick-balance span {
        display: none;
    }

    @media(min-width: 560px) {
        .quick-balance span {
            font-size: 15px;
            margin-top: -8px;
            display: block;
            text-align: center;
        }
    }

    span#helpBlock {
        display: none;
    }

    @media(min-width: 560px) {
        span#helpBlock {
            margin-top: -10px;
            font-size: 15px;
            display: block;
        }
    }

    /*  COLUMN SETUP  */
    .col {
        display: block;
        float: left;
        /*margin: 1% 0 1% 1.6%;*/
        padding: 0 15px;
    }

        .col:first-child {
            margin-left: 0;
        }

        .col:last-child {
            margin-right: 0;
        }

        .col label {
            display: block;
        }

    .col-page-change {
        width: 100%;
    }

    @media(min-width: 1020px) {
        .col-page-change {
            width: 15%;
            float: left;
            display: block;
            margin-right: 5%;
        }
    }

    .page-change {
        width: 30%;
        float: left;
        margin-right: 5%;
    }

        .page-change select {
            max-width: 75px;
        }

    @media(min-width: 1020px) {
        .page-change {
            width: 100%;
        }
    }

    .page-change select {
        width: 100%;
    }

    .page-change-search {
        width: 65%;
        float: left;
    }

    @media(min-width: 1020px) {
        .page-change-search {
            display: none;
        }
    }

    .page-change-search input {
        width: 100%;
    }


    .col-transaction {
        width: 100%;
    }

    @media(min-width: 1020px) {
        .col-transaction {
            width: 75%;
            display: block;
            float: left;
            margin-right: 5%;
        }
    }

    .transaction-history {
        width: 100%;
    }

    @media(min-width: 445px) {
        .transaction-history {
            width: 40%;
            float: left;
            margin-right: 2%;
        }
    }

    @media(min-width: 1020px) {
        .transaction-history {
            width: 150px;
            margin-right: 2%;
        }
    }

    .transaction-history select {
        width: 100%;
    }

    .transaction-actions {
        display: block;
        margin: 10px auto;
        max-width: 650px;
    }

    @media(min-width: 445px) {
        .transaction-actions {
            margin: 19px 0 0 0;
            float: right;
            width: 100%;
        }
    }

    @media(min-width: 1020px) {
        .transaction-actions {
            float: left;
        }
    }


    .col-search {
        display: none;
    }

    @media(min-width: 1020px) {
        .col-search {
            width: 25%;
            display: block;
            float: right;
        }

        .search-wrap {
            max-width: 155px;
            float: right;
        }
    }

    a.chk-all.btn {
        margin-top: 1px;
        margin-left: 20%;
    }

    .chk-all {
        margin-right: 5px;
        background: none #fcfcfc;
        border: 1px solid #cccccc;
        border-radius: 3px !important;
        color: #afafaf;
        display: inline-block;
        padding: 10px 10px;
    }

        .chk-all input[type="checkbox"] {
            margin-top: 0;
        }

    .eWalletDownloadBtn {
        height: 43px;
        margin-right: 5px;
        background: none #fcfcfc;
        border: 1px solid #cccccc;
        border-radius: 3px !important;
        display: inline-block;
        /*padding-left: 3%;*/
        color: #afafaf;
    }

    .eWalletExpandedRow {
        margin: 0px;
        padding: 0px;
    }

    .tdIcon {
        display: inline-block;
        width: 100%;
    }

        .tdIcon:hover {
            cursor: pointer
        }

    td i {
        text-align: center;
    }

    .pull-right-not-xs, .pull-right-not-sm, .pull-right-not-md, .pull-right-not-lg {
        float: right;
    }

    .pull-left-not-xs, .pull-left-not-sm, .pull-left-not-md, .pull-left-not-lg {
        float: left;
    }

    /**OFFERS*/
    .offer-totals {
        position: fixed
    }

    .offers-terms-accept span {
        margin-left: 2em;
    }

    @media(max-width: 505px) {


        .dataTables_length_inner, .dataTables_filter {
            display: block;
            width: 100%;
        }

        .dataTables_length_inner {
            width: 155px !important;
        }

        .dataTables_inner_search {
            width: 205px !important;
        }

        .dataTables_length_inner, .dataTables_inner_search {
            margin: 0 auto;
            display: block
        }
    }

    /*********************
    CPD FILE UPLOAD
**********************/

    .file-wrapper {
        position: relative;
        overflow: hidden;
        max-width: 650px;
        width: 100%;
    }

        .file-wrapper h2 {
            margin-top: 20px;
        }

    .file-box {
        position: relative;
        display: block;
        margin-bottom: 10px;
        border-radius: 6px;
        padding: 15px 5px 15px 80px;
        float: left;
        width: 100%;
        max-width: 600px;
        border: 1px solid #cdd0d4;
    }

        .file-box:hover {
            cursor: pointer;
            border-color: #cca772;
            box-shadow: 0 0 5px rgb(204, 167, 114);
        }

        .file-box.ng-move,
        .file-box.ng-enter,
        .file-box.ng-leave {
            -webkit-transition: all ease-in-out 1s;
            transition: all ease-in-out 1s;
        }

            .file-box.ng-leave.ng-leave-active,
            .file-box.ng-move,
            .file-box.ng-enter {
                opacity: 0;
            }

                .file-box.ng-leave,
                .file-box.ng-move.ng-move-active,
                .file-box.ng-enter.ng-enter-active {
                    opacity: 1;
                }

        .file-box a {
            margin-bottom: 0 !important;
            font-size: 1rem;
        }

        .file-box p {
            margin-bottom: 0;
        }

        .file-box button {
            position: absolute;
            top: -2px;
            right: -4px;
            background: none;
        }

        .file-box span[data-file$=".ppt"]:before,
        .file-box span[data-file$=".pptx"]:before,
        .file-box span[data-file$=".key"]:before,
        .file-box span[data-file$=".pdf"]:before,
        .file-box span[data-file$=".doc"]:before,
        .file-box span[data-file$=".docx"]:before,
        .file-box span[data-file$=".xls"]:before,
        .file-box span[data-file$=".xlsx"]:before,
        .file-box span[data-file$=".xlr"]:before,
        .file-box span[data-file$=".zip"]:before,
        .file-box span[data-file$=".txt"]:before,
        .file-box span[data-file$=".csv"]:before,
        .file-box span[data-file$=".png"]:before,
        .file-box span[data-file$=".jpg"]:before,
        .file-box span[data-file$=".jpeg"]:before,
        .file-box span[data-file$=".gif"]:before,
        .file-box span[data-file$=".tif"]:before,
        .file-box span[data-file$=".tiff"]:before,
        .file-box a[href$=".ppt"]:before,
        .file-box a[href$=".pptx"]:before,
        .file-box a[href$=".key"]:before,
        .file-box a[href$=".pdf"]:before,
        .file-box a[href$=".doc"]:before,
        .file-box a[href$=".docx"]:before,
        .file-box a[href$=".xls"]:before,
        .file-box a[href$=".xlsx"]:before,
        .file-box a[href$=".xlr"]:before,
        .file-box a[href$=".zip"]:before,
        .file-box a[href$=".txt"]:before,
        .file-box a[href$=".csv"]:before,
        .file-box a[href$=".png"]:before,
        .file-box a[href$=".jpg"]:before,
        .file-box a[href$=".jpeg"]:before,
        .file-box a[href$=".gif"]:before,
        .file-box a[href$=".tif"]:before,
        .file-box a[href$=".tiff"]:before {
            position: absolute;
            width: 62px;
            height: 72px;
            top: 5px;
            left: 10px;
        }

        .file-box span[data-file$=".ppt"]:before,
        .file-box span[data-file$=".pptx"]:before,
        .file-box span[data-file$=".key"]:before,
        .file-box a[href$=".ppt"]:before,
        .file-box a[href$=".pptx"]:before,
        .file-box a[href$=".key"]:before {
            content: url('../img/ppt.png');
        }


        .file-box span[data-file$=".pdf"]:before,
        .file-box a[href$=".pdf"]:before {
            content: url('../img/pdf.png');
        }

        .file-box span[data-file$=".txt"]:before,
        .file-box span[data-file$=".csv"]:before,
        .file-box a[href$=".txt"]:before,
        .file-box a[href$=".csv"]:before {
            content: url('../img/text.png');
        }

        .file-box span[data-file$=".doc"]:before,
        .file-box span[data-file$=".docx"]:before,
        .file-box a[href$=".doc"]:before,
        .file-box a[href$=".docx"]:before {
            content: url('../img/doc.png');
        }

        .file-box span[data-file$=".xls"]:before,
        .file-box span[data-file$=".xlsx"]:before,
        .file-box span[data-file$=".xlr"]:before,
        .file-box a[href$=".xls"]:before,
        .file-box a[href$=".xlsx"]:before,
        .file-box a[href$=".xlr"]:before {
            content: url('../img/xls.png');
        }

        .file-box span[data-file$=".zip"]:before,
        .file-box a[href$=".zip"]:before {
            content: url('../img/zip.png');
        }

        .file-box span[data-file$=".png"]:before,
        .file-box span[data-file$=".jpg"]:before,
        .file-box span[data-file$=".jpeg"]:before,
        .file-box span[data-file$=".gif"]:before,
        .file-box span[data-file$=".tif"]:before,
        .file-box span[data-file$=".tiff"]:before,
        .file-box a[href$=".png"]:before,
        .file-box a[href$=".jpg"]:before,
        .file-box a[href$=".jpeg"]:before,
        .file-box a[href$=".tif"]:before,
        .file-box a[href$=".tiff"]:before,
        .file-box a[href$=".gif"]:before {
            content: url('../img/img.png');
        }


        /*.file-box a[href$=".ppt"]:hover:before,
    .file-box a[href$=".pptx"]:hover:before,
    .file-box a[href$=".key"]:hover:before,
    .file-box a[href$=".pdf"]:hover:before,
    .file-box a[href$=".doc"]:hover:before,
    .file-box a[href$=".docx"]:hover:before,
    .file-box a[href$=".xls"]:hover:before,
    .file-box a[href$=".xlsx"]:hover:before,
    .file-box a[href$=".xlr"]:hover:before,
    .file-box a[href$=".zip"]:hover:before,
    .file-box a[href$=".txt"]:hover:before,
    .file-box a[href$=".csv"]:hover:before,
    .file-box a[href$=".png"]:hover:before,
    .file-box a[href$=".jpg"]:hover:before,
    .file-box a[href$=".jpeg"]:hover:before,
    .file-box a[href$=".gif"]:hover:before,
    .file-box a[href$=".tif"]:hover:before,
    .file-box a[href$=".tiff"]:hover:before {
        -webkit-transition: 1s all ease-in-out;
        transition: 1s all ease-in-out;
    }*/

        .file-box a[href$=".ppt"]:after,
        .file-box a[href$=".pptx"]:after,
        .file-box a[href$=".key"]:after,
        .file-box a[href$=".pdf"]:after,
        .file-box a[href$=".doc"]:after,
        .file-box a[href$=".docx"]:after,
        .file-box a[href$=".xls"]:after,
        .file-box a[href$=".xlsx"]:after,
        .file-box a[href$=".xlr"]:after,
        .file-box a[href$=".zip"]:after,
        .file-box a[href$=".txt"]:after,
        .file-box a[href$=".csv"]:after,
        .file-box a[href$=".png"]:after,
        .file-box a[href$=".jpg"]:after,
        .file-box a[href$=".jpeg"]:after,
        .file-box a[href$=".gif"]:after,
        .file-box a[href$=".tif"]:after,
        .file-box a[href$=".tiff"]:after {
            content: "Download";
            position: absolute;
            top: 37px;
            left: 79px;
            color: #aaa;
        }

        .file-box a:before {
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
        }

        .file-box a:hover:before {
            content: url('../img/download.png');
        }


        .file-box .info-bar {
            padding: 10px 15px;
            background: rgba(0, 0, 0, 1);
            color: #FFF;
        }

    table.file-list {
        background: #F8F8F8;
        border: 1px dashed #DDD;
    }

        table.file-list i {
            color: #cca772;
        }


    .drop-box {
        display: block;
        background: #F8F8F8;
        border: 1px dashed #DDD;
        max-width: 650px;
        width: 100%;
        /* height: 65px; */
        text-align: center;
        padding: 120px 0;
    }

        .drop-box em {
            color: #cca772;
            font-weight: 600;
            font-style: normal;
        }


    .custom-align-fields input,
    .custom-align-fields .checkbox {
        display: inline-block;
    }

    .cpd-checkbox span,
    .cpd-checkbox input {
        display: inline-block;
    }

    .cpd-checkbox span {
        margin: 0 0 0 15px;
    }

    /******************
    CPD VIDEO
*****************/

    .viewer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1900px;
        margin: 0 auto 20px auto;
        position: relative;
    }

    .video-player {
        width: 100%;
        height: 400px;
        background: black;
    }


    /**************
    CPD DATE SELECT
*/
    @media (min-width: 610px) {
        .time-group .text-split {
            padding-top: 13px;
        }
    }

    .custom-date {
        pointer-events: none;
        cursor: not-allowed;
        background-color: #e0e0e0;
    }

    .date-range-wrap {
        max-width: 475px;
    }

    .date-select {
        max-width: 175px;
        float: left;
        display: block;
        width: 100%;
    }

    .text-split {
        display: block;
        float: left;
        width: 100%;
        margin: 0;
    }

    .time-select {
        float: left;
        height: 33px;
        margin-top: 15px;
    }

    @media (min-width: 555px) {
        .date-range-wrap {
            display: block;
        }

        .date-select {
            display: inline-block;
        }

        .text-split {
            width: auto;
            margin: 5px 10px 0 10px;
        }
    }


    .custom-select button {
        max-width: 195px;
        color: #717171;
        outline: 0;
        height: 18px;
        padding: 6px 11px;
        line-height: 18px;
        font-size: 13px;
        background-color: #fafafa;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
        min-height: 36px;
        filter: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        background-image: none;
        text-align: left;
    }

        .custom-select button:hover {
            cursor: default;
            color: #717171;
            background-image: none;
            background-color: #fafafa;
            border: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
        }

    .custom-select .btn-default:focus {
        border-color: #cca772;
        transition: none !important;
        background-image: none !important;
        background-color: none !important;
    }



    .custom-select button > .caret {
        position: absolute;
        color: #717171;
        top: 15px;
        right: 6px;
        border-top: 6px dashed;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
    }

    .custom-select .dropdown-menu {
        max-width: 195px;
        margin-top: 0;
        background-color: #fafafa;
    }

        .custom-select .dropdown-menu > li > a {
            border-radius: 0;
        }


        .custom-select .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
            color: #fff;
            text-decoration: none;
            background-color: #cc9b57;
            outline: 0;
            margin-bottom: 2px;
            border-radius: 0;
        }


    .custom-select .open .dropdown-toggle.btn-default {
        background-color: #fafafa;
        background-image: none;
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
    }

    table.uib-timepicker {
        margin-top: -45px;
    }

    .uib-time {
        display: inherit !important;
    }

        .uib-time input {
            max-width: 50px !important;
        }

    td.uib-increment.hours, td.uib-increment.minutes,
    td.uib-decrement.hours, td.uib-decrement.minutes {
        display: none;
    }



    .btn-black {
        background-color: #2a2a2a;
        color: #fff !important;
    }

        .btn-black:hover {
            background-color: #000;
        }

.btn-export {
    background: #FCFCFC;
    color: #CCA772;
    border: 1px solid lightgray;
    border-radius: 1px;
}
    /************************************
    MULTISELECT ERRORS
************************************/
    .has-error .custom-select button.dropdown-toggle {
        border: 1px solid #a94442 !important;
    }
    /*==========================================
    CPD EVENT DATES
  ===========================================*/

    .schedule-group {
        background-color: #f1f0f0;
        border: 1px solid #cccccc;
        margin-bottom: 20px;
        padding: 15px;
        width: 100%;
        max-width: 630px;
    }

    @media (max-width: 991px) {
        .cpd-graph {
            margin-top: -20px;
        }
    }

    .cpd-graph-labels {
        margin-bottom: 5px;
    }

    .cpd-graph > .appFormSubmit {
        margin: 0;
        margin-top: 6px;
    }

    .cpd-graph-labels > .label-primary {
        background-color: #8fb1c2;
    }

    .cpd-event-item {
        position: relative;
        margin: 0 0 20px 0;
        padding: 20px 10px;
        background-color: #fff;
        border: 1px solid #cdd0d4;
        max-width: 600px;
        width: 100%;
    }

    .cpd-event-count h2 {
        margin: 10px 0 0 0;
    }

    .cpd-event-col {
        display: block;
        float: left;
    }

    td.col-cpd-break {
        word-break: break-all;
    } 
    .cpd-search {
        max-width: 300px;
    }

    .cpd-event-date, .cpd-event-count {
        width: 100%;
    }

    .cpdSchedule-error {
        border: 1px solid #a30c0c;
    }

    .cpd-event-count h2 {
        margin: 10px 0 0 0;
        display: inline-block;
    }

    .cpd-event-count p {
        display: inline-block;
    }

    .start-finish-wrap > p:first-child i {
        position: absolute;
        top: 6px;
        left: 5px;
        color: #cca772;
    }

    .cpd-event-screenOptions {
        position: absolute;
        right: 11px;
        top: 35px;
    }

        .cpd-event-screenOptions i {
            padding: 0 10px;
        }

            .cpd-event-screenOptions i:hover {
                cursor: pointer;
            }


    .cpd-event-options {
        position: absolute;
        top: 30px;
        right: 20px;
    }

        .cpd-event-options i {
            padding-right: 20px;
        }

            .cpd-event-options i:hover {
                cursor: pointer;
                color: #cca772;
            }

            .cpd-event-options i:last-child {
                padding-right: 0;
            }


    .cpd-row-title {
        font-weight: 500;
    }


    @media (min-width: 600px) {
        .cpd-event-options {
            top: 14px;
        }

        .cpd-event-count {
            width: 60px;
            text-align: center;
        }

            .cpd-event-count h2 {
                display: block;
            }

            .cpd-event-count p {
                display: block;
            }

        .cpd-event-date {
            margin-left: 75px;
            width: 300px;
        }
    }

    @media (min-width: 880px) {
    }
    /*
    START FINISH TIME
*/
    .start-finish-wrap {
        position: relative;
        max-width: 520px;
        width: 100%;
        padding: 5px 20px;
    }

    .start-finish {
        position: relative;
        margin-top: 10px;
        margin-left: 5px;
        max-width: 230px;
        width: 100%;
    }


        .start-finish span {
            color: grey;
        }

        .start-finish:before {
            content: "";
            position: absolute;
            left: 15px;
            top: 50%;
            width: 75%;
            height: 1px;
            background: #a98451;
        }

    .divider-path {
        position: absolute;
        left: -17px;
        top: 18px;
        width: 2px;
        height: 18px;
        background: -webkit-repeating-linear-gradient(#cca772, #cca772 3px, transparent 3px, transparent 6px);
        background: repeating-linear-gradient(#cca772, #cca772 3px, transparent 3px, transparent 6px);
        border-color: #cca772;
    }

        .divider-path:before {
            content: "";
            position: absolute;
            top: -13px;
            left: -4px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: 2px solid;
            border-color: inherit;
        }

        .divider-path:after {
            content: "";
            position: absolute;
            top: 18px;
            left: -4px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: 2px solid;
            border-color: inherit;
        }

    .cpd-event-editing {
        background-color: #fafafa;
        border-color: #e2d3bd;
    }

    .editing-highlight {
        position: absolute;
        bottom: -11px;
        left: 0px;
        text-shadow: none;
        background-color: #cca772;
        width: 100%;
        padding-left: 15px;
        color: #8a6639;
    }

    .error-highlight {
        position: absolute;
        bottom: -11px;
        left: 0px;
        text-shadow: none;
        background-color: #eba6a6;
        color: #a30c0c;
        width: 100%;
        padding-left: 15px;
    }

    .editing-highlight i {
        cursor: pointer;
    }


    .fadeIn.ng-enter, .fadeIn.ng-leave {
        -webkit-transition: 1s linear all;
        -moz-transition: 1s linear all;
        -o-transition: 1s linear all;
        transition: 1s linear all;
    }
    /* starting animations for enter */
    /* terminal animations for enter */

    .fadeIn.ng-enter {
        opacity: 0;
    }

        .fadeIn.ng-enter.ng-enter-active {
            opacity: 1;
        }

    .fadeIn.ng-leave {
        opacity: 1;
    }

        .fadeIn.ng-leave.ng-leave-active {
            opacity: 0;
        }

    @media (max-width: 767px) {
        table .uib-timepicker {
            margin-top: -37px;
        }

        .pull-right-not-xs, .pull-left-not-xs {
            float: none;
        }

        .pull-right-xs {
            float: right;
        }

        .pull-left-xs {
            float: left;
        }
    }

    @media(max-width: 990px) {
        .data-option {
            margin-top: 20px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .pull-right-not-sm, .pull-left-not-sm {
            float: none;
        }

        .pull-right-sm {
            float: right;
        }

        .pull-left-sm {
            float: left;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .pull-right-not-md, .pull-left-not-md {
            float: none;
        }

        .pull-right-md {
            float: right;
        }

        .pull-left-md {
            float: left;
        }
    }

    @media (min-width: 1200px) {
        .pull-right-not-lg, .pull-left-not-lg {
            float: none;
        }

        .pull-right-lg {
            float: right;
        }

        .pull-left-lg {
            float: left;
        }
    }

