﻿/**, .selectize-input {
    line-height: 10px !important;
}*/

body {
    background-color: #CCC;
}

body, html, form {
    margin: 0;
    padding: 0px 0px 0px 0px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*height: 90%;*/
    background-color: transparent;
}

h4 {
    z-index: -2 !important;
}

#Main {
     display: block; 
    background-color: #FFF;
    height: 90%;
    /* margin-bottom: 75px; */
    position: absolute;
    width: 100%;
    overflow: auto;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #4ac9f2 !important;
    border-color: #4ac9f2 !important;
}

.mobile-timesheet-item {
    padding: 5px 0px 0px 15px
}

.mobile-item-btn {
    padding: 4px 7px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
}

.mobile-delete-button {
    position: absolute;
    top: 10px;
    right: 10px;

    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.mobile-edit-button {
    position: absolute;
    top: 55px;
    right: 10px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

@media screen and (max-width: 400px){
    .user-menu-drop-down > a svg {
        color: white;
    }

    .user-menu-drop-down > a {
        font-size: 1.2em;
    }

    /*.login-bar {
        height: 0px !important;
    }*/

    #MenuWrapper {
        top: 0px;
    }

    #MenuWrapper > nav > div > div {

    }

    #MenuWrapper > nav > div > div > button {
        left: 5px;
    }

}

.user-menu-drop-down > a svg

.login-container .form-group {
    text-align: left;
}

.dashboard-panel-action-btn {
    margin-top: 1px;
    margin-bottom: 1px;
    float: right;
}

#Main {
    z-index: 1;
}

#MainMenu {
	left: 0px;
    top: 0px;
}

@media screen and (max-width: 768px){
	#MainMenu {
		left: 0px;
    		top: 34px;
	}


}

    #MainMenu li.dropdown {
        top: 0px;
    }

#UserMenu.navbar-nav {
    max-height: 35px !important;
    min-height: 35px !important;
    padding-top: 10px !important;
}

.login-bar {
    background-color: #FFF !important;
    width: 100% !important;
    /*height: 35px !important;*/ /* Commented this for DPAYDEV-1122 fix */
    height: 40px !important /* DPAYDEV-1122 */
}

@media screen and (max-width: 923px) {
     .login-bar {
    	height: 0px !important;
     }

     iframe {
	display: none;
     }
}

.navbar-header {
    top: 5px;
    left: 4px !important;
    /* right: 0px; */
    position: absolute;
}

img.login-logo {
    width: 300px;
    margin: 10px 5px;
}

img.main-logo {
    /*width: 90px;*/ /* Commented this for DPAYDEV-1122 fix */
    /* height: 100px; */
    width: 55px; /* DPAYDEV-1122 */
    height: 35px; /* DPAYDEV-1122 */
    margin-left: 0px;
    margin-bottom: 0px;
    position: relative;
    /* top: -10px;
}

img.footer-logo {
    width: 50px;
    /*height: 100px;*/
    display: inline-block;
    margin-bottom: 4px;
    margin-top: 0px;
}

/* JSR: */
.help-tip {
    position: absolute;
    top: -25px;
    right: 18px;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

.help-tip:before {
    content: '?';
    font-weight: bold;
    color: #fff;
}

.help-tip:hover p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.help-tip p { /* The tooltip */
    display: none;
    text-align: center;
    background-color: #1E2021;
    padding: 10px;
    width: 400px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: 30px;
    top: -10px;
    color: #FFF;
    font-size: 11px;
    line-height: 1.4;
}

.help-tip p:before { /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #1E2021;
    right: -10px;
    top: 17px;
    transform:rotate(90deg);
}

.help-tip p:after { /* Prevents the tooltip from being hidden */
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
}

#editEmailTemplateModal
{
    /*margin-top: 0px !important;*/
    left: 30%;
    width: 700px;
    margin-left: 0px;
}

#fairworkModal, #letterModal, #handbookModal {
    left: 20%;
    width: 800px;
    height: 90%;
    margin-left: 0px;
}
#fairworkModal .modal-content, #letterModal .modal-content, #handbookModal .modal-content {
    width: 800px;
    height: 100%;
    margin-left: 0px;
}
    #fairworkModal object, #letterModal object, #handbookModal object {
        width: 100%;
        height: 100%;
    }
    #fairworkModal .modal-body, #letterModal .modal-body, #handbookModal .modal-body {
        width: 100%;
        height: 80%;
        overflow: hidden;
    }

input .super-onboarding {
    width: 100% !important;
}
div .super-onboarding-holder {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}
.control-label {
    margin-top: 2px !important;
}
#editSuperSelfManaged, #editSuperDefaultFund {
    margin-top: -1px !important;
    margin-left: 20px !important;
    margin-right: 5px !important;
    height: auto !important;
}
#SuperLookupResults th {
    text-align: center !important;
}
.ui-dialog-titlebar-close {
    display: none;
}
.btnUpdate {
    float: right;
    margin: 10px;
}
.dataTables_paginate {
    height: 100px !important;
}

.vmiddle {
    vertical-align: middle !important;
}
.button-spacer {
    margin-right: 2px !important;
}
.expense-grid-button-cell, .expense-edit-button-cell {
    text-align: right !important;
    padding-right: 22px !important;
}
@media screen and (min-width: 480px) {
    .td-indent {
        margin-left: 10px !important;
    }
}
/* JSR: end */
/* CSS animation */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100;
    }
}

/* Dashboards */

.Dashboard-Panel {
    position: absolute;
    top: 5px;
    bottom: 0px;
    width: 100%;
    left: 10px;
    margin-top: 16px;
}

.box-header {
    color: gray;
    font-size: 13px;
    font-weight: 500;
}

.wrapper {
    display: grid;
    grid-gap: 8px 8px;
    grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
    grid-template-rows: 25% 25% 25% 25%;
    /* grid-auto-columns: 100px; */
    background-color: transparent;
    height: 96%;
    min-height: 85%;
    margin: 0px 10px 0px -10px;
    background-color: #EEEEEE;
    padding: 9px 63px 52px 8px;
}

.box {
    background-color: #FFF;
    color: #000;
    border-radius: 0px;
    padding: 0px 13px 10px 13px;
    font-size: 150%;
    /*border: 5px #CCCCCC solid;*/
}

.timesheet-funnel {
    grid-column: 1 / 3;
    grid-row: 1 / 5;
}

.total-timesheets-current-period {
    grid-column: 7;
    grid-row: 1 / 2;
}

.total-paid-current-period {
    grid-column: 8;
    grid-row: 1 / 2;
}

.total-invoiced-current-period {
    grid-column: 4;
    grid-row: 1 / 2;
}

.total-new-starters {
    grid-column: 4;
    grid-row: 2 / 3;
}

.timesheet-history {
    grid-column: 7 / 9;
    grid-row: 3 / 5;
}

.invoice-history {
    grid-column: 3 / 7;
    grid-row: 1 / 3;
}

.paid-history {
    grid-column: 3 / 7;
    grid-row: 3 / 5;
}

.payroll_summary {
    grid-column: 7 / 9;
    grid-row: 1 / 3;
}

.misc-1 {
    grid-column: 7;
    grid-row: 2 / 3;
}

.misc-2 {
    grid-column: 8;
    grid-row: 2 / 3;
}

.quick-btn {
    /*background: #fff;
    -webkit-box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #EEE;
    box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #EEE;*/
    color: #444;
    display: table;
    height: 100%;
    /* margin: 5px; */
    padding-top: 30px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    position: relative;
}

    .quick-btn span {
        display: block;
    }

    .quick-btn span {
        display: inline-block;
        flex-wrap: wrap;
        font-size: 13px;
        font-weight: 500;
        position: relative;
        top: 3px;
        left: 0px;
        color: gray;
    }

    .quick-btn a {
        flex-wrap: wrap;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        display: table-cell;
        padding-bottom: 14px;
    }

/*html, body {
    height: 100%;
}*/

.chart-container {
    height: 90%;
    width: 100%;
}

td.dt-nowrap { white-space: nowrap }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
    top: 0px;
    left: 0px;
    height: 14px;
    width: 0px;
    display: none;
    position: absolute;
    color: white;
    border: 0px solid white;
    border-radius: 0px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Font Awesome 5 Free";
    line-height: 14px;
    font-weight: 900;
    color: #337ab7;
    content: '\f0fe';
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
    color: #000000;
    content: '\f146';
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child svg {
    font-size: 20px;
    color: #000000;
    margin-right: 6px;
    margin-left: -20px;
    vertical-align: middle;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child svg {
    font-size: 20px;
    color: #337ab7;
    margin-right: 6px;
    margin-left: -20px;
    vertical-align: middle;
}

table.dataTable tbody tr td {
    vertical-align: middle !important;
}

div.dataTables_wrapper {
    /*top: -35px;
    margin-bottom: 75px;
    z-index: 0 !important;*/
}

.navbar-default .navbar-toggle {
    border-color: #FFFFFF;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #000000;
    }

@media screen and (max-width: 768px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #ffffff;
        /*margin-top: 34px;*/
width: -webkit-fill-available;
    }

.collapsing {
    position: absolute;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
}
}

@media screen and (min-width: 769px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #ffffff;
    }
}

@media screen and (max-width: 768px) {
    #EntryPanel {
        max-height: 468px;
        overflow-y: scroll;
    }
}

.payroll_status_summary_header {
    width: 100%;
    font-size: .6em;
    border: 1px solid #999999;
    margin: 3px 3px 5px 3px;
    padding: 3px 3px 3px 5px;
    border-radius: 3px;
    background-color: #EEEEEE;
}


#payrollStatusSummary {
    overflow-y: scroll;
    padding-right: 50px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box;
}

.payroll_status_summary_item_group {
    
}

.payroll_status_summary_item_group span{
    
}

.payroll_status_summary_item_title {
    font-size: 1.1em;
    font-weight: 600;
}

.payroll_status_summary_item {
    display: block;
    
}

.payroll_status_summary_item_label {
    font-weight: bold;
    margin-right: 10px;
    width:40px;
}

.payroll_status_summary_item_value {
    margin-right: 5px;
}

/* onboarding */

#OnboardingMain {
    margin: 0px 0px 70px 0px;
    background-color: white;
}

.wizard {
    margin: 0px auto;
    /*margin: 0px 0px 0px 20px;*/
    background: #fff;
    width: 98%;
}


.wizard .nav-tabs {
    position: relative !important;
    margin: 5px auto !important;
    margin-bottom: 0 !important;
    border-bottom-color: #e0e0e0 !important;
}

.wizard > div.wizard-inner {
    position: relative !important;
    height: 5px;
}

.wizard-inner .nav-tabs:first-child {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard-inner .nav-tabs > li.active > a, .wizard-inner .nav-tabs > li.active > a:hover, .wizard-inner .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard-inner li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizard-inner li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard-inner .nav-tabs > li {
    width: 25%;
}

.wizard-inner li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard-inner li.active:after {
    content: " ";
    position: absolute;
    left: 21%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard-inner .nav-tabs > li a {
    width: 60px;
    height: 60px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard-inner .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 17px;
    margin-left: auto;
    margin-right: auto;
}

.wizard h3 {
    margin-top: -20px;
    font-size: 18px;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}


.wizard-header-info {
    /*margin-left: 7% !important;
    height: auto;
    margin-bottom: 5px;*/
}


.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555 !important;
    cursor: default !important;
    border: 0 !important;
    border-bottom-color: transparent !important;
}

.wizard li.active span.round-tab {
    background: #fff !important;
    border: 2px solid #5bc0de !important;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de !important;
    }

span.round-tab:hover {
    color: #333 !important;
    border: 2px solid #333 !important;
}

.wizard .nav-tabs > li {
    width: 80px !important;
}

.wizard li:after {
    content: " " !important;
    position: absolute !important;
    left: 46% !important;
    opacity: 0 !important;
    margin: 0 auto !important;
    bottom: 0px !important;
    border: 5px solid transparent !important;
    border-bottom-color: #5bc0de !important;
    transition: 0.1s ease-in-out !important;
}

.wizard li.active:after {
    content: " " !important;
    position: absolute !important;
    left: 46% !important;
    opacity: 1 !important;
    margin: 0 auto !important;
    bottom: 0px !important;
    border: 10px solid transparent !important;
    border-bottom-color: #5bc0de !important;
}

.wizard .nav-tabs > li a {
    width: 70px !important;
    height: 70px !important;
    margin: 20px auto !important;
    border-radius: 100% !important;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent !important;
    }

.wizard .tab-pane {
    position: relative !important;
    padding-top: 20px !important;
}

.wizard h3 {
    margin-top: 0 !important;
    margin-left: 200px;
}

.wizard p {
    margin-bottom: 20px;
}

.wizard .wizardbtn {
    display: inline-block;
    float: left;
    margin-right: 5px !important;
}

.wizard .wizardbtnDiv {
    margin-left: 27% !important;
}

.wizard .wizardbtnDivSolo {
    margin-left: 30% !important;
}

.wizardNotif {
    width: 100%;
    align-content: center;
    margin-left: 30% !important;
}

@media( max-width : 450px ) {

    .wizard {
        width: 85% !important;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px !important;
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .wizard .nav-tabs > li a {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .wizard li.active:after {
        content: " " !important;
        position: absolute !important;
        left: 35% !important;
    }
}


.connecting-line {
            height: 2px !important;
            background: #e0e0e0 !important;
            position: absolute !important;
            width: 80% !important;
            margin: 0 auto !important;
            left: 0 !important;
            right: 0 !important;
            top: 50% !important;
            z-index: 1 !important;
        }

    span.round-tab {
        width: 40px !important;
        height: 40px !important;
        line-height: 70px !important;
        display: inline-block !important;
        border-radius: 100px !important;
        background: #fff !important;
        border: 2px solid #e0e0e0 !important;
        z-index: 2 !important;
        position: absolute !important;
        left: 0 !important;
        text-align: center !important;
        font-size: 25px !important;
    }
    span.round-tab i{
        color:#555555 !important;
    }

.onboarding-login-bar {
    background-color: #FFF !important;
    width: 100% !important;
    height: 20px !important;
}

.onboarding-login-bar .btn {
    margin-top: 5px;
}

#OnboardingMain div {
    text-align: center !important;
}

#OnboardingMain #CompanyLogo {

}

.onboarding-logo-container img{
    width: 100px;
}

#ContentTabs div.tab-pane h3 {
    margin-left: 30px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 20px;
}



/* super onboarding */

iFrame#SuperFrame html body {
    margin-top: 0px !important;
}

.dataTables_processing {
        border: 2px #5bc0de solid !important;
    font-size: 15px !important;
    background-color: white !important;
}


/*.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}*/

