@media only screen and (max-width: 600px){
    #FormView{
        height:unset;
        overflow: visible;
    }

    .btn-main{
        padding: .375rem .75rem;
        font-size: 0.75rem;
        line-height: 1.0;
        margin: 3px;
        padding: 5px 10px 5px 10px;
        border-radius: 20px;
    }
    
    .btn-sub{
        font-size: 0.75rem;
        padding: 8px 15px 8px 15px;
        border-radius: 25px;
    }

    legend{
        margin-left: 5px;
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .button-section{
        padding-bottom: 50px;
    }

}
@media only screen and (min-width: 601px){
    #FormView{
        height: 67vh;
        overflow: auto;
    }

    .btn-main{
        padding: .375rem .75rem;
        font-size: 0.75rem;
        line-height: 1.5;
        margin: 5px;
        padding: 10px 20px 10px 20px;
        border-radius: 25px;
    }
    
    .btn-sub{
        font-size: 0.75rem;
        padding: 8px 15px 8px 15px;
        border-radius: 25px;
    }

    legend{
        margin-left: 5px;
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
}
.modal {
    background-color: rgb(0, 0, 0, 0.75);
}
label.btn{
    white-space: normal !important;
}
.btn{
    margin: 5px;
    border-radius: 0.25rem !important;
}
.btn-xs{
    margin: 5px;
    border-radius: 10% !important;
}

legend{
    width: auto;
    color: rgb(80, 80, 80);
}

.fieldset-input{
    border:none !important;
    box-shadow:none !important;
    padding-bottom: 20px !important;
}

.form-group fieldset{
    border-radius: 10px;
}

.form-group select,textarea{
    white-space: pre-wrap;
    border:none !important;
    box-shadow:none !important;
    margin-bottom: 15px !important;
}

.form-control:disabled{
    cursor: not-allowed;
    background-color: transparent !important;
}

.form-control{
    line-height: 1.8;
    box-shadow:none !important;
    font-size: small;
}
.form-control[readonly]{
    cursor: not-allowed;
    background-color: transparent !important;
}

.field-default{
    border: 3px solid rgb(80, 80, 80) !important;
}
.field-invalid{
    border: 3px solid red !important;
}
.field-valid{
    border: 3px solid green !important;
}
.field-updated{
    border: 3px solid rgb(255, 230, 0) !important;
}

.select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: #fff url('../../img/icons/select.png') no-repeat scroll;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: right 6px center;
    z-index: 1;
    cursor: pointer;
}

bg-data{
    background-color: white;
    border: 1px solid purple;
}

.page-link:focus{
    background-color: #007bff !important;
    color: white;
    border: none;
    box-shadow: none;
}

.card-number{
    background-color: purple;
    color: white;
    padding: 12px;
    border-radius: 50%;
    min-width: 48px;
}

.btn-main{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    text-transform: none;
    cursor: pointer;
    box-shadow: none;
}

.btn-sub{
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    vertical-align: middle;
    user-select: none;
    text-transform: none;
    cursor: pointer;
    margin: 0px;
    box-shadow: none;
    background-color: white;
}

.btn-main:focus{
    outline: none;
}

.btn-red{
    border: 3px solid red;
    color: red;
    background: transparent;
    box-shadow: none;
}

.btn-red:hover{
    border: 3px solid red;
    color: white;
    background: red;
    box-shadow: none;
}

.btn-red:focus{
    border: 3px solid red;
    color: white;
    background: red;
    box-shadow: none;
}

.btn-blue{
    border: 3px solid blue;
    color: blue;
    background: white;
    box-shadow: none;
}

.btn-blue:hover{
    border: 3px solid blue;
    color: white;
    background: blue;
    box-shadow: none;
}

.btn-blue:focus{
    border: 3px solid blue;
    color: white;
    background: blue;
    box-shadow: none;
}

.btn-grey{
    border: 3px solid rgb(80, 80, 80);
    color:rgb(80, 80, 80);
    background: white;
    box-shadow: none;
}

.btn-grey:hover{
    border: 3px solid rgb(80, 80, 80);
    color: white;
    background: rgb(80, 80, 80);
    box-shadow: none;
}

.btn-grey:focus{
    border: 3px solid rgb(80, 80, 80);
    color: white;
    background: rgb(80, 80, 80);
    box-shadow: none;
}

.btn-orange{
    border: 3px solid orange;
    color: orange;
    background: transparent;
    box-shadow: none;
}

.btn-orange:hover{
    border: 3px solid orange;
    color: white;
    background: orange;
    box-shadow: none;
}

.btn-orange:focus{
    border: 3px solid orange;
    color: white;
    background: orange;
    box-shadow: none;
}

.btn-purple{
    border: 3px solid purple;
    color: purple;
    background: transparent;
    box-shadow: none;
}

.btn-purple:hover{
    border: 3px solid purple;
    color: white;
    background: purple;
    box-shadow: none;
}

.btn-purple:focus{
    border: 3px solid purple;
    color: white;
    background: purple;
    box-shadow: none;
}

.btn-purple-clicked{
    border: 3px solid purple;
    color: white;
    background: purple;
    box-shadow: none;
}

.btn-green{
    border: 3px solid green;
    color: green;
    background: transparent;
    box-shadow: none;
}

.btn-green:hover{
    border: 3px solid green;
    color: white;
    background: green;
    box-shadow: none;
}

.btn-green:focus{
    border: 3px solid green;
    color: white;
    background: green;
    box-shadow: none;
}

.btn-disabled{
    cursor: not-allowed;
}

.badge-light{
    transform: translateY(-50%) translateX(50%) !important; 
    padding: 5 !important;
    margin: 0 !important;
    line-height: 20px !important;
    min-width:30px !important;
    font-size: 14px !important;
    border-radius: 50% !important;
    z-index: 2 !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
}

.border-primary{
    border: 2px solid #037ef3;
}

.padding-5{
    padding: 5px !important;
}

.padding-10{
    padding: 10px !important;
}

.padding-25{
    padding: 25px !important;
}

.font-10{
    font-size: 10px;
}

.font-28{
    font-size: 28px;
}

.font-x-small{
    font-size: x-small;
}

.space-normal{
    white-space: normal !important;
}

.pagination-title{
    padding: 3px 15px;
}

.page-link{
    font-size: 12px !important;
    border:none !important;
    margin: 1px !important;
    padding: 8px !important;
    border-radius: 50% !important;
    min-width: 32px !important;
}

.search-select{
    border-radius: 10px !important;
}

.search-select legend{
    margin-left: 20px;
    margin-bottom: 0px;
}

.search-select-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 20px;
    right: 20px;
}

.search-select-items div {
    padding: 10px;
    cursor: pointer;
    background-color: rgb(116, 115, 115); 
    border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.search-select-items div:hover {
    background-color: #8f8989; 
}

/*when navigating through the items using the arrow keys:*/
.search-select-active {
    background-color: rgb(35, 99, 162) !important; 
    color: #fff; 
}

.search-select-input{
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 15px;
}

.search-select-button-div{
    padding: 10px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.p-5x{
    padding: 5px !important;
}

.print-body{
    display: none;
}

.only-print{
    display:none !important;
}

@media print{
    /*
    @page {
        @bottom-left {
            content: counter(page) ' of ' counter(pages);
        }
        size: A4;
        margin-top: 0;
        margin-left: 0;
        margin-right: 3;
        margin-bottom: 10;
    } 

    body {padding:15mm;}

    .print-heading{
        text-transform: uppercase;
        justify-content: center;
        font-weight: bold;
        padding: 20px;
    }
    .print-body{
        display: block;
        text-transform: uppercase;
        justify-content: center;
        font-weight: bold;
        padding: 2px;
    }
    */
    
    .no-print{
        display:none !important;
    }
    .only-print{
        display:block !important;
    }
}
#BtnChangeLanguage{
    display: none;
}
.table-create-panel{
    padding: 10px;
}
.disabled:hover{
    cursor:not-allowed;
}
