:root {
    --primary-bg-color: #0C223F;
    --primary-color: white;
    --secondary-bg-color: #FF8300;
    --secondary-color: white; 
}


/***** GLOBALS *****/

body {
    font-family: Helvetica, sans-serif;
    /*'Roboto', sans-serif;*/
}


.h1, h1 {
    font-size: 1.5rem;
}
.h2, h2 {
    font-size: 1.3rem;
}
.h3, h3 {
    font-size: 1.2rem;
}

p {
    margin-bottom: 0px !important;
}

/***** NAVBAR *****/

.navbar, .navbar-expand-lg {
    background-color: #0c223f;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

    .navbar a:hover {
        color: orange!important;
        text-decoration: none;
    }

.nav-link {
    color: white;
}

.nav-link-small {
    font-size:0.8em;
}

.navbar-toggler-icon {
    color: white;
}

.navbar-brand img {
    height: 34px;
    top: -6px;
}

.navbar-brand {
    padding: 0px!important;
}    
    
/*
.btn {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 0 1px;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin: 0 10px 15px 0;
    padding: 6px 12px;
    position: relative;
    text-align: center;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    white-space: nowrap;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
*/

    .btn-paddingbottom{
    margin-bottom:5px;
}

.btn-xs {
    padding: .25rem .5rem;
    font-size: .675rem;
    line-height: 1.2;
    border-radius: .1rem;
}

/**** LOGIN PAGE *****/

.login_form {
    margin-top: 5%;
    width: 100%;
    height: auto;
}

.login_left {
    background-color: #0c223f;
    color: white;
    height: 500px;
    border-radius: 8px 0px 0px 8px;

}

.login_right {
    background-color: #ff8300;
    color: white;
    height: 500px;
    border-radius: 0px 8px 8px 0px;
    min-width: 600px;
    padding: 30px 70px;
}

.emailbox {
    border-radius: 3px;
    border: none;
    height: 40px;
}

.passwordbox {
    height: 40px;
    margin-top: 5px;
    border-radius: 3px;
    border: none;
    margin-bottom: 30px;
}

.req{color:red;}

/*#ContentPlaceHolder1_TextBox1, #ContentPlaceHolder1_TextBox2 {
    padding: 0px 0px 0px 5px;
    color: grey;
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: solid 1px grey !important;
    height: 40px;
    margin: 10px;
    padding-top: 10px;
    outline: none;
}*/

.welcomeheader {
    color: white;
    padding: 20px 0px 0px 0px;
}

.catchphrase {
    text-align: left;
    font-size: 45px;
    padding: 120px 100px 100px 10px;
    margin: 20px 0px 0px 50px;

}

.loginbtn {
    height: 40px;
    width: 150px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: none !important;
    font-size: 15px;
    outline: none;
}

.loginbtn:hover {
    border: 1px solid white;
    outline: none;
}

.forgotpasslink {
    font-size: 13px;
    color: #ff8300;
}

.forgotpasslink:hover {
    font-size: 13px;
    color: #ff8300;
    opacity: 0.7;
    text-decoration: none;
}

/* Mini Footer*/

.footerbar {
    margin-top: 0px;

}

.signupmsg {
    font-size: 13px;
}

.signuplink {
    font-weight: bold;
    color: #ff8300;
}

.termslink{
    font-weight: bold;
    color: #ff8300;
    font-size: 13px;
}

    .termslink:hover {
        font-weight: bold;
        color: #ff8300;
        text-decoration: none;
        opacity: 0.7;
        font-size: 13px;
    }

.signuplink:hover {
    font-weight: bold;
    color: #ff8300;
    text-decoration: none;
    opacity: 0.7;
}




/**** SIGN UP PAGE *****/

.signup-form {
    width: 500px;
}

.signup_header {
    color: dimgray;
    padding: 10px 0px 0px 0px;
    margin-top: 50px;
}

.signup_form_bg {
    color: white;
    border-radius: 0px 0px 8px 8px;
}

.formtextbox {
    color: grey;
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: solid 1px grey !important;
    height: 40px;
    margin: 10px;
    padding-top: 10px;
    outline: none;
}

#ContentPlaceHolder1_TextBox8 {
    margin-bottom: 30px;
}

.signup-btn {
    padding: 20px;
}

.signupbtn {
    height: 40px;
    width: 150px;
    border-radius: 10px;
    background-color: none !important;
    font-size: 15px;
    margin-bottom: 30px;
    display: inline;
    margin-top: 20px;
}




/***** FORGOT PASSWORD PAGE *****/


.forgotpass_header {
    color: dimgray;
    padding: 10px 0px 0px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.forgotpass_info {
    display: inline;
    margin-top: 10px;
    margin-left: 5px;
    color: dimgray;
}

.cancellink {
    font-size: 15px;
    color: #ff8300;
}

.cancellink:hover {
    font-size: 15px;
    color: #ff8300;
    opacity: 0.7;
    text-decoration: none;
}

.sendlinkbtn {
    height: 40px;
    width: 150px;
    border-radius: 10px;
    background-color: none !important;
    font-size: 15px;
    display: inline;
    margin-top: 20px;
}

#ContentPlaceHolder1_TextBox9 {
    margin-bottom: 30px;
    color: grey;
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: solid 1px grey !important;
    height: 40px;
    outline: none;
}



/***** USER SETTINGS PAGE *****/

.user_settings_bg {
    color: dimgray;
    border-radius: 0px 0px 8px 8px;
}

.uploadphotobtn {
    height: 40px;
    width: 150px;
    border-radius: 10px;
    background-color: none !important;
    font-size: 15px;
    margin-bottom: 30px;
    display: inline;
    margin-top: 20px;
}

.userphotoholder {
    height: 150px;
    width: 150px;
    border: 1px solid dimgray;
}

.userphoto {
    margin-top: 20px;
}


.user_header {
    color: dimgray;
    padding: 10px 0px 0px 0px;
    margin-top: 50px;
}

.user_form_bg {
    color: white;
    border-radius: 0px 0px 8px 8px;
}


/***** DASHBOARD *****/


.page-title {
    margin-top: 100px;
}

.page-divider {
    height: 10px;
    width: auto;
    background-color: lightgray;
}

.container-fluid, .card-container {
    margin-top: 40px;

}

.card-row {
    margin-left: -12px;
    margin-right: -12px;
    width: auto;
}

.status-card {
    position: relative;
    margin-bottom: 24px;
    background-color: #ffffff;
    color: #313534;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    width: 100%;
    border-left-color: #ea6900;
    border-left-width: 5px;
    height: auto;
}

.status-card .card-title, .status-card .card-body {
    padding: 10px 0px 0px 10px;
    font-weight: bold;
}

.status-card .card-body {
    padding-bottom: 10px;
    font-size: 25px;
}

.status-card .card-title {
    padding-top: 15px;
    color: black;
}

/***** GROUP CREATION *****/

.creategroup_header {
    color: dimgray;
    padding: 10px 0px 0px 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}


.creategroupbtn {
    height: 40px;
    width: 150px;
    border-radius: 10px;
    background-color: none !important;
    font-size: 15px;
    display: inline;
    margin-top: 20px;
    outline: none;
}

.addgroupmemberbtn {
    height: 30px;
    width: 30px;
    border-radius: 10px;
    background-color: none !important;
    font-size: 15px;
    display: inline;
    margin-top: 20px;
    outline: none;
}

/***** EDIT GROUP *****/

.editgroup_header {
    color: dimgray;
    padding: 10px 0px 0px 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.editgroupbtn {
    height: 40px;
    width: 150px;
    border-radius: 10px;
    background-color: none !important;
    font-size: 15px;
    display: inline;
    margin-top: 20px;
    outline: none;
}

/***** CONTACT FORM *****/

.docs-header {
    font-size: 32px;
}

.contact_header {
    color: dimgray;
    padding: 10px 0px 0px 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contactbtn {
    height: 40px;
    width: 150px;
    border-radius: 10px;
    background-color: none !important;
    font-size: 15px;
    display: inline;
    margin-top: 20px;
    outline: none;
}

.messagetextbox {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 300px;
    outline: none;
    color: dimgray;
}

.rowpb{
    margin-bottom:5px;
}






/* MEDIA QUERIES*/
/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
    .login_right {
        display: none !important;
    }

    .login_empty {
        visibility: hidden;
        display: none !important;
    }

    .login_left {
        width: 100%;
        border-radius: 0px 0px 0px 0px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
    
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
    
}



.docpage {
    box-shadow: rgba(0, 0, 0, 0.2) 1px 5px 6px 3px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    margin: 16px;
    position: relative;
}

.docpage select,
.docpage input {
    background: rgba(240,246,255,0.98);
    border: 1px solid rgba(40,128,255,0.3);
}


/* User Avatars - From Kutamo */
.member {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #32353e;
    background-color: #949aa8;
    border-radius: 32px;
    position: relative;
    margin-left: -14px;
    margin-right: 0;
    transition: margin-bottom 0.3s, margin-left 0.3s, margin-top 0.3s, margin-right 0.3s, width 0.3s, height 0.3s, box-shadow 0.3s;
    font-weight: bold;
    vertical-align: middle;
    font-size: 1.2em;
    cursor: pointer;
}

    .member:hover {
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
    }


.rowsp{ margin-bottom:2px;}



/** Start: Make search results go to the spot they belong **/
.search_results_box {
    position: fixed;
    top: 40px;
    right: 180px;
    width: 320px;
    max-width: 320px;
    background: #e1e8ea;
    box-shadow: 0 0 0px 1px hsla(193, 6%, 68%, 1), 0 3px 10px 1px hsla(193, 6%, 47%, 1);
    overflow-y: auto;
}
.search_results_box:empty:before {
    content:'No results to display';
    font-style: italic;
    color:darkgrey;
}
/** End: Make search results go to the spot they belong **/


.table-condensed td, .table-condensed tr {
        padding:4px!important;
}



/* ---- Pretty PRE emulator */
precode, .precode {
    font-size: small;
    font-family: monospace;
    padding: 1px 2px !important;
    vertical-align: middle!important;
    border: 1px solid lightgray;
    border-radius: 0px;
    overflow: auto;
    color: #c7254e;
    background-color: #f9f2f4;
}


.warningbox {
    border: 2px solid orange;
    border-radius:4px;
    background-color: palegoldenrod;
    padding: 4px;
    margin: 4px 0px;
}

/****
Start Plain Toast, no butter.
****/
/* basics and default */
.toaster,
.toaster.bottom-left {
    z-index: 2050;
    padding: 24px;
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 400px;
    width: 100%;
    pointer-events: none; /** Prevent the container from blocking clicks on buttons below it **/
}
/*locationation.*/
.toaster.bottom-right {
    bottom:0;
    right:0;
    left:auto;
}
.toaster.top-right {
    bottom:auto;
    top:0;
    right:0;
    left:auto;
}
.toaster.top-left {
    bottom:auto;
    top:0;
    left:0;
}
/* Actual toast */
.toast {
    z-index: 2050;
    /*display: inline-block;*/
    visibility: hidden;
    min-height:50px;
    margin:auto;
    border-radius: 3px;
    text-align: center;
    /*white-space: nowrap; do we need this?*/
    font-size:1rem;
    position: relative;
    min-width: 50px;
    width:0%;
    /*overflow-x:hidden;*/
    margin-bottom: 3px;
    pointer-events: initial; /** allow toasts to accept clicks, since the container has stopped it **/
}
.toast:after {
    content:"\f2c0";
    font-family: 'Ionicons';
    position: absolute;
    top:0px;
    right:4px;
}
.toast.default {
    background-color:#334;
    color:#eef;
}
.toast .icon {
    font-size:2em;
    width:50px;
    height:100%;
    box-sizing:border-box;
    background-color: rgba(0,0,0,0.14);
    /*background-color: inherit;
    filter:brightness(90%) saturate(110%);*/
    position: absolute;
    left:0;
    bottom:0;
    top:0;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.toast .icon>* {
    display: inline-block;
}
.toast .content {
    margin-left:50px;
    padding:16px;
    min-width: 300px;
    overflow-x: initial;
    white-space: normal; 
}
/* TODO(@Mike): Support colors that are not black*/
.toast.white {
    background-color: #eef;
    color:#334;
}
.toast.white .icon {
    background-color: rgba(0,0,0,0.1);
}
.toast.danger {
    color: #721c24;
    background-color: #f8d7da;
}
.toast.danger .icon {
    background-color: rgba(220, 53, 69,1);
    color:rgba(255,255,255,0.8);
}
.toast.success {
    color: #1c7224;
    background-color: #d7f8da;
}
.toast.success .icon {
    background-color: rgba(30, 126, 52,1);
    color:rgba(255,255,255,0.8);
}
.toast.warn {
    color: #727224;
    background-color: #f8f8da;
}
.toast.warn .icon {
    background-color: rgba(220, 220, 69,1);
    color:rgba(255,255,255,0.8);
}
.toast.info {
    color: #241c72;
    background-color: #dad7f8;
}
.toast.info .icon {
    background-color: rgba( 69,53,220, 1);
    color: rgba(255,255,255,0.8);
}
/*Animate:*/
.toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

.toast.dismiss {
    -webkit-animation: stay 0.1s, shrink 0.5s 0.1s, fadeout 0.5s 0.51s !important;
    animation: stay 0.1s, shrink 0.5s 0.1s, fadeout 0.5s 0.51s !important;
}

@-webkit-keyframes fadein {
    from {bottom: -30px; opacity: 0; overflow-x: hidden; white-space: nowrap; } 
    to {bottom: 0; opacity: 1; overflow-x: hidden; white-space: nowrap; }
}

@keyframes fadein {
    from {bottom: -30px; opacity: 0; overflow-x: hidden; white-space: nowrap; }
    to {bottom: 0; opacity: 1; overflow-x: hidden; white-space: nowrap; }
}

@-webkit-keyframes expand {
    from {min-width: 50px; overflow-x: hidden; white-space: nowrap; } 
    to {min-width: 350px; overflow-x: hidden; white-space: nowrap; }
}

@keyframes expand {
    from {min-width: 50px; overflow-x: hidden; white-space: nowrap; }
    to {min-width: 350px; overflow-x: hidden; white-space: nowrap; }
}
@-webkit-keyframes stay {
    from {min-width: 350px} 
    to {min-width: 350px}
}

@keyframes stay {
    from {min-width: 350px;}
    to {min-width: 350px;}
}
@-webkit-keyframes shrink {
    from {min-width: 350px; overflow-x: hidden; white-space: nowrap; } 
    to {min-width: 50px; overflow-x: hidden; white-space: nowrap; }
}

@keyframes shrink {
    from {min-width: 350px; overflow-x: hidden; white-space: nowrap; } 
    to {min-width: 50px; overflow-x: hidden; white-space: nowrap; }
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1; overflow-x: hidden; white-space: nowrap; } 
    to {bottom: 60px; opacity: 0; overflow-x: hidden; white-space: nowrap; }
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1; overflow-x: hidden; white-space: nowrap; }
    to {bottom: 60px; opacity: 0; overflow-x: hidden; white-space: nowrap; }
}
/****
end Plain Toast, no butter.  What about Jam, Mike? It's nice on Toast. What about pancakes?
****/

.clientddmaxwidth{
    max-width:350px!important;
}


#navbaremailbadge[data-unreadcount="0"]:after {
    display: none;
}
#navbaremailbadge:after {
    content: attr(data-unreadcount);
    position: absolute;
    background: rgb(0, 123, 255);
    font-size: 70%;
    color: white;
    padding: 0px 3px;
    border-radius: 5px;
    right: -13%;
    bottom: 0px;
}
#navbaremailbadge {
    /* styles for the message badge */
    position: relative;
}
#navbarpexabadge[data-unreadcount="0"]:after {
    display: none;
}
#navbarpexabadge:after {
    content: attr(data-unreadcount);
    position: absolute;
    background: rgb(255, 123, 0);
    font-size: 70%;
    color: white;
    padding: 0px 3px;
    border-radius: 5px;
    right: -13%;
    bottom: 3px;
}
#navbarpexabadge {
    /* styles for the message badge */
    position: relative;
}
#navbarpexainvites[data-unreadcount="0"]:after {
    display: none;
}
#navbarpexainvites:after {
    content: attr(data-unreadcount);
    position: absolute;
    background: rgb(255, 123, 0);
    font-size: 70%;
    color: white;
    padding: 0px 3px;
    border-radius: 5px;
    right: -13%;
    bottom: 3px;
}
#navbarpexainvites {
    /* styles for the message badge */
    position: relative;
}

#navbarfilenotes[data-unreadcount="0"]:after {
    display: none;
}
#navbarfilenotes:after{
    content:attr(data-unreadcount);
    position: absolute;
    background: rgb(255,123,0);
    font-size:70%;
    color:white;
    padding: 0px 3px;
    border-radius: 5px;
    right: -13%;
    bottom: 3px;
}
#navbarfilenotes{
    position:relative;
}

#navbarpexabadge .pexa-logo {
    background: url(/assets/avatars/Pexa.png) 0% 0% / cover;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}


/* clients requring approval */

#navbarclientbadge {
    /* styles for the message badge */
    position: relative;
}
#navbarclientbadge[data-unreadcount="0"]:after {
    display: none;
}

#navbarclientbadge:after {
    content: attr(data-unreadcount);
    position: absolute;
    background: rgba(30, 126, 52,1);
    font-size: 70%;
    color: white;
    padding: 0px 3px;
    border-radius: 5px;
    right: -13%;
    bottom: -2px;
}





/*** START Toggle Buttons Styles ****/
label.switch .label {
    margin-left: 60px;
    height: 34px;
    margin-top: 6px;
    display: inline-block;
    cursor: pointer;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width:60px;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*** END Toggle Buttons Styles ****/

.workspaceDetailsContent .nav-link {
    color:inherit;
    background-color:#eee;
}

.workspaceDetailsContent .name {
    font-weight: bold;
}

.workspaceDetailsContent .title {
    font-size:1.1em;
    color:rgba(0,0,0,0.95);
}


@media only print {
    .pagebreak {
        min-height: 1px; 
        /*background-color: red;*/
        clear: both;
        break-before: always;
    } /* page-break-after works, as well */
    
    .docpage img.print-bg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .docpage {
        display:block;
        float:none;
        border:none;
    }
    .docpage select, .docpage input {
        background: white;
        border: 1px solid rgba(0,0,0,0.04);
    }
    #mainNavbar,
    #docnav,
    .dashboard_header {
        display: none;
    }
}
@media only screen {
    .pagebreak,
    .docpage img.print-bg {
        display:none;
    }
}

.card-item .xero_invoiced { /* TODO(Mike): Make this not terrible - use xero logo as well */
    display: inline-block;
    border-radius: 50%;
    background: rgba(18,176,228,1) url(/images/logos/Xero_software_logo.png);
    width: 20px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.6);
}
.centered {
    text-align: center;
}



.item-required {
    /*background:rgba(255,0,0,0.3);*/
}

.item-required>.value>.form-control:invalid {
    border:1px solid red;
    color:red;
}
.item-required>.name::after {
    content:'*';
    font-weight: bold;
    color:red;
    /*border:1px solid red;*/
}

/* search results */
#search_results_box, .overflowy {
    overflow-y: auto;
}


/* code examples / API details */
.minipre {
    background-color: #eeeeaa;
    font-family: monospace !important;
    padding: 2px 5px;
    font-size: small;
    border-radius: 2px;
}

/* 2FA Warning Pulse */

#pulsy {
    fill: #ff4f81;
    animation: pulse1 1.0s ease-in-out infinite;
}

@keyframes pulse1 {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    20% {
        opacity: 1;
        transform: scale(0.3);
    }
    40% {
        opacity: 1;
        transform: scale(0.6);
    }

    60% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes pulse2 {
    0% {
        transform: scale(1, 1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(6, 6);
        opacity: 0;
    }
}













