/* item */
.c-pageTitle {
    color: #384359;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    margin-top: 10px;
}

.btn-add{
    padding: 7px 61px;
    border-radius: 9px;
    background-color: #c80000;
    border-color: #c80000;
    font-weight: 700;
}

.btn-add:hover{
    background-color: #10aa9c;
    border-color: #10aa9c;
}

main .list_item{
    padding: 40px;
}

.btn-action{
    color: black;
    padding: 9px 16px;
    border: 1px solid #c2c8d2;
    border-radius: 8px;
}

.c-search {
    max-width: 240px;
    position: relative;
    display: inline-block;
}

.c-search__field{
    -webkit-appearance: none;
    border: 1px solid #c2c8d2;
    border-radius: 100px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 20px;
    width: 100%;
    color: #c2c8d2;
    margin: 0 20px;
}

.c-iconBtn--noBorder {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 20px;
    padding: 0;
    width: 20px;
}

.btn-search-sort{
    padding: 7px 12px;
    background: #fff;
    border: 1px solid #c2c8d2;
    border-radius: 8px;
    width: 100%;
}

.btn-search-sort:hover{
    color: #384359;
    background: #fff;
    border: 1px solid #c2c8d2;
}

.btn-popup-search{
    color: #c80000;
    cursor: pointer;
    margin-left: 24px;
    font-weight: 700;
    font-size: 14px;
}

.btn-popup-search:hover{
    color: #0a9f92;
}

.popup-title{
    width: 100%;
    display: block;
    margin: auto;
    font-size: 20px;
    height: 36px;
    font-weight: 700;
}

.c-input {
    background-color: #fcfcfd;
    border: 1px solid #c2c8d2;
}

.label-input{
    font-weight: 700;
}

.items thead th {
    vertical-align: bottom;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    color: #c2c8d2;
    border-bottom: 2px solid #dee2e6;
}

.items tbody td {
    vertical-align: middle !important;
}

.items tbody tr{
    border-bottom: 1px solid #f0f1f4;
    padding: 16px;
}

.items img{
    max-width: 45px;
    max-height: 45px;
}

.items .item_name{
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #5b5b5b;
    font-weight: bold;
    padding: 0 10px;
}

.items tbody td {
    padding: 16px;
    text-align: center;
}

.items tbody tr .name {
    text-align: left;
}

.table thead th{
    border-top: none;
}

.switch {
    width: 3rem;
    height: 1.1rem;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    margin-top: 7px;
}

/* Escondendo o checkbox */
.switch input {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.switch input + .toggle {
    background-color: #d8d8d8;
    width: inherit;
    height: inherit;
    border-radius: 2rem;
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
    transition: background .3s ease;
}
.switch input + .toggle::after {
    content: '';
    position: absolute;
    top: -.2rem;
    left: 0;
    background-color: #fff;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    transition: transform .3s ease, background .3s ease, box-shadow .06s ease;
}
.switch input + .toggle:active::after, .switch input:active + .toggle::after {
    box-shadow: 0 0 3px 12px rgba(0, 0, 0, .05);
}
.switch input:checked + .toggle:active::after, .switch input:checked:active + .toggle::after {
    box-shadow: 0 0 3px 12px rgba(234, 90, 90, .15);
}

.switch input:checked + .toggle {
    background-color: #c80000;
}
.switch input:checked + .toggle::after {
    background-color: #c80000;
    transform: translateX(1.5rem);
}

.page_navi {
    border: unset;
    margin: 20px auto 0 auto;
}

.page_navi ul {
    text-align: center;
}

.page_navi li {
    margin-right: 5px;
    font-size: 75%;
    display: inline;
}

.page_navi ul li a {
    background: #FFFFFF;
    color: #c80000;
    border-radius: unset;
    padding: 9px 13px;
    border: unset;
    font-weight: bold;
    border: 1px solid #c80000;
}

.page_navi ul li span {
    background: #c80000;
    color: #fff;
    border-radius: unset;
    padding: 9px 13px;
    border: unset;
    border: 1px solid #c80000;
}

.items .name a:hover{
    text-decoration: none;
}

.button-action{
    color: black;
}

.delete-item:hover{
    color: #be230e;
}

.copy-item:hover{
    color: #1973be;
}

.btn-sort:hover, .btn-check:hover{
    border: 1px solid #c2c8d2;
    background: #ebebeb;
    color: black;
}

footer{
    margin-top: 0;
}
/* item */