﻿.errorMsg {
    color: red;
    font-size: 14px;
}

.btn-blue {
    background-color: #0091FF !important;
    color: #FFFFFF !important;
    font-weight: normal;
    text-shadow: none;
    border: solid 1px #0091FF !important;
    cursor: pointer;
}

.btn-blue:hover {
    background-color: #FFFFFF !important;
    color: #0091FF !important;
}

.btn-orange-2 {
    background-color: #FC7C27 !important;
    color: #FFFFFF !important;
    font-weight: normal;
    text-shadow: none;
    border: solid 1px #FC7C27 !important;
    cursor: pointer;
}

    .btn-orange-2:hover {
        background-color: #FFFFFF !important;
        color: #FC7C27 !important;
    }

.lookup-btn {
    height: 2.45em;
    padding: 0.25em 0.75em;
    margin: 0;
    margin-left: 1em;
    border-radius: 5px;
}

.btnSquare {
    float: right;
    /*height: 40px;*/
    margin-top: 12px;
    margin-bottom: -3px;
    /*box-sizing: border-box;*/
    display: inline-block;
    position: relative !important;
    font-weight: normal !important;
    padding: 0.5em 0.75em !important;
    vertical-align: middle !important;
    text-align: center !important;
    text-decoration: none !important;
    /*background-color: #328ff6 !important;
    color: #ffffff !important;  
    border: 2px solid #328ff6 !important;*/
    background-color: white !important;
    cursor: pointer;
    border: 0.02px solid #DDDDDD;
}

.completed-task-msg {
    color: green;
    font-weight: bold;
}

.canceled-task-msg {
    color: #FFC107;
    font-weight: bold;
}

.create-task-btn {
    padding: 0.5em 1em;
    margin: 0 1.5em;
    margin-top: -5px;
    border-radius: 2cm;
}

.btnSquare-selected, .btnSquare:hover {
    background-color: #328ff6 !important;
    color: #ffffff !important;
    outline: none;
}

.page-title {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}

.pendingTables {
    width: 100%;
    display: none;
}

.panel {
    /*    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px;*/
    box-shadow: none !important;
    border-radius: 4px;
    padding: 0.5rem 1rem 0.5rem 1rem;
/*    background-color: #f4f5f9;*/
    background-color: white;
    border: 1px solid #b9bccdcc;
}

.btn-round {
    border-radius: 5px;
}

.btn-small {
    font-size: 13px;
    font-weight: bold !important;
    width: fit-content !important;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 3px;
}
#modal_confrim_action .modal-title {
    font-size: 20px;
    font-weight: bold;
}
#modal_confrim_action.warning .modal-title {
    text-transform: uppercase;
    color: #dc2626;
}