﻿.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #5fccff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}

.control-label.asteric:after {
    content: " *";
    color: red;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #5fccff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}

.btnex {
    border-color: none !important;
    background-color: none !important;
}

.portlet.light > .portlet-title > .caption {
    color: #32c5d2 !important;
    padding: 10px 0;
}

    .portlet.light > .portlet-title > .caption > small {
        color: #9eacb4;
        font-size: 13px;
        font-weight: 400;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #32c5d2 !important;
    border-color: #32c5d2 !important;
}

table.dataTable.no-footer {
    border-bottom-color: #e7ecf1 !important;
}

.hideDiv {
    display: none !important;
}

.current {
    display: block !important;
}

.mandatory {
    color: red;
}
/* StartedP_Process Stage*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}
/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
list-style-type: none;
color: #5a7391 !important;
text-transform: uppercase;
font-size: 9px;
width: 10.33%;
float: left;
position: relative;
letter-spacing: 1px;
font-weight: bold;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 25px;
    height: 25px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    border: 2px solid #e5e5e5;
    border-radius: 25px;
    margin: 0 auto 10px auto;
    background: #f4f4f4;
    position: relative;
    z-index: 1;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #e5e5e5;
    position: absolute;
    left: -50%;
    top: 9px;
    /*z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    border: 1px solid #26C281;
    /* position: relative; */
    /* z-index: 1; */
    background: #26C281;
    color: white;
    line-height: 26px;
    display: block;
    font-size: 12px;
}

#progressbar-room {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    #progressbar-room li {
        list-style-type: none;
        color: #5a7391 !important;
        text-transform: uppercase;
        font-size: 9px;
        width: 18.33%;
        float: left;
        position: relative;
        letter-spacing: 1px;
        font-weight: bold;
    }

        #progressbar-room li:before {
            content: counter(step);
            counter-increment: step;
            width: 25px;
            height: 25px;
            line-height: 26px;
            display: block;
            font-size: 12px;
            color: #333;
            border: 2px solid #e5e5e5;
            border-radius: 25px;
            margin: 0 auto 10px auto;
            background: #f4f4f4;
            position: relative;
            z-index: 1;
        }

        /*progressbar connectors*/
        #progressbar-room li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: #e5e5e5;
            position: absolute;
            left: -50%;
            top: 9px;
            /*z-index: -1; /*put it behind the numbers*/
        }

        #progressbar-room li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }

        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar-room li.active:before, #progressbar-room li.active:after {
            border: 1px solid #26C281;
            /* position: relative; */
            /* z-index: 1; */
            background: #26C281;
            color: white;
            line-height: 26px;
            display: block;
            font-size: 12px;
        }

.profile-usertitle-name {
    color: #5a7391;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.page-logo .menu-toggler.sidebar-toggler {
    float: right;
    margin: 30px 0 0;
}

.page-logo .menu-toggler {
    background-image: url(/content/assets/layouts//layout4/img/sidebar-toggle-light.png);
}

.page-logo .menu-toggler {
    display: block;
    cursor: pointer;
    opacity: .6;
    filter: alpha(opacity=60);
    width: 20px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-header.navbar .page-logo .logo-default {
    margin: 18px 10px 0 !important;
}

.page-header.navbar {
    background: #2f373e !important;
    border-bottom: none;
}

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .time {
        float: left;
        max-width: 100%;
        font-size: 11px;
        font-weight: 400;
        opacity: .7;
        filter: alpha(opacity=70);
        text-align: right;
        padding: 1px 5px;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a, .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a {
        color: #dadce4 !important;
        border-bottom: 0 !important;
    }

.mandatory {
    color: red !important;
}

.hideContent {
    display: none !important;
}

.hideActivityOfDailyLiving {
    display: none;
}

.infoMessage {
    display: inline-block;
    width: 400px;
    height: 60px;
    padding-top: 8px;
    margin: 10px;
    background-color: rgb(226, 253, 188);
    font-size: 13px;
}

.hideDiv {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pull-right {
        width: 250px !important;
    }

    .page-header.navbar .top-menu .navbar-nav {
        min-width: 315px !important;
    }
}

iframe {
    border: none !important;
}

.swal2-popup {
    width: 50em !important;
}

.swal2-title {
    font-size: 3.875em !important;
}

.swal2-styled {
    font-size: 15px !important;
}

.swal2-content {
    font-size: 1.5em !important;
}


.ui-autocomplete-row {
    padding: 8px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

    .ui-autocomplete-row:hover {
        background-color: #ddd;
    }

.ui-autocomplete-loading {
    background: url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif) no-repeat right center !important;
}

.swal2-container {
    z-index: 1000000;
}

.error {
    color: red !important;
}

.displayNone {
    display: none;
}
.mb-10{
    margin-bottom:10px !important;
}
.pt-40{
    padding-top:40px !important;
}

.all-dataTables {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-top: 10px !important;
}

.all-dataTables th, .all-dataTables td {
    text-align: left !important;
}

.all-dataTables th {
    background-color: #15558d !important; /* Header background color */
    color: white !important;
    vertical-align: top !important;
}

.all-dataTables tbody tr:nth-child(even) {
    background-color: #f9f9f9 !important; /* Alternating row color */
}

.all-dataTables tbody tr:hover {
    background-color: #e0e0e0 !important; /* Hover row color */
}

.all-dataTables_paginate {
    margin-top: 10px !important;
}

.all-dataTables_info {
    margin-top: 10px !important;
    display: none !important;
}

/* Search input styling */
.all-dataTables_filter input {
    width: 200px !important;
    padding: 8px !important;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
}

/* Pagination button styling */
.all-dataTables_paginate .paginate_button {
    padding: 5px 10px !important;
    margin: 0 2px !important;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
    cursor: pointer !important;
}

.all-dataTables_paginate .paginate_button:hover {
    background-color: #f2f2f2 !important;
}