body {
    font-family: Roboto, "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    #tabs li {
        float: left;
        margin: 0 .5em 0 0;
    }

    #tabs span {
        position: relative;
        background: #666;
        padding: .5em .5em;
        float: left;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
    }

        #tabs span:hover {
            background: #f2f2f2;
            color: #666;
            cursor: pointer;
        }

            #tabs span:hover::after {
                background: #fff;
            }

        #tabs span:focus {
            background: #fff;
        }

            #tabs span:focus::after {
                background: #fff;
            }

        #tabs span:focus {
            outline: 0;
        }

        #tabs span::after {
            content: '';
            position: absolute;
            z-index: 1;
            right: -.5em;
            bottom: 0;
            width: 1em;
            background: #ddd;
            border-radius: 0 5px 0 0;
        }

    #tabs .current span {
        color: #000;
        border-bottom: none;
        background: #f2f2f2;
        z-index: 3;
    }

        #tabs .current span::after {
            background: #fff;
            z-index: 3;
        }

#content {
    background: #fff;
    padding: 0em 1em 1em 1em;
    height: 100%;
    width: initial;
    position: relative;
    z-index: 2;
}

.text-grey-11 {
    font-size: 11px;
    color: #000000;
    display: block;
}
.text-grey-13 {
    font-size: 13px;
    color: #000000;
    display: block;
}

.text-grey-13-bold {
    font-size: 13px;
    font-weight: bold;
    color: #333 !important;
}

.text-unblue-16-bold {
    font-size: 16px;
    font-weight: bold;
    color: #009EDB;
}

.text-unblue-13-bold {
    font-size: 13px;
    font-weight: bold;
    color: #009EDB;
}

.text-gray-12 {
    font-size: 12px;
    color: #333;
}
.text-12-bold{
    font-size:12px;
    font-weight:bold;
}
.text-red{
    color:red;
}
.text-green{
    color:green;
}

.dateIcon {
    background: url("../images/date_icon.svg") no-repeat right 4px center;
    cursor: default;
}

.icon {
    width: 30px;
    height: 24px;
    padding: 0px;
    display: inline-block;
    cursor: pointer;
}

.infoIcon {
    background: url("../images/info_icon.svg") no-repeat right 4px center;
}
.editIcon {
    background: url("../images/edit_icon.svg") no-repeat right 4px center;
    background-size: 24px,21px;
}
.plusIcon {
    background: url("../images/plus_icon.svg") no-repeat right 4px center;
    background-size:24px;
}
.viewIcon {
    background: url("../images/view_icon.svg") no-repeat right 4px center;
    background-size: 24px,21px;
}

.btnDelete {
    height: 24px;
    width: 24px;
    background-image: url(../images/btn_delete.svg);
    background-size: cover;
    border: none;
    background-color: transparent;
}

.btnSave {
    border: none;
    width: 99px;
    cursor: pointer;
    height: 27px;
    background-image: url("../images/btn_save.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 112px 27px;
    border-radius: .2rem;
    margin-top: 4px;
}

.btnCancel {
    border: none;
    width: 99px;
    cursor: pointer;
    height: 27px;
    background-image: url("../images/btn_cancel.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 99px 27px;
    border-radius: .2rem;
    margin-top: 4px;
}

.btnAddNew {
    width: 100px;
    background-image: url(../images/btn_add_new.svg);
    background-size: 94px, 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    border-radius:0px;
    margin-top: 5px;
}
.toggle_green_yes {
    background: url("../images/btnToggleYes.svg") no-repeat right 4px center;
    transition: 0.3s;
    background-size: 46px,26px;
}
.toggle_red_no {
    background: url("../images/btnToggleNo.svg") no-repeat right 4px center;
    transition: 0.3s;
    background-size: 46px,26px;
}
.iconToggle {
    width: 55px;
    height: 30px;
    padding: 0px;
    display: inline-block;
    cursor: pointer;
}

input[type="checkbox"] {
    width: 1.1rem;
    height: 1.1rem;
    accent-color: #009edb;
}


.required ::after {
    content: "*";
    color: red;
}

.modal-contentCustom {
    background-color: transparent;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    border: none;
    /*width: 10%;*/ /* Could be more or less, depending on screen size */
    text-align: center;
}
.processing {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/*-----*/
.btnEdit {
    height: 24px;
    width: 24px;
    background-image: url("../images/edit_icon.svg");
    background-size: cover;
    border: none;
    background-color: transparent;
}

.btnToggleYes {
    height: 26px;
    width: 46px;
    background-image: url("../images/btnToggleYes.svg");
    background-size: cover;
    border: none;
    background-color: transparent;
}

.btnToggleNo {
    height: 26px;
    width: 46px;
    background-image: url("../images/btnToggleNo.svg");
    background-size: cover;
    border: none;
    background-color: transparent;
}
.btnSubmit {
    border: none;
    width: 90px;
    cursor: pointer;
    height: 27px;
    background-image: url("../images/btnContinue.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 90px 27px;
    border-radius: .2rem;
    margin-top: 4px;
}
