html {
    width: 100%;
}

body {
    overflow-x: hidden !important;
}

    body.show-spinner > main {
        overflow: hidden !important;
    }

    /* Hide everything under body tag */
    body.show-spinner > * {
        opacity: 0;
    }

    /* Spinner */
    body.show-spinner::after {
        content: " ";
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 2px solid rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        border-top-color: rgba(0, 0, 0, 0.3);
        animation: spin 1s ease-in-out infinite;
        -webkit-animation: spin 1s ease-in-out infinite;
        left: calc(50% - 15px);
        top: calc(50% - 15px);
        position: fixed;
        z-index: 1;
    }

#app-container.sub-hidden main, #app-container.menu-sub-hidden main,
#app-container.menu-hidden main {
    margin-left: 140px;
    margin-right: 15px;
}

main {
    margin-top: 115px;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


.custom-field-holder {
    display: flex;
    align-items: flex-end;
}

    .custom-field-holder.left {
        justify-content: flex-start;
    }

    .custom-field-holder.right {
        justify-content: flex-end;
    }

.pagination .page-item .page-link {
    border: 1px solid #145388;
}

    .pagination .page-item .page-link.page_active {
        background: #145388;
        color: #fff;
        border: 1px solid #145388;
    }

.pagination .page-item.disabled .page-link {
    border: 1px solid #d7d7d7;
    color: #d7d7d7;
}


.w-120 {
    min-width: 120px;
}

.table-holder {
    overflow-y: auto;
    width: 100%;
}

.table tbody td a.btn {
    color: #fff !important;
}

.mini {
    font-size: 12px;
    padding: 4px 8px;
}

    .mini.block {
        display: block;
        line-height: 10px;
        width: 80px;
        margin-bottom: 4px;
    }

.alert.block {
    display: block;
}

.bootstrap-timepicker input[type="text"] {
    font-size: .8rem;
    padding: .5rem .75rem;
    border: 1px solid #d7d7d7;
    height: calc(2em + .8rem);
    width: 48px;
}

input[type="text"].aspNetDisabled,
select.aspNetDisabled {
    padding: .5rem .75rem;
    border: 1px solid #d7d7d7;
    height: calc(2em + .8rem);
    width: 100%;
}


.table thead {
    background: #0087ea;
    /*background: #fbaa30;*/
}


    .table thead th {
        color: #fff;
    }

/*.table thead tr {
    background: #31859d !important;
}*/

.table-striped tbody tr:nth-of-type(2n+1) {
    background: #ddd !important;
}

.table tbody td {
    position: relative;
}

    .table tbody td a {
        color: #145388 !important;
        /*position: relative;
    display: block;
    width: 100%;
    border: 1px solid;
    height: 53px;
    z-index: 999999 !important;
    background: red;*/
    }

        .table tbody td a span {
            color: #145388 !important;
        }

        .table tbody td a.inout {
            /*border: none;
background: unset;*/
            position: absolute;
            display: block;
            z-index: 9 !important;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
        }

            .table tbody td a.inout > input {
                /*position: absolute;
display: block;*/
                z-index: 1 !important;
            }


#clndrEmpShiftSchedule,
#clndrShiftSchedule {
    margin: 0px auto;
    width: 90%;
    margin-bottom: 30px;
    border: 1px solid #1570a6;
}


    #clndrEmpShiftSchedule tr:nth-child(1) td,
    #clndrShiftSchedule tr:nth-child(1) td {
        background: #0087ea !important;
        color: #fff !important;
        font-size: 15px;
        padding: 5px;
        width: auto !important;
        height: auto !important;
        text-align: center;
    }

    #clndrEmpShiftSchedule tr:nth-child(2) td,
    #clndrShiftSchedule tr:nth-child(2) td {
        width: auto !important;
        height: auto !important;
    }

    #clndrEmpShiftSchedule tr:nth-child(1) td a,
    #clndrShiftSchedule tr:nth-child(1) td a {
        color: #fff !important;
        font-size: 20px;
        padding: 10px;
        text-decoration: none;
    }

        #clndrEmpShiftSchedule tr:nth-child(1) td a:hover,
        #clndrShiftSchedule tr:nth-child(1) td a:hover {
            color: #12618f !important;
        }


    #clndrEmpShiftSchedule tr td,
    #clndrShiftSchedule tr td {
        /*width:0px !important;*/
        height: 80px;
        border-top: 1px solid #0087ea;
        border-right: 1px solid #0087ea;
        text-align: right;
        vertical-align: top;
        font-weight: bold;
    }

        #clndrEmpShiftSchedule tr td:last-child,
        #clndrShiftSchedule tr td:last-child {
            border-right: none !important;
        }

        #clndrEmpShiftSchedule tr td p,
        #clndrShiftSchedule tr td p {
            text-align: center;
            font-weight: normal;
        }

.modal hr {
    border-top: 1px solid #145388 !important;
}


.theme-colors.default-transition {
    display: none;
}


/*login*/
.fixed-background {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00488f+0,0079d3+100 */
    background: #00488f; /* Old browsers */
    background: -moz-linear-gradient(left, #00488f 0%, #0079d3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00488f 0%,#0079d3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00488f 0%,#0079d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00488f', endColorstr='#0079d3',GradientType=1 ); /* IE6-9 */
}

.my-custom-login .logo-holder {
    margin-top: 40px;
}

    .my-custom-login .logo-holder img {
        width: 80px;
    }


.my-custom-login .auth-card .image-side,
.my-custom-login .card.auth-card {
    border-radius: 0px !important;
}

.my-custom-login .auth-card .image-side {
    background: #0087ea url(../img/login-left-side.png) no-repeat center top;
}

.my-custom-login .text-white {
    color: #fff;
}

    .my-custom-login .text-white a {
        text-decoration: underline;
    }

/* login */

/*general*/

.form-control:disabled,
.form-control[readonly] {
    background: #fff !important;
}

.my-custom-template .navbar {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00488f+0,0079d3+100 */
    background: #00488f; /* Old browsers */
    background: -moz-linear-gradient(left, #00488f 0%, #0079d3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00488f 0%,#0079d3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00488f 0%,#0079d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00488f', endColorstr='#0079d3',GradientType=1 ); /* IE6-9 */
}


#app-container.menu-sub-hidden .menu-button .sub,
#app-container.sub-hidden .menu-button .sub {
    fill: #fff;
}

.navbar .menu-button .main {
    fill: #fff;
}

.navbar .header-icon {
    color: #fff;
}

.navbar .user .name {
    color: #fff;
}
/*general*/


/*tams custom*/
.tams-menu {
}

    .tams-menu .main-menu {
        border-radius: 0px !important;
    }


.menu .sub-menu {
    width: 240px !important;
}

    .menu .sub-menu ul li a span {
        max-width: 138px;
    }

    .menu .sub-menu ul li a .icon-top-right {
        position: absolute;
        right: 0px;
        top: 12px;
    }

/*.tams-menu .sub-menu {
width: 160px;
}

.tams-menu .sub-menu ul li {
margin-left: 16px;
}

.tams-menu .sub-menu ul li ul li {
    margin-left: 0px;
}

.tams-menu .list-unstyled li a img{
    display: block;
    margin: 0 auto;

}

.tams-menu .sub-menu ul li ul li i {
    font-size: 14px;
}*/

.tams-menu .sub-menu ul li .icon-div {
    font-size: 1.3em;
    margin-right: 10px;
    color: #8f8f8f;
    vertical-align: middle;
    display: inline-block;
}


.tams-title {
}

    .tams-title > * {
        align-self: center;
    }

    .tams-title .img-title {
        margin-right: 16px;
    }

        .tams-title .img-title + span {
            color: #595959;
        }

.tams-card {
    box-shadow: none;
    border-radius: 0px;
}

    .tams-card .card-title {
        color: #595959 !important;
    }

.tams-card-transparent {
    box-shadow: none;
    border-radius: 0px;
    background: unset;
}

.tams-card-bordered {
    /*border: 1px solid #0070c0;
    background: rgba(6, 150, 255, .1);*/
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0px !important;
    padding: 24px;
}

.tams-text-label {
    color: #6c757d;
}

.tams-text-value {
    color: #0070c0;
    font-weight: bold;
    text-transform: unset;
}

/*for icons*/
i.tams-text-value {
    display: inline-block !important;
}

    i.tams-text-value:before {
        font-weight: bold !important;
    }

.btn-tams {
    border-radius: 0px !important;
    font-weight: bold;
    transition: color 200ms;
    font-size: 14px;
}

    .btn-tams.btn-primary {
        background: #0696ff !important;
        border: 1px solid #0696ff !important;
    }

        .btn-tams.btn-primary:hover {
            background: #0070c0 !important;
            border: 1px solid #0070c0 !important;
        }

    .btn-tams.btn-secondary {
        background: #7f7f7f !important;
        border: 1px solid #7f7f7f !important;
    }

        .btn-tams.btn-secondary:hover {
            background: #595959 !important;
            border: 1px solid #595959 !important;
        }


#pnlLogSheetButtons .btn.disabled,
#pnlLogSheetButtons .btn:disabled {
    background: rgba(127, 127, 127, .65) !important;
    border: 1px solid rgba(127, 127, 127, .65) !important;
    border-radius: 0px !important;
    font-weight: bold;
    transition: color 200ms;
    font-size: 14px;
}


    #pnlLogSheetButtons .btn.disabled:hover,
    #pnlLogSheetButtons .btn:disabled:hover {
        background: rgba(127, 127, 127, .65) !important;
        border: 1px solid rgba(127, 127, 127, .65) !important;
    }


.tams-table {
    background: #fff;
    /*border: 1px solid #0070c0;*/
}



    .tams-table thead {
        /*background: #0070c0;*/
        background: #3c4043;
    }

        .tams-table thead .light-bg {
            background: #7f7f7f;
        }

        .tams-table thead .blue-bg {
            background: #0696ff !important;
        }

.tams-table-center th,
.tams-table-center td {
    text-align: center;
}

.tams-table th,
.tams-table td {
    padding: 8px;
}

    .tams-table td.yellow-bg {
        background: #fcf4de;
    }

.tams-table thead tr th:first-child,
.tams-table tbody tr td:first-child {
    /*border-top: 1px solid #0070c0 !important;*/
    border-top: 1px solid #ebebeb !important;
}

.tams-table thead tr th:last-child,
.tams-table tbody tr td:last-child {
    /*border-top: 1px solid #0070c0 !important;*/
    border-top: 1px solid #ebebeb !important;
}

.tams-table thead tr:first-child th {
    /*border-top: 1px solid #0070c0 !important;*/
    border-top: 1px solid #ebebeb !important;
}

.tams-table tbody tr:last-child td {
    /*border-bottom: 1px solid #0070c0 !important;*/
    border-top: 1px solid #ebebeb !important;
}


.tams-table tbody tr td {
    /*background: #0696ff;*/
    /*background: rgba(6, 150, 255, .1);*/
    /*border: 1px solid rgba(6, 150, 255, .3) !important;*/
    /*background: #edeee9;*/
    border: 1px solid #ebebeb !important;
    color: #6c757d;
    /*height: 38px;*/
}

.tams-table.cutoff-table tbody tr td {
    padding-block: 2px;
}

.tams-table.tams-daily-view tbody tr td {
    padding: 4px !important;
    height: 30px;
}

.tams-table.tams-log-sheet {
    margin-bottom: 0px;
}

    .tams-table.tams-log-sheet thead {
        background: #0696ff !important;
    }

    .tams-table.tams-log-sheet tbody tr td {
        padding: 0px !important;
        height: 30px;
        vertical-align: middle;
    }

        .tams-table.tams-log-sheet tbody tr td > * {
            align-self: center;
        }

        .tams-table.tams-log-sheet tbody tr td > span {
            height: 16px;
            overflow: hidden;
            display: block;
        }

    .tams-table.tams-log-sheet tbody td > .tams-table.tams-log-sheet thead tr.blue-bg:nth-of-type(2n+1) {
        background: #0696ff !important;
    }

    .tams-table.tams-log-sheet tbody tr td .form-control {
        padding: 0px;
        height: 18px;
        width: 120px;
        display: inline-block;
        color: #6c757d;
        background: unset !important;
        border: 1px solid rgba(6, 150, 255, .3) !important;
        /*border: 1px solid #d7d7d7 !important*/
    }

    .tams-table.tams-log-sheet tbody tr td .timekeeping-datetime-holder {
        display: flex;
        justify-content: center;
    }

        .tams-table.tams-log-sheet tbody tr td .timekeeping-datetime-holder > * {
            align-self: center;
        }


    .tams-table.tams-log-sheet tbody tr td .form-control.from-date,
    .tams-table.tams-log-sheet tbody tr td .form-control.to-date {
        /*width: 110px !important;*/
        width: 105px !important;
    }

    .tams-table.tams-log-sheet tbody tr td .form-control.from-time,
    .tams-table.tams-log-sheet tbody tr td .form-control.to-time {
        /*width: 60px !important;*/
        width: 50px !important;
        margin-left: 4px;
    }


.tams-log-sheet-small-font td span,
.tams-log-sheet-small-font td .form-control {
    font-size: 0.72rem !important;
}


.tams-table.table-striped tbody tr:nth-of-type(2n+1) {
    background: #f2f2f2 !important;
}

.tams-table.table-striped tbody tr.green-bg {
    background: #c4d6a0 !important;
}

.tams-table.tams-table-blue.table-striped tbody tr:nth-of-type(2n+1) {
    background: rgba(0, 112, 192, .2) !important;
}

/*cto earned column*/
.tams-table td .earned-yes {
    color: #00a248;
}

.tams-table td .earned-no {
    color: #ff0000;
}

.tams-pagination {
    margin-bottom: 0px;
}

    .tams-pagination .page-item {
        padding: 0px !important;
    }

    .tams-pagination > * {
        align-self: center;
    }

    .tams-pagination .page-item .page-link,
    .tams-pagination .page-item .paginate_active,
    .tams-pagination .page-item .paginate_button {
        border-radius: 0px !important;
        padding: 4px;
        height: unset;
        width: unset;
        border: unset;
        min-width: 24px;
        border: unset;
        color: #0070c0;
    }


    .tams-pagination .page-item.disabled .page-link {
        border: unset;
        padding: 4px;
        height: unset;
        width: unset;
    }

    .tams-pagination .page-item.previous .page-link,
    .tams-pagination .page-item.last-item .page-link {
        font-size: 14px;
    }

    .tams-pagination li:last-of-type {
        margin-bottom: 5px !important;
    }


/*employee sheet table on table*/
.emp-cto-applied-holder {
    height: unset !important;
    border: unset !important;
    padding: 0px !important;
    width: 148px !important;
    position: relative;
}


    .emp-cto-applied-holder .td-label {
        border-top: 1px solid #ebebeb !important;
        color: #fff;
        background: #0696ff !important;
        width: 100%;
        height: 37px;
        padding: 8px;
        text-align: center;
        position: absolute;
        top: 0px;
        left: 0px;
        font-weight: bold;
    }


    .emp-cto-applied-holder .td-value {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

/*employee sheet table on table*/

/*fck editor*/
.TB_ToolbarSet,
.TB_Expand,
.TB_Collapse {
    border: 1px solid #0070c0 !important;
    background: rgba(6, 150, 255, .1) !important;
}


/*custom page*/

/*organization structure*/
.org-holder {
}


    .org-holder .org-item i {
        font-size: 28px;
    }

.border-right-org {
    border-right: 1px solid rgba(0,0,0,0.1);
}

.border-right-org-dashed {
    border-right: 2px dashed rgba(0,0,0,0.1);
}

.console-holder {
    margin-bottom: 8px;
}


.tams-error-message {
    color: #6c757d;
    font-weight: 700;
    background: #f4af85;
    padding: 8px 16px;
    display: block;
    font-size: 1rem;
}

.custom-file-label span {
    height: 20px;
    display: block;
    overflow: hidden;
    width: 75%;
}

.tams-table .table-last-row {
    background: #f8f8f8;
    border: unset;
}

    .tams-table .table-last-row td {
        background: #f8f8f8;
        border: unset !important;
        padding: 6px;
        border-color: #f8f8f8 !important;
    }

/* NOTIFICATIONS */
.menu-notification {
    position: relative;
}

    .menu-notification span {
        color: white;
        position: absolute;
        top: -10px;
        right: -10px;
        padding: 9px !important;
        background: red;
        font-weight: 900;
        border-radius: 100%;
        border: 1px solid black;
        line-height: 0 !important;
    }

.notification-items .card .card-body {
    padding: 1rem !important;
}

.notification-item .title a {
    font-size: 1.5rem;
    font-weight: bolder;
    display: flex;
    align-items: center;
}

.notification-item .title span {
    margin: 0 15px;
    position: relative;
    padding: 5px;
    border-radius: 50%;
    background: white;
    border: 1px solid black;
    line-height: 1;
    display: flex;
    align-items: center;
}

    .notification-item .title span i {
        margin: 0;
    }

    .notification-item .title span .notification-counter {
        background-color: red;
        margin: 0;
        top: -10px;
        left: 20px;
        font-size: 10px;
        border-radius: 50%;
        color: white;
        padding: 5px 7px;
        position: absolute;
        line-height: 1;
    }

.notification-item .notification-category label {
    font-size: 1.3rem;
    font-weight: bold;
}

.notification-item .notification-category i {
    color: #0077d0;
    font-size: 50px;
}
.downloadable-cards {
    display: flex;
}

.downloadable-card {
    border: 1px solid #00488f;
    border-radius: 10px;
    padding: 1rem;
    margin: 1rem;
    flex: 1 1;
    flex-direction: column;
    box-shadow: 1px 1px 5px #00000030;
    transition: all ease-in-out 500ms;
    background-color: white;
}

    .downloadable-card:hover {
        box-shadow: 0 0 0 #00000030;
    }

    .downloadable-card .file-name {
        display: flex;
        justify-content: space-between;
    }


        .downloadable-card .file-name h5 {
            font-size: 1rem;
            font-weight: 900;
        }

    .downloadable-card .file-icon {
        text-align: center;
        font-size: 50px;
        /*border-top: 1px solid #c6dbee;*/
    }

    .downloadable-card .file-information {
        display: flex;
        justify-content: space-between;
        color: #909090;
    }

/* HR FORMS */
.hr-forms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}

.hr-forms .hr-form {
    border: 1px solid #00488f;
    border-radius: 10px;
    padding: 1rem;
    flex-direction: column;
    box-shadow: 1px 1px 5px #00000030;
    transition: all ease-in-out 250ms;
    cursor: pointer;
}

.hr-forms .hr-form:hover {
    box-shadow: unset;
    transform: scale(0.99);
}

.hr-forms .hr-form-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.hr-forms .file-name {
    text-align: center;
    border-bottom: 1px solid #c6dbee;
    text-transform: uppercase;
}

.hr-forms .form-information {
    display: flex;
    align-items: center;
    grid-gap: .5rem;
    margin-block: .5rem;
    flex-wrap: wrap;
}

.hr-forms .form-information .file-icon {
    font-size: 50px;
    flex: 0 1;
    display: flex;
    margin: auto;
}

.hr-forms .form-information .description {
    flex: 1 1 25ch;
}

.hr-forms .file-information {
    border-top: 1px solid #c6dbee;
    padding: .5rem;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0087ea;
}

/* START TAMS CUSTOM TABLE*/
.tams-table.announcement-table tbody tr td img {
    object-fit: contain;
    width: 100%;
}

.tams-table.announcement-table tbody tr .announcement-id {
    width: 15ch;
}

.tams-table.announcement-table tbody tr .announcement-emp-id {
}

.tams-table.announcement-table tbody tr .announcement-message {
}

.tams-table.announcement-table tbody tr .announcement-status {
    width: 9ch;
}
/* END TAMS CUSTOM TABLE*/



.tax-calculation-section .form-group .form-control-plaintext {
    font-weight: 700;
}

.tax-calculation-section hr {
    border-top: 4px solid #004990;
    margin: 0;
}

.tax-calculation-section .this-payroll .header {
    background-color: #004990;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    padding: 5px;
    width: 100%;
}

.tax-calculation-section .this-payroll .computation label {
    font-weight: 700;
}

.tax-calculation-section .this-payroll .computation .value {
    font-weight: unset;
    margin: unset;
}

.tablesorter-headerRow .tablesorter-header {
    vertical-align: middle;
    white-space: nowrap;
}

.tablesorter-headerRow .tablesorter-header .tablesorter-header-inner {
    padding-right: 20px;
    position: relative;
}


/* Table Sort Auto-reg*/
.tablesorter-headerRow .sortable-icon.tablesorter-headerAsc .tablesorter-header-inner::before,
.tablesorter-headerRow .sortable-icon.sortable-icon.tablesorter-headerUnSorted .tablesorter-header-inner::before {
    content: '\e889';
    color: #ffffff;
    font-family: "iconsminds";
    font-style: normal;
    font-weight: normal;
    right: 0;
    position: absolute;
}

.tablesorter-headerRow .sortable-icon.tablesorter-headerAsc .tablesorter-header-inner::after,
.tablesorter-headerRow .sortable-icon.tablesorter-headerUnSorted .tablesorter-header-inner::after {
    content: '\e850';
    color: #ffffff99;
    font-family: "iconsminds";
    font-style: normal;
    font-weight: normal;
    right: -7px;
    position: absolute;
}

.tablesorter-headerRow .tablesorter-headerDesc .tablesorter-header-inner::before {
    content: '\e889';
    color: #ffffff99;
    font-family: "iconsminds";
    font-style: normal;
    font-weight: normal;
    right: 0;
    position: absolute;
}

.tablesorter-headerRow .tablesorter-headerDesc .tablesorter-header-inner::after {
    content: '\e850';
    color: #ffffff;
    font-family: "iconsminds";
    font-style: normal;
    font-weight: normal;
    right: -7px;
    position: absolute;
}

/* TABLE SORTER EMPLOYEE TRANSFER */
#tableEmployeeTransfer {

}

/* emp-transfer */
#formEmpTransfer .request-type > label {
    padding-left: 5px;
}

#formEmpTransfer a.btn {
    height: 38px;
}

#pnlTransferEmployeesAll .td-table {
    padding: 0;
    border: 0;
    padding-bottom: .5rem;
}

#pnlTransferEmployeesAll .td-table.hr-comments {
    display: flex;
    flex-direction: column;
}

#pnlTransferEmployeesAll .action-buttons .btn {
    padding: .3rem .5rem !important;
    white-space: nowrap;
    margin-bottom: .3rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
    text-align: left;
    font-size: 0.7rem;
}

.dd-cutoff > .chzn-container {
    width: unset !important;
}
.chzn-container-single .chzn-drop {
    width: 265px !important;
}
.dd-cutoff > .chzn-container-single .chzn-search > input {
    width: 256px !important;
}
.dd-cutoff > .chzn-container .chzn-results {
    width: 260px;
}

.dd-cutoff #lblPayrollPeriodDTRCutOff {
    white-space: nowrap !important;
}



@media (max-width: 1439px) {
    main {
        margin-top: 100px;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/*customization*/
@media (max-width:1439px) {
    .menu .sub-menu {
        width: 264px;
    }
}