﻿.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-control-label::before {
    position: absolute;
    top: .1rem;
    left: 0rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
    border: 2px solid #06a653;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    content: "\f00c";
    color: #06a653;
    font: normal normal normal 11px/1 FontAwesome;
}

.custom-control-label::after {
    position: absolute;
    top: .3rem;
    left: 0.15rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

body {
    font-family: Arial;
    font-size: 10pt;
}

.error {
    color: red;
}

.ui-datepicker-month, .ui-datepicker-year {
    height: 22px;
}

.uppercase {
    text-transform: uppercase;
}

.addbtn {
    display: inline-block;
    text-align: center;
    border: 1px solid #187f3b;
    background-color: #fff;
    padding: 10px !important;
    border-radius: 50%;
    font-size: 18px;
    width: 40px;
    height: 40px;
}

lable {
    padding-top: 0px;
}

.removebtn {
    display: inline-block;
    text-align: center;
    border: 1px solid #f25454;
    background-color: #fff;
    padding: 10px !important;
    border-radius: 50%;
    font-size: 18px;
    width: 40px;
    height: 40px;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.9;
    text-decoration: none;
    pointer-events: none;
}

input::placeholder {
    color: #827c7c;
    font-size: 14px;
    font-style: italic;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-family: 'Noto Sans', sans-serif;
    background-color: #fff;
}
.CI_Disabled {
    background-color: #f6f7fb !important;
    cursor:not-allowed;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    border: 1px solid red !important;
}
.form-control:focus
{
border: 1px solid red !important;
}

.file-custom:focus {
    border: 1px solid red !important;
}