html,
body{
    height: 100%;
    background-color: #f5f5f5;
    font-size: 16px;
}

.datepicker{
    /*transform: translate(0, 6.3em);*/
}
@media (max-width: 480px) {
    footer {
        position: static;
    }
}
.m-none{
    display: none;
}
.marketing {
    background-color: #81bef7;
    border-color: #81bef7;
}
.stage {
    border-radius: 30px;
    padding: 0 3px;
    color: white;
    margin-top: 4px;
}
.open {
    background-color: #67c767;
    border-color: #67c767;
}
.closed {
    background-color: #ef5773;
    border-color: #ef5773;
}
.not-started {
    background-color: #acacac;
    border-color: #acacac;
}
textarea {
    min-height: 60px;
    overflow-y: hidden;
}
.item {
    display: flex;
    justify-content: space-between;
}
.item + .item {
    border-top: 1px solid #ced4da;
    border-radius: unset;
    margin-top: 0;
}
/*.total {*/
/*    height: 2rem;*/
/*    position: absolute;*/
/*    bottom: -2rem;*/
/*    left: 0;*/
/*    right: 0;*/
/*     margin: 0 auto;*/
/*    width: 100%;*/
/*    background-color: #b2b2b2;*/
/*    border-top-right-radius: 30px;*/
/*    border-top-left-radius: 30px;*/
/*}*/
.wrapper-total {
    /*text-align: center;*/
    /*font-size: 1.2rem;*/
    margin-bottom: .5rem;
    color: #848484;
}
#upload-photo, #upload-text {
    /*margin-top: 24px;*/
}
#myProgress {
    width: 100%;
    background-color: #b2b2b2;
    text-align: center;
    border-radius: 4px;
    position: relative;
    height: 30px;
    line-height: 2;
    z-index: 1000;
}
#myBar {
    position: absolute;
    width: 1%;
    height: 30px;
    background-color: #73ad3e;
    border-radius: 4px;
    z-index: -1;
}
select {
    left: 0;
    right: 0;
}
.tab-content {
    padding: 15px 0;
}

.CL {
    padding-bottom: 30px;
}
.table-responsive {
    background-color: white;
}
.form-control:disabled {
    background-color: #f5f5f5;
}
.form-control:disabled, .form-control[readonly] {
    background-color: white;
}
.fas {
    font-size: 1.3rem;
    line-height: 1.5 !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.select2-selection__arrow {
    height: 36px !important;
}
b {
    color: grey;
}
.col-flex {
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.black, .card, .orphan, li {
    color: black !important;
}
.form-check {
    padding-left: 0 ;
}
.form-row > input {
    flex: 1;
}
.select2-container .select2-selection--single {
    height: calc(1.5em + .75rem + 2px) !important;
}
.types_of_expense{
    background-color: #bb6e00;
    border-color: #bb6e00;
    display: flex;
    justify-content: center;
    align-items: center;
}
.types_of_expense:hover{
    background-color: #bb6e00;
    border-color: #bb6e00;
}
.types_of_expense.active, .types_of_expense:not(:disabled):not(.disabled):active{
    background-color: #ffb321 !important;
    border-color: #ffb321 !important;
}
.types_of_expense:not(:disabled):not(.disabled).active:focus, .types_of_expense:not(:disabled):not(.disabled):active:focus{
    box-shadow: unset;
}
#select2-types_of_expense-container{
    height: calc(1.5em + .75rem - 12px) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
    height: 24px !important;
    right: 8px !important;


}

.my-form{
    padding: 1rem 0;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
}
.my-header{
    padding-right: .5rem;
    padding-left: .5rem;
    min-height: 4rem;
    background-color: #73ad3e;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05),inset 0 -1px 0 rgba(0,0,0,0.1);
    color: white;
}
label + label {
    margin-left: 15px;
}
label, span , .lbl {
    /*margin-bottom: 0;*/
    color: #848484;
}
/*span {*/
/*    margin-bottom: .5rem;*/
/*}*/
ol {
    font-size: 1.2rem;
}
/*.form-group {*/
/*    margin-bottom: 0;*/
/*}*/
input + label, #sandbox-container + label, input + .wrapper, textarea + label, .wrapper + .wrapper, .prorab_list + .brigadir_list, .checkboxes + div, .form-group + label, .lbl,
.form-check + .form-check, .form-check + label, textarea + div, .wrapper + label, .wrapper + div {
    margin-top: .5rem
}
.wrapper-code-project, .wrapper-ask-final {
    margin-top: 0 !important;
}
.calendar {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border: 1px solid rgba(0,0,0,.125);
}
a, a:hover , #information, p {
    color:  #848484;
}
/*.form-group > label {*/
/*    font-size: 14px;*/
/*}*/
td > .form-row {
    align-items: flex-end;
}
.form-row > .checkboxes {
    padding: 7px 5px ;
}
.date {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
}
.date > .form-control, .calendar {
    border: none;
}
.date:focus-within {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
.date > .form-control:focus {
    border-right: none;
    border-color: #848484;
    box-shadow: none;
}
a, a:hover {
    text-decoration: none;
}
.form-control {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
}
.h3, h3 {
    font-size: 1.5rem;
}
.btn-modal, .btn-modal:hover, .btn-modal:active {
    color: #73ad3e;
}
.h4, h4 {
    font-size: 1.2rem;
}
.sendCL img, .saveCL img {
    height: 1.5rem;
    width: auto;
}
.nav-item {
    min-width: 65px;
    text-align: center;
}

.nav-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.9vw;
}
.info {
    color: white;
    font-size: 3vw;
}
@media(min-width:600px) {
    .nav-item a, .info {
        font-size: 1rem;
    }
}
.fileup-image{
    /*width: 30%;*/
    /*padding-top: 30%;*/
    /*height: 0;*/
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    max-height: calc(100vw - (100vw - 33.333%)) !important;
}
#myTab {
    flex-wrap: nowrap;
    width: 100%;
    min-height: 44px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}
.fileup-file .fileup-controls .fileup-remove {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #F5F5F5;

    width: 2rem !important;
    height: 2rem !important;
    background-image: url('/icons/delete.svg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
}
.icon {
    height: 9.5vw;
    width: 9.5vw;
    max-height: 35px;
    max-width: 35px;
}
.card-header {
    padding: .75rem 8px;
    display: flex;
    align-items: center;
}
textarea {
    resize: none;
}
.icon1 {
    margin-right: 15px;
}
.panel-title, .icon1, .enabledGroup{
    display: inline-block;
    margin-bottom: 0;
}
.panel-title {
    vertical-align: middle;
}

.form-check-input {
    position: static;
    margin-top: 0;
    margin-left: 0;
}

/*.panel {*/
/*    background-color: #f2f2f2;*/
/*    margin: 30px auto 0;*/
/*    max-width: 408px;*/
/*    border-radius: 10px;*/
/*    -webkit-box-shadow: 0 3px 8px 0 rgba(199,199,199,1);*/
/*    -moz-box-shadow: 0 3px 8px 0 rgba(199,199,199,1);*/
/*    box-shadow: 0 3px 8px 0 rgba(199,199,199,1);*/
/*    border: 1px solid rgba(0,0,0,.125);*/
/*    overflow: hidden;*/
/*    padding: 30px;*/
/*    box-sizing: border-box;*/
/*}*/
.modal-content {
    padding: 20px;
}
.modal-header {
    border-bottom: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.modal-body > tr + .modal-body > tr {
    border-top: black;
}
.modal-body {
    padding: 0;
    color: #b5b5b5;
}
.panel.error {
    border-color: red;
}
.col-left {
    width: 36%;
    box-sizing: border-box;
    padding-right: 20px;
    float: left;
    border-right: 1px solid #333;
}
.col-right {
    width: 64%;
    float: left;
    text-align: right;
}
h1 {
    font-size: 1.6rem;
    font-weight: 900;
    color: #333;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.8;
}
.enter {
    display: block;
    margin: 30px auto 0;
    border: none;
    width: 100%;
    height: 50px;
    background-color: #587640;
    border-radius: 10px;
    color: white;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    border-bottom: 5px solid #455d33;
    transition: background-color 0.2s, border-bottom-color 0.2s;
}
/*.log-input {*/
/*    border: 1px solid #dcdcdc ;*/
/*    background-color: #dcdcdc ;*/
/*    color: black;*/
/*    overflow: hidden;*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 50px !important;*/
/*    padding-left: 10px;*/
/*    font-size: 15px;*/
/*    box-sizing: border-box;*/
/*    transition: background-color 0.2s, border-color 0.2s;*/
/*    box-shadow: none;*/
/*}*/
/*.log-input [placeholder] {*/
/*    text-overflow: ellipsis;*/
/*}*/
/*.log-input:hover {*/
/*    background-color: #cccccc;*/
/*    border-color: #cccccc;*/
/*}*/
/*.log-input:focus {*/
/*    border-color: #99cc33 !important;*/
/*    background-color:#f2f2f2 !important;*/
/*    outline: none;*/
/*}*/
/*.log-input:first-child {*/
/*    border-radius: 10px 10px 0 0;*/
/*}*/
/*.log-input:last-child {*/
/*    border-radius: 0 0 10px 10px;*/
/*}*/

/*.header {*/
/*    background-color: #73ad3e;*/
/*    color: white;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
.card-body {
    padding-bottom: 0;
    padding-top: 0;
}
.tab-content {
    margin: 15px 0;
}
.box.col-4:before,
.box.col-md-3:before {
    width: 0;
}
.box.col-4:before,
.box.col-md-3:before,
.ib {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.box.col-4:before {
    padding-top: 100%;
}
.box.col-md-3:before {
    padding-top: 100%;
}
.box[class^="col"] {
    white-space: nowrap;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 5px white;
    text-align: center;
}
.important, .important tr:hover {
    background-color: #ffb6c1 !important;
}
.card, .orphan {
    background-color: #f5f5f5;
}
.orphan {
    border: 1px solid rgba(0,0,0,.125);
}
.orphan-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    height: 51px;
}
.card-body, .orphan-body {
    background-color: #f5f5f5;
    padding: 0;
    margin: 0 0 0 30px;
}
.check_list_type {
    margin-bottom: 15px;
}
.tab-pane {
    margin-bottom: 30px;
}
.wrapper {
    display: inherit;
}
.nav-tabs {
    border: none;
}
.select2-results__group {
    background-color: #73ad3e !important;
    color: white !important;
}
.nav-link {
    color: #848484;
}
.feedback {
    color: #dc3545;
}
.red{
    color: #dc3545 !important;
    font-weight: 700;
}
.fixed {
    width: 100%;
    background-color: #f5f5f5;
    top: 0;
    z-index: 1030;
}
/*input[type=checkbox]{*/
/*    margin-right: 5px;*/
/*    opacity: 1;*/
/*    border-radius: 2px;*/
/*}*/
.custom-control-label::before,
.custom-control-label::after {
    /*top: .8rem;*/
    width: 1.25rem;
    height: 1.25rem;
}
#loader {
    margin-top: 25px;
    margin-bottom: 25px;
}
/*input[type=checkbox]:before {*/
/*    margin-top: -2px;*/
/*    margin-left: 0;*/
/*    font-size   : 0.875em;*/
/*    line-height : 1em;*/
/*    text-align  : center;*/
/*    color: white;*/
/*    content: "✓";*/
/*    opacity: 1;*/
/*    display: block;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    background-color: white;*/
/*    border: 1px solid rgba(0,0,0,.125);*/
/*    border-radius: 2px;*/
/*}*/
.page-item.active .page-link {
    background-color: #73ad3e;
    border-color: #73ad3e;
}

.page-link, .page-link:hover {
    color: #848484;
}

/*#search_name ::-webkit-input-placeholder { font-size: 12pt; color: red; }*/
/*#search_name ::-moz-placeholder { font-size: 12pt; color: red; }*/
/*#search_name :-ms-input-placeholder { font-size: 12pt; color: red; }*/
/*#search_name input:-moz-placeholder { font-size: 12pt; color: red; }*/
/*::placeholder, #reportrange > span {*/
/*    color: #dee2e6;*/
/*    !*font-size: 1.5em;*!*/
/*}*/

#search_name, #reportrange {
    color: #848484;
    height: 100%;
    border-radius: 0.25rem;
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    width: 100%;
    text-align: left;
}
.reset_range{
    display: inline-block;     transform: scaleX(-1);
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.75rem;
    width: 15px;
    height: 15px;
}


#search_icon svg {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    /* -ms-filter: "FlipH"; */
    /* width: unset; */
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.75rem;
    width: 15px;
    height: 15px;
}

/*input[type=checkbox]:disabled:before {*/
/*    content: '' ;*/
/*    background-color: #f5f5f5;*/
/*}*/
.home {
    height: 1.5rem;
    width: auto;
    color: white;
}
/*input[type=checkbox]:checked:before {*/
/*    margin-top: -2px;*/
/*    !*margin-left: -2px;*!*/
/*    font-size   : 0.875em;*/
/*    line-height : 1em;*/
/*    text-align  : center;*/
/*    color: white;*/
/*    content: '✓';*/
/*    opacity: 1;*/
/*    display: block;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    background-color: #73ad3e;*/
/*    border: 1px solid #73ad3e;*/
/*    border-radius: 2px;*/
/*}*/
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.parent {
    width: 200px;
    overflow-wrap:break-word;
    background: gold;
    border: 1px solid transparent;
}
.parent div {
    background: silver;
    margin: 5px;
}
#parent-flex,
#parent-flex-fixed {
    display: flex;
}
#parent-flex-fixed > div {
    min-width: 0;
}
.nav-link {
    font-weight:500;
    height: 100%;
    width: 100%;
    padding: .5rem .5rem;
}
.nav-tabs .nav-link.active {
    color:#73ad3e;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 4px solid #73ad3e;
}
.nav-tabs .nav-link.active.draft {
    color:#848484;
    border-bottom: 4px solid #848484;
}
.nav-tabs .nav-link.active.assigned {
    color: #3a90ce;
    border-bottom: 4px solid #3a90ce;
}
.objects-table tr td {
    padding: .5rem;
}
.information, .note, .call-hr, .objects {
    margin: 10px 0;
    display: block;
    width: 100%;
    padding: 10px 5px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
}
.information {
    margin-top: 0;
}
.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0,0,0,.125) !important;
}
.modal-header {
    border-bottom: none;
    color: black;
}
.wrapper-list {
    border: 1px solid #ced4da;
    padding: .5rem;
    border-radius: 4px;
}

#list>li{
    margin-bottom: .5rem;
}

#comment::-webkit-scrollbar {
    width: 11px;
}


#comment::-webkit-scrollbar-track {
    /*background: #154734;*/
    background-color: rgb(245, 245, 245);
    border-radius: 100px;
}

#comment::-webkit-scrollbar-thumb {
    /*background-color: #f3f0dd;*/
    /*border-radius: 6px;*/
    /*border: 3px solid #154734;*/
    background-color: #ddeecd;
    border-radius: 2px;
}


.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(0,0,0,.125) !important;
}
.modal-content {
    border: unset;
}
#uploadImagesList .item .delete-link {
    cursor: pointer;
    display: block;
}
.clear {
    clear: both;
}
input[type="file"] {
    display: none;
}
#myTabContent {
    margin: 0;
}
.preview_wrapper, .preview_wrapper1{
    background-color: white;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
    padding: 10px 15px;
    /*min-height: 80vh;*/
}
.photo_icon {
    height: 70px;
    width: 70px;
}
#view {
    background-color: white;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px;
    padding: 0;
}
#lat, #lng {
    flex-grow: 1;
}
.item1 td img {
    margin-bottom: 10px;
}
.item1{
    border: 1px solid rgb(222, 226, 230);
}
.caption {
    font-size: 0.8rem;
    color: #848484;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
}
.test {
    text-align: center;
}
.item1 td:first-child {
    text-align: center;
    vertical-align: middle;
}
.schema, .act {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px;
    display: block;
}
.temp {
    display: flex;
}
.dropzone {
    background-color: #ccc;
    border: 3px dashed #888;
    width: 350px;
    height: 150px;
    border-radius: 25px;
    font-size: 20px;
    color: #777;
    padding-top: 50px;
    text-align: center;
}
.dropzone.over {
    opacity: .7;
    border-style: solid;
}
.wrapper-pdf {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;

    top: 0;
    bottom: 0;
    right: 0;
    padding: 5px;
}
.pdf {
    /*position: absolute;*/
    /*left: 0;*/
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#dropzone .dropzone {
    margin-top: 25px;
    padding-top: 60px;
}
.fileup-preview > img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    /*min-width: 100%;*/
    /*min-height: 100%;*/
}
.template {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px;

}
.item {
    overflow: hidden;
}
.box {
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/

    /*margin-bottom: 5px;*/
    /*margin-top: 5px;*/
    /*height: 0;*/
    /*width: calc(33.333333% - 10px);*/
    /*padding-bottom: 33.333333% ;*/
    /*float: none;*/
    /*border: none;*/
    /*background-color: unset;*/
}

.image-wrap {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px;
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }

.fa-calendar:before {
    content: "\f133"; }

.fa-calendar-alt:before {
    content: "\f073"; }

.fa-calendar-check:before {
    content: "\f274"; }

.fa-calendar-day:before {
    content: "\f783"; }

.fa-calendar-minus:before {
    content: "\f272"; }

.fa-calendar-plus:before {
    content: "\f271"; }

.fa-calendar-times:before {
    content: "\f273"; }

.fa-calendar-week:before {
    content: "\f784"; }

.fa-minus-square:before {
    content: "\f146"; }
.fa-plus-square:before {
    content: "\f0fe"; }
.fa-save:before {
    content: "\f0c7"; }


@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }

