button:focus {
    outline: none;
}

.wl-maintab-item input.error {
    border-color: #ff4444;
}

.wl-maintab span.rename-error {
    font-size: 14px;
}

.manage .modal-content {
    border-radius: 0;
}

.manage input {
    border: 1px solid #C6CBD0;
    border-radius: 10px;
    padding: 0.5em 1em;
}

.manage label {
    color: #727272;
}

.manage input:focus {
    outline: none;
}

.manage button {
    width: 100%;
    background-color: #456AEF;
    color: #fff;
    letter-spacing: 1px;
    margin: 1rem 0 3rem 0;
    border: none;
    padding: 0.4rem 1rem;
    text-transform: capitalize;
    font-size: 12px;
}

.manage button:focus {
    outline: none;
}

.manage .fa-times {
    position: absolute;
    right: -1rem;
    top: 0;
    color: #696B69;
}

#manage-clear .info-text,
#manage-delete .info-text {
    color: #727272;
    text-align: center;
}

.info-text .underline {
    border-bottom: dotted 1px;
    cursor: pointer;
}

.manage-content-cont {
    width: 75%;
}

#manage .error {
    position: absolute;
    bottom: -1.2rem;
    margin: 0;
}

.modal-dialog.modal-dialog-centered {
    margin: 1.75rem auto;
}

/* edit columns */

.parent-cols, 
.selected-cols-cont ul {
    padding-left: 0;
}

.current-cols {
    color: #333;
    padding: 0.5rem 1rem;
}

.ec-search-nomatch {
    margin-top: 1rem;
    color: #727272;
    text-align: center;
}

.checkbox-container {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 21px;
    cursor: pointer;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; 
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: solid 1px #777;
    border-radius: 2px;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #000;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
  
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}


.checkbox-container .checkmark:after {
    left: 4px;
    top: 0.5px;
    width: 3.5px;
    height: 7px;
    border: solid white;
    border-width: 0 1.4px 1.4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* custom fields */

.cf-container {
    font-size: 1rem;
}

.cf-head {
    padding: 0.4rem 1rem 0.4rem 0.8rem;
    border-bottom: solid 1px #E8E8E8;
    font-size: 0.8125em;
    font-weight: 500;
}

.custom-cols {
    padding: 0.5rem 1rem;
}

.custom-cols li {
    font-size: 0.875em;
}

.cf-edit-icon {
    color: #959595;
    font-size: 0.75em!important;
    padding: 6px;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.cf-head.create {
    border-bottom: none;
}

.cf-create-btn,
.cf-create-dummy-btn {
    border: none;
    background-color: rgb(69, 106, 239);
    color: white;
    padding: 0.2rem 0.6rem;
    font-size: 0.5rem;
    text-transform: uppercase;
    float: right;
    font-weight: normal;
    letter-spacing: 1px;
}

.cf-create-btn:focus, 
.cf-back-btn:focus,
.cf-create-dummy-btn:focus {
    outline: none;
}

.cf-create-dummy-btn:disabled {
    background-color: #777;
}

.cf-back-btn,
.cf-delete-btn {
    font-size: 0.75em;
    border: none;
    background: transparent;
    color: #363636;
}

.cf-back-btn {
    float: right;
}

.cf-back-btn:before {
    content: '\f104';
    font-family: 'Fontawesome';
    margin-right: 4px;
    color: #363636;
}

.cf-delete-btn {
    margin-left: 0.5rem;
}

.cf-delete-btn:before {
    content: '\f1f8';
    font-family: 'Fontawesome';
    margin-right: 4px;
    color: #DE3A60;
}

.cf-form-group {
    margin-bottom: 1rem;
}

.cf-create label,
.cf-edit label {
    font-size: 0.75rem;
    color: #727272;
    display: block;
    margin: 0;
}

.cf-create input, 
.cf-create textarea,
.cf-edit input, 
.cf-edit textarea {
    border: solid 1px #D0D0D0;
    border-radius: 4px;
    width: 100%;
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
}

.cf-create textarea,
.cf-edit textarea {
    resize: none;
}

.cf-form {
    padding: 0.8rem;
}

.cf-create-foot {
    position: absolute;
    right: 0;
    top: 0;
}

.cf-submit-btn, 
.cf-cancel-btn {
    border: none;
    background-color: rgb(69, 106, 239);
    color: white;
    padding: 0.2rem 0.6rem;
    font-size: 0.625em;
    margin-right: 1rem;
}

.cf-cancel-btn {
    color: #2C2828;
    background-color: #EDEDED;
}

.cf-error {
    position: absolute;
    bottom: 1rem;
    left: 0.8rem;
    font-size: 0.75rem;
}

.cf_name.error, 
.cf_short_name.error {
    position: absolute;
    bottom: -1rem;
    font-size: 0.75rem;
    margin: 0;
}

.cf-nofields {
    margin-top: 2rem;
    color: #727272;
    text-align: center;
    font-size: 0.85rem;
}

/* custom fields textcomplete */

.textcomplete-dropdown {
    z-index: 9999!important;
    height: 120px;
    overflow: auto;
    width: 100px;
}

.dropdown-menu {
    padding: 0;
}

.textcomplete-item {
    font-size: 0.75rem;
    padding: 0.2rem 0.8rem;
}

.textcomplete-item.active {
    background-color: #ececec;
}

.cf-unit .dropdown {
    width: 100px;
    margin-bottom: 1rem;
}

.cf-unit .dropdown-toggle {
    background: transparent;
    background: transparent;
    border: solid 1px #D0D0D0;
    border-radius: 4px;
    font-size: 0.75rem;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 0.25rem 1rem;
}

.cf-unit .dropdown-toggle:after {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.cf-unit .dropdown-menu {
    width: 100%;
    min-width: auto;
}
          
.cf-unit .dropdown-item {
    width: 100%;
    font-size: 0.75rem;
    padding: 0.25rem 1rem;
}

@media screen and (max-width: 678px) {
    .cf-head {
        font-size: 0.9rem;
    }

    .cf-create-btn,
    .cf-create-dummy-btn {
        font-size: 0.65rem;
    }

    .cf-create button,
    .cf-edit button {
        font-size: 0.8rem;
    }

    .cf-create input, 
    .cf-create textarea, 
    .cf-edit input, 
    .cf-edit textarea{
        font-size: 1rem;
    }

    .cf-unit .dropdown-toggle,
    .cf-unit .dropdown-item {
        font-size: 0.8rem;
        padding:0.25em
    }

    .cf-create label, .cf-edit label {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 576px) {
    .manage-content-cont {
        width: 100%;
    }

    .manage .modal-body {
        padding: 0;
    }

    .manage .modal-content {
        padding: 25px 30px;
    }

    .manage .head {
        font-size: 1.25rem;
    }
}
     