
:root {
    --blue: #1b84e7;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #f27510;
    --yellow: #F49917;
    --green: #23BF08;
    --teal: #1CAF9A;
    --cyan: #5B93D3;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #1b84e7;
    --secondary: #6c757d;
    --success: #23BF08;
    --info: #5B93D3;
    --warning: #F49917;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}



body {
    font-family: 'Open Sans';


}
.mg-0{
    margin-bottom: 0;
}

header,
main,
footer {
    padding-left: 250px;
}

ul#slide-out{
    width: 250px;
}

.title-area {
    background-color: #09203f;
    color: #fff;
    line-height: 40px;
    padding-left: 16px;
    height: 40px;
    margin: 0;
    font-weight: 400;   
    font-family: 'Roboto', sans-serif;
}
.page-title{
    line-height: 40px;   
}


.main-container{
    padding: 10px;
}

.main-nav{
    background-color: #1f1b1b;
    color: white;
}

.dash-container{
    padding: 15px !important;
    background-color: rgba(0,0,0,.05);
    margin-bottom: 5px;

}

.dash-container-lg{
    background-color: rgba(0,0,0,.05);
    margin-bottom: 5px;

}
h2, h1, h3, h4, h5{
    font-weight: 100;   
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

nav{
    background-color: #fff;;
    height: 50px;
    line-height: 50px;
    color: #302b2b;
}
.green-ez{
    background-color: #00B284;
    color: white;
}


#addInvestment{
    float: right;
}

.button-collapse{
    padding-left:10px;
    padding-bottom: 20px;
    padding-top: 20px;
}
i.fa.fa-bars, a.button-collapse{
    text-decoration: none;
    color: white;

}

@media (min-width: 576px){
    #carbonads {
        max-width: 330px;
        border-radius: 4px;
    }

}

#search{
    width: 90%;
}

#carbonads {
    position: static;
    display: block;
    max-width: 400px;
    padding: 15px 15px 15px 160px;
    margin: 0 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    padding-left: 15px;
    background-color: rgba(0,0,0,.05);
}

span.badge.red{
    color: #fff;
}

@media only screen and (max-width: 992px) {
    header,
    main,
    footer {
        padding-left: 0;
    }
}

#example tbody tr:hover{
    background-color: #e0f1e9;
    /*    cursor: pointer;*/

}

#example tbody tr a:hover{

    cursor: pointer;

}

#example tr td{
    padding-bottom: 8px;
    padding-top: 8px;

}

.input-field label{
    color: #1f1b1b;
}
/*.modal {
    width: 60% !important
   max-height: 100% !important
}*/


/* //LOGIN -----------------------------------------*/

.login-form-panel{

    margin-top: 25px;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 35px;

}

#mobile-menu-bar{
    background-color: #1f1b1b;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}


.carousel.carousel-slider.center.initialized{
    height: 365px !important;
}
td span{
    color: #4285f4;
}
.bgColor {
    max-width: 440px;
    height: 400px;
    background-color: #c3e8cb;
    padding: 30px;
    border-radius: 4px;
    text-align: center;    
}
#targetOuter{	
    position:relative;
    text-align: center;
    background-color: #F0E8E0;
    margin: 20px auto;
    width: 200px;
    height: 200px;
    border-radius: 4px;
}
.btnSubmit {
    background-color: #565656;
    border-radius: 4px;
    padding: 10px;
    border: #333 1px solid;
    color: #FFFFFF;
    width: 200px;
    cursor:pointer;
}
.inputFile {
    padding: 5px 0px;
    margin-top:8px;	
    background-color: #FFFFFF;
    width: 48px;	
    overflow: hidden;
    opacity: 0;	
    cursor:pointer;
}
.icon-choose-image {
    position: absolute;
    opacity: 0.1;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
}
.upload-preview {border-radius:4px;}
#body-overlay {background-color: rgba(0, 0, 0, 0.6);z-index: 999;position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: none;}
#body-overlay div {position:absolute;left:50%;top:50%;margin-top:-32px;margin-left:-32px;}

.select-wrapper input.select-dropdown{
    margin-bottom: 0px;
    color: #000000;
}

.dataTables_length label{
    color: #000000;
}

.example_filter label{
    color: #000000;
}
.login-wrapper{
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff !important;
    min-height: 80vh;
    margin-top: 5%
}

p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #9c9c9c;
}

.btn-blue-gradient-2 {
    min-height: 40px;
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-repeat: repeat-x;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff !important;
}

.btn-ez-2{
    border: none;
    background: linear-gradient(135deg,#73a5ff,#5477f5);
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px -1px rgba(0,32,128,.2), 0 8px 24px -2px rgba(0,128,255,.1);
    font-size: 1.25rem;
    transition: all .2s;
    outline: 0;
    will-change: opacity;
}

.purple-sky{
    background: linear-gradient(to top,#4c3f73,#6c5b7b,#355c7d) no-repeat center center fixed ; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.title-ez-1{
    font-family: 'Titillium Web', sans-serif;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000!important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset!important;
}
.background{
    background-image: linear-gradient(to right, #09203f 0%, #537895 100%);
}


.card-ez-1{
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px -1px rgba(0,32,128,.2), 0 8px 24px -2px rgba(0,128,255,.1);
    background-color: #fff;

}

/* SELECT --------------------------------------------------------- */
.select-wrapper input.select-dropdown{
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 400!important;
}
.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid var(--blue);
}
.select-wrapper .caret{
    fill: var(--blue);
}

li{
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 300!important;
}

.dropdown-content li > a, .dropdown-content li > span{
    color: var(--blue);
    font-family: "Roboto", sans-serif;
    font-weight: 300!important;
}

.dropdown-content{
    border: none;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    border-radius: 10px;
    border: 1px solid rgba(0, 40, 100, 0.12);
}

/* hr --------------------------------------------------------------------------------- */

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

li {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}


/* FORM CONTROLS---------------------------------------------------------------- */

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 1px 0 0 var(--blue);
    box-shadow: 0 1px 0 0 var(--blue);
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]).form-control-2 {

    -webkit-box-shadow: 0 1px 0 0 var(--blue);
    box-shadow: 0 1px 0 0 var(--blue);
}

input:not([type]),
input[type=text]:not(.browser-default).form-control-2 {
    display: block;
    width: 100%;
    padding: 0.594rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    height: 30px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    border-radius: 16px;
    border: none !important;
    background-color: #fff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* RADIO BUTTONS ---------------------------------------------------------------------- */

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
    background-color:var(--blue);
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border: 2px solid var(--blue);
}

/* CHECKBOX ---------------------------------------------------------------------------- */

[type="checkbox"]:checked + span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/* DATE PICKER ---------------------------------------------------------- */

.date-text{
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300!important;
}
.datepicker-date-display{
    /* background-image: linear-gradient(to right, #1b84e7 0%, #6f42c1 100%); */
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.datepicker-table td.is-today {
    color: var(--blue);
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: var(--blue);
    padding: 0 1rem;
}

.datepicker-table td.is-selected {
    background-color: var(--blue);
    color: #fff;
}

/* RANGE ----------------------------------------------------------- */

input[type=range] + .thumb{
    background-color: var(--blue);
}

.noUi-connect {
    background-image: linear-gradient(to right, #1b84e7 0%, #6f42c1 100%)!important;
}

.noUi-target.noUi-horizontal .noUi-tooltip{
    background-color: var(--blue)!important;
}

.noUi-target.noUi-horizontal .noUi-active .noUi-tooltip{
    padding: 2px;
}


/* MODAL -------------------------------------------------------------------------------------*/

.modal {
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    border-radius: 16px;
}

.modal .modal-footer .waves-red {
    color: var(--red) !important;
}

/* MODAL OK -------------------*/

#modalok img {
    width: 80px;
    color: var(--success);
}

#modalok {
    width: 450px;
    text-align: center;
}

#modalok .success {
    color: var(--success);
}

#modalok .modal-footer {
    text-align: center;
}

/* MODAL ERROR -------------------*/

#modalerror img {
    width: 80px;
    color: var(--success);
}

#modalerror {
    width: 450px;
    text-align: center;
}

#modalerror .error-msg {
    color: var(--red);
}

#modalerror .modal-footer {
    text-align: center;
}

.modal-lg{
    top: 5% !important;
    max-height: 90%;
    min-height: 90%;
}

/* Collection ------------------------------------------------------------------------------ */

.collection {
    border: none;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    border-radius: 16px;
}

.collection .collection-item.active {
    background-color: var(--blue);
    color: #fff !important;
}

.lnr {
    font-size: 20px;
}

.chip {
    color: white;
    border-radius: 16px;
}

/* TABLE----------------------------------------------------------------- */

table {
    border: none;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    border-radius: 10px;
    background-color: #fff;
}

th {
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    color: var(--blue);
    font-weight: 700;
    text-transform: uppercase;
}

table tr td {
    padding: 10px;
    /*    border-bottom: 1px solid #e0e0e0;*/
}

/*DATATABLE CUSTOMIZATION  ------------------------------------------------ */

table.dataTable.no-footer {
    border-bottom: none!important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: linear-gradient(135deg,#73a5ff,#5477f5)!important;
    color: #fff!important;
    border: none!important;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08)!important;
    border-radius: 16px!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: linear-gradient(135deg,#73a5ff,#5477f5)!important;
    box-shadow: 0 10px 15px rgba(36, 37, 38, 0.09)!important;
    border-radius: 16px!important;
    border: none!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    color: #fff!important;
}
.dataTables_length label{

}
table.dataTable thead th, table.dataTable thead td{
    border-bottom: none!important;
}

.dt-button{
    background: linear-gradient(135deg,#73a5ff,#5477f5)!important;
    color: #fff!important;
    border: none!important;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08)!important;
    border-radius: 16px!important;
}

#example tr td {
    padding-bottom: 4px!important;
    padding-top: 4px!important;
}

#example tr {
    font-size: 12px !important;
    max-height: 40px !important;
}

.dt-button-collection{
    border-radius: 16px!important;
}

/*div.dt-buttons {
    position: relative;
    float: right!important;
}
*/

.boder-right{
    border-right: 1px solid rgb(158, 158, 158); 
}

.picker__wrap{
    background: linear-gradient(135deg,#73a5ff,#5477f5)!important;
}


.side-nav .active a{
    color: #1967d2 !important;
    font-weight: 500;
}


.side-nav .active{
    background-color: #e8f0fe!important;
}

#loadingModal{
    background-color: transparent;
    top: 35%!important;
    box-shadow: none
}

.btn-blue-gradient {
    min-height: 40px;
    background-image: linear-gradient(to right, #1b84e7 0%, #6f42c1 100%);
    background-repeat: repeat-x;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff !important;
}

.btn-red-gradient {
    min-height: 40px;
    background-image: linear-gradient(-225deg, rgb(247, 94, 48) 0%, #ef5350 48%, #f44336 100%);
    background-repeat: repeat-x;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.btn-green-gradient {
    min-height: 40px;
    background-image: linear-gradient(to top, #37ecba 0%, #72afd3 100%);
    background-repeat: repeat-x;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.btn-ez-1 {
    border: none;
    background: linear-gradient(135deg,#ff8787,#ff7600);
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px -1px rgba(0,32,128,.2), 0 8px 24px -2px rgba(0,128,255,.1);
    font-size: 1.25rem;
    transition: all .2s;
    outline: 0;
    will-change: opacity;
}

.btn-ez-2{
    border: none;
    background: linear-gradient(135deg,#73a5ff,#5477f5);
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px -1px rgba(0,32,128,.2), 0 8px 24px -2px rgba(0,128,255,.1);
    font-size: 1.25rem;
    transition: all .2s;
    outline: 0;
    will-change: opacity;

}
.btn-ez-3{
    border: none;
    background: linear-gradient(135deg,#73a5ff,#5477f5);
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px -1px rgba(0,32,128,.2), 0 8px 24px -2px rgba(0,128,255,.1);
    font-size: 1.25rem;
    transition: all .2s;
    outline: 0;
    will-change: opacity;
    padding:0;
    padding-left:2px;
    padding-right:2px;

}

.btn-block {
    display: block;
    width: 100%;
}

.btn-round {
    border-radius: 50px;
}

.btn {
    margin-bottom: 5px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a0a0a0;
    opacity: 1; /* Firefox */
}