﻿body {
    font-family: 'Open Sans', sans-serif;
}

th.sticky-header {
    position: sticky;
    top: 0;
    z-index: 10;
    color: dimgrey;
    background-color: white;
    border: none;
}

.action_btn {
    width: 68px;
    height: 24px;
    color: white;
    border-radius: 2px;
    font-size: 12px;
    border: none;
}

.tk_EditBtn {
    background-color: #707070;
}

.tk_DeleteBtn {
    background-color: #CE5450;
}

.tk_AddBtn {
    background-color: #1A46C3;
    width: 122px;
    border: none;
    height: 30px;
    margin-left: 5px
}

.tk_input_label {
    font-size: 14px;
    color: #6C6C6C;
}

.tk_inputbox {
    width: 340px;
    height: 30px;
    border-radius: 3px;
    font-size: 14px;
}

.cancel-btn {
    width: 82px;
    height: 28px;
    border-radius: 2px;
    background-color: #c4c4c4;
    border: 1px solid #c4c4c4;
    color: black;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2)
}

.save-btn {
    width: 82px;
    height: 28px;
    background-color: rgb(26, 70, 195);
    color: white;
    height: 30px;
    width: 82px;
    border-radius: 3px;
    font-size: 15px;
}

.edit-btn {
    width: 128px;
    height: 28px;
    border-radius: 2px;
    background-color: rgb(181, 200, 255);
    color: rgb(36, 33, 52);
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
    border: 1px solid rgb(181, 200, 255);
}

.device_img {
    width: 13px;
    height: 25px;
}

.search-inputbox {
    height: 30px;
    width: 100%;
}

.search-btn {
    border-color: #1C85EE;
    background-color: #1A46C3;
    color: white;
    height: 30px;
    width: 100%;
    font-size: 15px;
}

.add_btn {
    height: 30px;
    width: 81px;
    border-color: #1C85EE;
    background-color: #1A46C3;
    color: white;
    height: 30px;
    width: 81px;
    font-size: 15px;
}

/*Override*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white !important;
    background-color: #1A46c3 !important;
    cursor: pointer;
    border: 1px solid #1A46c3 !important;
    font-weight: 600;
    font-size: 15px;
    width: 172px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #4F68AF !important;
    background-color: #C3CDEC !important;
    cursor: pointer;
    border: 1px solid #C3CDEC !important;
    font-weight: 600;
    width: 172px;
    font-size: 15px;
}

input {
    width: 100%;
    height: 46.33px;
    margin-bottom: 10.91px;
    border: 1px solid #acacac;
    border-radius: 5px;
    padding: 10.13px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

    input[type="password"] {
        margin-bottom: 0px;
    }

    input:focus {
        outline: none;
        border: 1px solid #b0b2d8;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.451);
    }

    input:hover {
        outline: none;
        border: 1px solid #b0b2d8;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.451);
        transition-delay: 200ms;
    }

    input::placeholder {
        text-align: left;
        font-family: 'Roboto', sans-serif;
    }
