.my_main_style {
    /* margin-top: 5% !important; */
    background-color: inherit !important;
    /* text-align: center; */
    /* margin-left: -20%; */
}

.flex-shrink-0 {
    margin-top: 2%;
    background-color: #E0E6ED;
}

.my_container {
    /* margin-left: 20%; */
    padding: 25px 15px;
}

.info {
    background-color: #fff;
    padding: 2% 5%;
}

.form-inline {
    margin-bottom: 0;
}

.report-confirm-authorization p {
    color: rgb(30,160,141);
    font-weight: bold;
}
.report-confirm-authorization span {
    font-weight: normal;
}

.main_logo {
    width: 100px;
    text-align: center;
}
.header_label {
    padding: 30px 0;
}

.imageUserContainer {
    display: inline-block;
    position: relative;
    /* height: 210px; */
    vertical-align: top;
}
.imageUserContainer img:not(.removeImageUserIcon) {
    vertical-align: middle;
}
.removeImageUserIcon {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 30px;
    z-index: 10;
    cursor: pointer;
    background-color: #f1f1f1;
    border-radius: 50px;
    height: 30px;
}

body {
    margin-bottom: 150px;
}
main {
    padding-bottom: 25px;
}
.icon_custom {
    width: 21px;
    vertical-align: middle;
}
.icon_custom2 {
    width: 60px;
    vertical-align: bottom;
}
.icon_custom3 {
    width: 40px;
    vertical-align: middle;
    margin-right: 5px;
}
.icon_custom4 {
    margin-left: -25px;
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.blocks_inside_personal {
    padding: 13px;
}

.moderation_report {
    background-color: #F3C19D;
    padding: 2%;
    margin-left: 15px;
    margin-top: 40px;
}

.confirm_report {
    background-color: #8DD7CF;
    padding: 2%;
    margin-left: 15px;
    margin-top: 40px;
}

.grey_back {
    background: #e9ecef;
    padding: 35px 0 75px;
}

.cost_items__inside {
    position: relative;
}

.trash_icon {
    float:left;
    width: 22px;
    margin-top: 30px;
    cursor: pointer;
}
.trash_icon2 {
    float: none;
    position: absolute;
    right: -20px;
    top: 0;
    width: 22px;
    cursor: pointer;
    margin-top: 10px;
}


.swal-overlay {
    background-color: rgba(100, 100, 100, 0.6);
}
.swal-modal {
    z-index: 999999999;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #3BAF9E;
    font-size: 12px;
    border: 1px solid #3BAF9E;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.swal-footer {
    background-color: rgb(245, 248, 250);
    margin-top: 32px;
    border-top: 1px solid #E9EEF1;
    overflow: hidden;
}
.swal-text {
    font-size: 18px;
    text-align: center;
  }


.form-control {
    border: 1px solid rgb(185,194,204);
}
.form-control:focus {
    border-color: rgb(185,194,204);
    box-shadow: none;
}

.sumControl__up, .sumControl__down {
    display: none;
    margin-top: -12px;
    margin-bottom:15px;
    line-height: 20px;
}

@media only screen and (max-width: 700px) {
    .main_logo {
        margin-bottom: 20px;
    }

    .trash_icon, .trash_icon2 {
        display: none;
    }
}

