.dd-handle,
.form-control {
    color: #324148;
    border-width: 3px;
    border-color: #1ebccd;
}

.dd-handle:focus,
.form-control:focus {
    box-shadow: none;
    border-color: red;
}
.modal-content{
    background:#b2e6fa;
}
.modal-content,
.modal-footer,
.modal-header {
    border-color: #963095;
}

label {
    color: #000;
}
input[type=text].error,
input[type=file].error,
input[type=email].error,
input[type=number].error,
input[type=password].error,
select.error,
textarea.error {
    border: 3px solid red;
}

label.error {
    color: red;
    font-size: 13px;
    font-weight: normal;
}
.required {
    color: red;
    font-weight: bold;
}
.info-box {
    display: block;
    min-height: 50px;
    background: #fff;
    width: 100%;
    border: solid 1px #c5d6de;
    border-radius: 4px;
    margin-bottom: 15px;
}

.info-box small {
    font-size: 14px
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.2)
}

.info-box-icon>img {
    max-width: 100%
}

.info-box-content {
    padding: 2px 10px;
    margin-left: 50px;
}

.info-box-text {
    text-transform: capitalize;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.info-box-number {
    display: block;
    font-size: 16px
}

/* Over Ride */
body {
    font-size: 11pt;
    font-family: Arial;
}

.table th {
    font-size: 10pt;
}

.table-sm td {
    font-size: 10pt;
}

.table-sm td,
.table-sm th {
    padding: 0.25rem 1.25rem;
}

.btn-ct {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

/*  Top notify-row */
.notify-row {
    margin-left: 10%;
}

.notify-row li.dropdown {
    width: 35px !important;
    height: 35px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #666 !important;
    margin-right: 15px;
}

.notify-row li.dropdown i {
    display: block;
    text-align: center;
    padding-top: 5px;
    color: #ddd;
}

.notify-row ul>li>a {
    color: #666666;
    font-size: 16px;
}

.notify-row .badge {
    visibility: visible;
    border-radius: 100px;
}

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

/* extended dropdown */
.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #fff;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-green {
    border-color: transparent transparent #22af47;
    border-bottom-color: #22af47 !important;
    border-top-color: #22af47 !important;
}

.notify-arrow-orange {
    border-color: transparent transparent #ff9528;
    border-bottom-color: #ff9528 !important;
    border-top-color: #ff9528 !important;
}

.notify-arrow-violet {
    border-color: transparent transparent #6640b2;
    border-bottom-color: #6640b2 !important;
    border-top-color: #6640b2 !important;
}

.notify-arrow-teal {
    border-color: transparent transparent #009b84;
    border-bottom-color: #009b84 !important;
    border-top-color: #009b84 !important;
}