/*.list-group-item {
  cursor: move;
  cursor: -webkit-grabbing;
  border: 1px solid rgba(0,0,0,.125);
  display: block;
  position: relative;
  padding: .75rem 1.25rem;
  background-color: #ffffff;
}

.list-group .list-group-item:hover {
  background-color: #f7f7f7;
}*/

.cancel-btn {
    margin-right: 10px;
}

.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.dropzone .dz-preview .dz-image {
    overflow: hidden;
    position: relative;
    display: block;
    border-color: #E6ECF2;
    border-top: 1px solid #D2DADF;
    border-right: 1px solid #D2DADF;
    border-left: 1px solid #D2DADF;
}

.dz-image img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 10
}

/* General Page Styling */

body {
    background-color: #E6ECF2;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0px;
    padding: 0px;
}

main {
    height: 100vh;
    width: 100%;
    overflow-y: hidden;
}

.main-auth{
    overflow-y: scroll;
    padding-bottom: 20px;
}

ul {
    padding: 0;
}


.row-custom {
    margin: 0;
    height: 100%;
    justify-content: space-between !important;
}

.nav-link {
    font-weight: 600;
    font-size: 16px;
    margin-right: 10px;
    border-radius: 6px 6px 0 0;
    border: 1px solid #D2DADF;
    color: #70767A;
}

.nav-tabs .nav-link.active {
    font-weight: 600;
    font-size: 16px;
    background-color: #E6ECF2;
    border-color: #E6ECF2;
    border-top: 1px solid #D2DADF;
    border-right: 1px solid #D2DADF;
    border-left: 1px solid #D2DADF;
}

.nav-link .active {
    background-color: #E6ECF2;
}

.card-header {
    background-color: #fff;
    border-bottom: 0px;
    padding-bottom: 0rem;
    padding-top: 0.5rem;
    width: 100%;
}

#pageheader {
    font-size: 25px;
}

.tab-content {
    background-color: #E6ECF2;
    overflow-y: scroll;
    height: 100vh;
}

.tab-pane {
    padding-bottom: 200px;
}

.card-body {
    padding-left: 2px;
    padding-right: 2px;
}

#deleteview {
    background-color: #E6ECF2;
}

#savebuttonrow {
    background-color: #ffffff;
    height: 58px;
    z-index: 100;
}

.savebtn {
    margin-right: 20px;
}

.deletebtn {
    margin-right: 20px;
}

#deletebtn {
    margin-right: 20px;
}

#noleftgutter {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#noleftgutter.col-md-9 {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    flex: 0 0 calc(100vw - 450px);
    max-width: calc(100vw - 450px);
    transition: 0.2s;
}


.scrollable-col {
    height: 100vh;
    overflow-y: scroll;
}

/* Nav Column styling */

#navcolumn {
    z-index: 101;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #2D3135;
    height: 100%;
    flex: 0 0 450px;
    max-width: 450px;
    transition: 0.2s;
}

.closedNav {
    display: none;
    transition: 0.2s;
}

.closedNav-wrapper {
    max-width: 150px !important;
    flex: 0 0 150px !important;
    transition: 0.2s;
}

.closedNav-wrapper .organisation_pane h1 {
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


#noleftgutter.col-md-9.closedNav-content {
    max-width: calc(100vw - 150px);
    flex: 0 0 calc(100vw - 150px);
    transition: 0.2s;
}

.closedNav-item {
    width: 100% !important;
}

.closedNav-footer {
    width: 150px !important;
}

.closedNav-toggle {
    transform: rotateZ(180deg);
}

.collapsed {
    /* hide it for small displays*/
    display: none;

}

@media (max-width: 770px) {
    #noleftgutter.col-md-9{
        flex: initial;
        max-width: initial;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .collapsed {
        display: block;
        /* same width as sidebar */
        margin-left: -25%;
    }
}

#section1item {
    color: #AEB8BC;
    font-weight: 300;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 17px;
    width: 100%;
}

#section1item a:hover {
    color: #DAE2E6 !important;
}

#section1item a {
    color: #AEB8BC;
    font-weight: 300;
    font-size: 14px;
}

.section1itemactive {
    color: #FEE498 !important;
    font-weight: 600;
    font-size: 14px;
    background-color: #25282D;
}

.section1itemactive a {
    color: #FEE498 !important;
    font-weight: 600;
    font-size: 14px;
    margin-top: 12px;
    background-color: #25282D;
}

#section1item i {
    font-size: 16px;
    margin-right: 5px;
    width: 16px;
}

.organisation_pane {
    background-color: #1F2022;
    width: 100%;
    color: #DAE2E6;
    height: 46px;
    font-weight: 400;
    font-size: 18px;
    padding-left: 17px;
    padding-top: 10px;
}

.organisation_pane h1{
    color: #DAE2E6;
    font-weight: 400;
    font-size: 18px;
}

.organisation_pane i {
    margin-right: 3px;
    color: #969EA3;
}

#mainnavigation {
    padding-left: 0px;
    width: 40%;
    height: 90vh;
    padding-bottom: 70px;
    overflow-y: scroll;
}

.mainnav-toggle{
    width: 100% !important;
}

#mainnavigation::-webkit-scrollbar {
    width: 4px;
}

#mainnavigation::-webkit-scrollbar-track {
    background-color: none;
}

#mainnavigation::-webkit-scrollbar-thumb {
    background: #AEB8BC;
}

#mainnavigation::-webkit-scrollbar-thumb:hover {
    background: #DAE2E6;
}

#mainnavigation li {
    list-style: none;
}

#mainnavigation li a {
    text-decoration: none;
}

.appiconswrapper {
    width: 450px;
    padding-right: -15px;
}

.appiconsfooter {
    position: fixed;
    width: inherit;
    bottom: 0px;
    height: 58px;
    background-color: #1F2022;
    color: #969EA3;
    font-weight: 600;
    font-size: 14px;
    margin-top: 12px;
    vertical-align: middle;
    line-height: 58px;
}

.appiconsfooter a {
    color: #969EA3;
    text-decoration: none;
}

.appiconsfooter i {
    margin: 7px 12px;
    color: #969EA3;
    font-size: 14px;
    margin-left: 17px;
}

.appiconsfooter i a {
    margin: 7px 12px;
    color: #969EA3;
    font-size: 22px;
    margin-left: 17px;
}

#mainmenucollapser {
    display: inline-block;
    float: right;
    cursor: pointer;
    margin-right: 5px;
}

.appiconsfooter i a:hover {
    color: #DAE2E6;
}


/* Login Register Styling */


#logorowbottom {
    padding-bottom: 10px;
}

#documentfocuslogo {
    padding-right: 10px;
    max-height: 50px;
}

#intrafocuslogo {
    max-height: 20px;
    padding-left: 10px;
}

.poweredby {
    padding-left: 10px;
    padding-bottom: 3px;
}


#loginform {
    margin-top: -40px;
    border: 1px solid #D8DFE6;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(41, 67, 85, .1);
    padding: 15px;
    z-index: 99;
}

#registerform {
    margin-top: -20px;
    border: 1px solid #D8DFE6;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(41, 67, 85, .1);
    padding: 15px;
    z-index: 99;
}

#loginformlogo {
    background-image: url('https://dwungb741j4lj.cloudfront.net/f38629ad-f8c3-44d6-95f8-0a40f53a2699/img/DF_Logo_Blue_Transparent.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-color: #ffffff;*/
    /*border: 5px solid white;*/
border-radius(50 %);
    height: 100px;
    width: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: -20px;
    margin-bottom: -50px;
    padding: 10px;
    margin-top: 100px;
    z-index: 100;
}

#loginformtextheader {
    text-align: center;
}

#loginformpadding {
    padding: 15px !important;
}

#loginbtn {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    background-image: linear-gradient(to top, #2BABEB, #40BCF1);
    text-shadow: 0 0 2px #056290;
    border: 1px solid #25A9E6;
}

#deletebtn {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    background-image: linear-gradient(to top, #dc3545, #dc3545);
    text-shadow: 0 0 2px #dc3545;
    border: 1px solid #dc3545;
}

#cancelbtn {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    background-color: #feffff;
    background-image: linear-gradient(to top, #FCFEFF, #FFF);
    border: 1px solid #D1D9DE;
    color: #616D7A;
}

.card {
    border: 0px;
    border-top: 1px solid #D8DFE6;
    width: 100%;

}

.card-body a {
    text-decoration: none;
}

#helptextlink {
    font-size: 13px;
}

#loginlogo {
    margin-top: 50px;
    margin-bottom: 10px;
}

#signupbox {
    margin-top: 20px;
}

#registerheader {
    margin-top: 30px;
}

/* Form Styling */

#white-bg {
    background-color: #ffffff !important;
    padding: 10px;
    border-radius: 6px;
}

#white-bg ul {
    margin-left: 17px;
}

.form-control input {
    font-weight: 400;
    border: 1px solid #D8DFE6;
    border-radius: 3px;
    font-size: 14px;
    color: #2D3640;
    box-shadow: inset 0 1px 3px 0 #D2D8DD;
    transition: box-shadow .25s, border .25s;
}

.form-group label {
    font-weight: 600;
    color: #2D3640;
    font-size: 15px;
}

.clean-select, .clean-select2 {
    position: relative;
    display: block;
}

.clean-select select, .clean-select2 select {
    display: none;
    width: 100%;
}

.clean-select-selected {
    background-color: #FFF;
    padding: .375rem .75rem;
    color: #495057;
    border-radius: .25rem;
    cursor: pointer;
}

.clean-select-selected:after {
    position: absolute;
    content: "";
    top: 17px;
    right: 12px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #5B6171 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.clean-select-selected.clean-select-arrow-active:after {
    border-color: transparent transparent #5B6171 transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.clean-select-items div, .clean-select-selected {
    color: #495057;
    background-color: #FFF;
    padding: 8px 16px;
    border: 1px solid #ced4da;
    cursor: pointer;
    position: relative;
}

/* Style items (options): */
.clean-select-items {
    position: absolute;
    color: #495057;
    border-radius: .25rem;
    top: 110%;
    left: 0;
    right: 0;
    z-index: 99;
    height: 20vh;
    overflow-y: scroll;
}

/* Hide the items when the select box is closed: */
.clean-select-hide {
    display: none;
}

.clean-select-items div:hover {
    background-color: #e0e0e0;
}

.clean-same-as-selected::after {
    content: '✔';
    color: #28B0EC;
    position: absolute;
    vertical-align: middle;
    height: 40%;
    top: 20%;
    bottom: 30%;
    right: 10px;
}

.formwhite {
    background-color: #E6ECF2;
    padding: 10px;
    border-radius: 6px;
}

.greytextarea {
    font-weight: 400;
    border: 1px solid #D8DFE6;
    border-radius: 3px;
    font-size: 14px;
}

/* Home Areras */

#uploadtext {
    color: #2D3640;
}

#homeheader {
    font-size: 14px;
    color: #2D3640;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D8DFE6;

}

/* Navigation s */

.submenu {
    width: 300px;
    background-color: #393C40;
    position: absolute;
    left: 150px;
    top: 46px;
    height: 90vh;
    overflow-y: scroll;
    padding-bottoM: 70px;
}

.submenu::-webkit-scrollbar {
    width: 4px;
}

.submenu::-webkit-scrollbar-track {
    background-color: none;
}

.submenu::-webkit-scrollbar-thumb {
    background: #AEB8BC;
}

.submenu::-webkit-scrollbar-thumb:hover {
    background: #DAE2E6;
}

.submenu li {
    color: #DAE2E6;
    font-size: 14px;
    padding-left: 17px;
    position: relative;
}

.submenu a:hover {
    color: #DAE2E6 !important;
}

.submenu-active {
    color: #FEE498 !important;
    background-color: #25282D;
}

.submenu-active a {
    color: #FEE498 !important;
}

.submenu-active > ul li a {
    color: #DAE2E6 !important;
    background-color: #25282D;
}

.submenu-active::before {
    width: 4px;
    height: 100%;
    background-color: #FEE498;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.hidden {
    color: #393C40 !important;
    cursor: default;
}

.list-group-custom-item, .submenu-main-link {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.list-group-custom-item a, .list-group-custom-item li {
    border: none;
    color: #AEB8BC;
}

.list-group-custom-item .elementslist {
    padding-top: 6px !important;
}

.list-group-custom-item .fa-caret-down, .list-group-custom-item .fa-caret-up {
    float: right;
    cursor: pointer;
    margin-right: 5px;
}

.no-pad {
    padding-bottom: 0px !important;
}

.dropdown > ul{
    display: none;
}

.dropdown.open > ul{
    display: block;
}


#switcherelements, #switcherproject, #switcherfinancial, #switchersp {
    position: fixed;
    bottom: 0px;
    left: 14%;
    background-color: #1F2022;
    color: #969EA3;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 56px;
    z-index: 999;
    padding: 0px 15px 0px 15px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#switcherelements:hover, #switcherproject:hover, #switcherfinancial:hover, #switchersp:hover {
    color: #DAE2E6;
}

#switcherelements:focus, #switcherproject:focus, #switcherfinancial:focus, #switchersp:focus {
    color: #FEE498;
    outline: none;
    border: none;
}

.new-button {
    position: absolute;
    top: 5px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 14px !important;
    padding: 5px 0px 5px 0px;
    transition: 0.2s;
    color: #AEB8BC;
}

.new-button:hover {
    text-decoration: none;
    background-color: #2D3135;
    transition: 0.2s;
}

#hamburger {
    display: none;
}

#menu-ham {
    display: none;
}

.list-group-custom-item a i, .submenu-main-link a i {
    margin-right: 5px;
}

.list-group-custom-item a, .submenu-main-link a, .submenu li a {
    margin-right: 5px;
}

.submenu-main-link {
    font-size: 14px !important;
    color: #AEB8BC;
}

.submenu-main-link a {
    color: #AEB8BC;
}

.rearrange {
    cursor: grab;
}

@media only screen and (max-width: 770px) {
    #navcolumn {
        display: none;
        overflow-y: scroll;
        padding-bottom: 58px;
    }

    #hamburger {
        display: inline-block;
        margin-right: 10px;
        font-size: 24px;
        color: #1F2022;
    }

    .mobile-closednav {
        display: block !important;
    }

    .mobile-closednav-content {
        display: none;
    }

    .appiconsfooter {
        width: 100%;
    }

    #switcherelements, #switcherproject, #switcherfinancial, #switchersp {
        left: 60%;
    }

    #mainmenucollapser {
        display: none;
    }

    #menu-ham {
        display: inline-block;
        float: right;
        cursor: pointer;
        margin: 1px 10px 0px 0px;
    }

    #menu-ham i {
        color: #DAE2E6;
        font-size: 22px;
    }

    .clean-select-items div, .clean-select-selected {
        padding: 8px 4px;
    }

    .clean-select-selected:after {
        top: 15px;
        right: 2px;
    }

    .clean-same-as-selected::after {
        right: 5px;
    }
}

@media only screen and (max-width: 400px) {
    * {
        font-size: 12px;
    }

    #section1item a {
        font-size: 12px;
    }
}
