.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
/*.row::after {
    content: "";
    clear: both;
    display: table;
}*/
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
/*    float: left;
    padding: 15px;*/
}
.col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
.col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
.col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
.col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
.col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
.col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
.col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
.col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
.col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
.col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
.col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
.col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

.user_address, .project_address {
    padding: 25px;
}
.user_address .title, .project_address .title {
    width: 300px;
    text-align: center;
}
.user_address.categories p.title, .project_address.categories p.title {
    font-size: 20px;
    font-weight: 700;
}
.project-types  .form-row {
    padding: 5px 0;
}
.project-types .button-primary.project_type_remove {
    margin-left: 5px;
    background-color: #bb1919;
    border: none;
}
.project-types .button-primary.project_type_remove:hover {
    opacity: .8;
}
.project-types .button-primary.project_type_remove:focus {
    box-shadow: initial;
    border: none;
}
.project-box-wrap {
    max-width: 350px;
}
.project-box input[type="text"], .project-box input[type="number"], .project-box input[type="date"], .project-box select {
    background: none !important;
    box-shadow: none !important;
    display: block;
    margin: 15px 0;
    text-align: center;
    border: 2px solid #2980b9 !important;
    padding: 7px 10px !important;
    width: 300px;
    outline: none;
    transition: .25s;
}
.project-box .form-row.additional {
    margin: 15px 0;
}
.project-box .form-row a.warning {
    display: block;
    margin: 5px 0;
}
.project-box input[type="text"].error, select.error {
    border: 2px solid #c0392b !important;
}

.project-box input[type="text"]:focus {
    width: 320px;
    border-color: #2ecc71 !important;
}
.project-box .button-primary {
    padding: 7px;
    background: none;
    color: #0a0c0d;
    transition: .25s;
}
.project-box .button-primary:hover {
    background-color: #2ecc71 !important;
    border-color: #2ecc71 !important;
}
.project-box .edit-close {
    padding: 7px;
    width: 100px;
    margin-left: 5px;
    background: none;
    color: #0a0c0d;
    transition: .25s;
}
.project-box span.error {
    display: none;
    color: #c0392b;
}
.project-box .edit-close:hover {
    background-color: #c0392b;
}
.category-img-upl, .map-img-upl {
    display: block;
    padding: 7px 10px;
    width: 277px;
    margin-bottom: 15px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #2980b9;
    border-radius: 14px;
    color: #0a0c0d;
    transition: .25s
}
.category-img-upl:hover, .map-img-upl:hover {
    color: #fff;
    background-color: #2ecc71;
    border-color: #2ecc71;
}
.thumbnails-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
}
.map-thumbnail {
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 120px;
    height: 130px;
}
.map-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 75px;
}
.map-thumbnail .map-remove-thumbnail, .map-thumbnail .category-remove-thumbnail {
    margin-top: 13px;
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 4px;
    background-color: #c0392b;
    border-radius: 14px;
    color: #fff;
    transition: .25s;
    font-size: 13px;
}
.map-thumbnail .map-remove-thumbnail:hover, .map-thumbnail .category-remove-thumbnail:hover {
    opacity: .8;
}
.list-projects {
    padding: 30px;
}
.list-projects .admin-field-menu {
    padding: 11px;
}
.list-projects .field-wrap, .project-box .field-wrap {
    background-color: #a6c3c3;
    display: flex;
    flex-direction: row;
    padding: 15px;
}
.list-projects .field-wrap.underconstruction-wrap, .project-box .field-wrap.underconstruction-wrap {
    background-color: #f3cb5b;
}
.list-projects .field-wrap.hidden, .project-box .field-wrap.hidden {
    background-color: #ced0d0;
}
.list-projects .admin-field-menu .body, .project-box .admin-field-menu .body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.list-projects .admin-field-menu .title-project, .project-box .admin-field-menu .title-project {
    width: 80px;
    margin: 13px;
}
.list-projects .admin-field-menu .description, .project-box .admin-field-menu .description {
    width: 235px;
    margin: 3px;
    display: flex;
    flex-direction: column;
}
.list-projects .admin-field-menu .description .edit, .project-box .admin-field-menu .description {
    font-size: 13px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.list-projects .admin-field-menu .zip, .project-box .admin-field-menu .zip {
    margin-right: 13px;
}
.list-projects .admin-field-menu .fields-icon, .project-box .admin-field-menu .fields-icon {
    display: flex;
}
.list-projects .admin-field-menu .fields-icon .button, .project-box .admin-field-menu .fields-icon .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
}
.list-projects .admin-field-menu .map-edit-project, .project-box .admin-field-menu .map-edit-project {
    margin-right: 12px;
}
.list-projects .form-row a, .project-box .form-row a {
    outline: none;
    padding-top: 5px;
    padding-left: 80px;
}
.list-projects .form-row a:focus, .project-box .form-row a:focus {
    outline: 0;
    box-shadow: none;
}
/* radio button styles*/
.list-projects .form-row label, .project-box .form-row label {
    display: flex;
    align-items: center;
    font-weight: 700;
}
.list-projects .form-row label input[type="checkbox"], .project-box .form-row label input[type="checkbox"] {
    position: relative;
    margin-left: 10px;
    min-width: 60px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 60px;
    height: 25px;
    background-color: #585858;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
    margin-right: 10px;
}
.list-projects .form-row label input[type="checkbox"]:focus, .project-box .form-row label input[type="checkbox"]:focus {
    border: 1px solid #8c8f94;
    border-color: #42434b;
    box-shadow: none;
}
.list-projects .form-row label input[type="checkbox"]::before, .project-box .form-row label input[type="checkbox"]::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #adabab;
    border-radius: 20px;
    top: 2px;
    left: 3px;
    transition: .3s linear;
}
.list-projects .form-row label input[type="checkbox"]:checked, .project-box .form-row label input[type="checkbox"]:checked {
    background-color: #b6ea8d;
}
.list-projects .form-row label input[type="checkbox"]:checked:before, .project-box .form-row label input[type="checkbox"]:checked:before {
    background-color: #0ca44a;
    top: 5px;
    left: 39px;
}
/* Under construction fields */
.list-projects .underconstruction, .project-box .underconstruction {
    display: none;
}
.list-projects .underconstruction textarea, .project-box .underconstruction textarea {
    margin: 15px 0;
}

.plugin-configs .map-config-phone-wrap {
    display: none;
}

.plugin-configs .map-project-type-wrap, .plugin-configs .map-enable-filters-wrap, .plugin-configs .map-project-size-wrap {
    display: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .list-projects .admin-field-menu .body {
        flex-direction: column;
    }
    .list-projects .admin-field-menu .fields-icon {
        margin-top: 25px;
    }
    .project-box .button-primary {
        margin-left: 0px;
    }
    .thumbnails-wrap {
        flex-direction: column;
    }
    .map-thumbnail {
        margin: 0 auto;
    }
    .map-thumbnail .map-remove-thumbnail {
        margin-top: 15px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /* For tablets: */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 1350px) {
    /* For desktop: */
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%; }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%; }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%; }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%; }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%; }
}