/* home layout */
html {
    font-size: 14px;
}

/*
fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    xmin-width: 0;
    padding: 0px;
    position: relative;
    border-radius:2px;
    background-color:#f5f5f5;
    padding-left:0px!important;
}

legend {
    font-size:15px;
    font-weight:bold;
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 1px 1px 1px 2px;
    background-color: #ffffff;
}
*/

.td_center {
    text-align: center;
}
#message_area {
    height: 20px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}

#modal_message_area {
    height: 18px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}

/*
.required:before{
    content:"*";
    color:red;
    font-weight:bold;
}
*/

.errorBox {
    border: 1px solid #ff0000;
}

/****************************** Menu ***********************/
.navbar-custom {
    background-color: #0086b3;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.9);
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.7);
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #0086b3;
}
.navbar-custom .dropdown-item {
    color: #ffffff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #333333;
    background-color: rgba(255,255,255,.5);
}

.loading_image {
    display: none;
}
