/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 27, 2020, 1:48:17 AM
    Author     : HP
*/

.hidden{
    display: none !important;
}

.alert.alert-success{
    color: #3c763d !important;
    background: #D4EDDA !important; 
}

.alert.alert-danger{
    color: #b54442 !important;
    background: #F2DEDE !important; 
}

.alert.alert-warning{
    color: #8a6d3b !important;
    background: #FFF3CD !important; 
}
.alert.alert-info{
    color: #3170a1 !important;
    background: #D9EDF7 !important; 
}

.check-error {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}
 
.check-error p {
    margin-top: 0; 
    margin-bottom: 0;
    display: inline-block;
}

.pop-error
{
    font-size: 14px;
}

.pop-error-title
{
    font-weight: bold;
    font-size: 18px;
}

.btn-loader
{
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    min-height: 35px;
    border: 1px solid rgba(128, 128, 128, 0.36);
}

.btn-loader span
{
    padding-bottom: 0;
    display: inline-block;
}

.btn-loader img
{
    width: 18px !important;
    height: 18px !important;
    float: right !important;
    top: 2px !important;
    right: -5px !important;
    position: relative !important;
}

.page-item .page-link{
    cursor: pointer;
}


.pagination
{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li
{
    display: inline;
}

.pagination>li>a,.pagination>li>span
{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,.pagination>li:first-child>span
{
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,.pagination>li:last-child>span
{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover
{
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover
{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover
{
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,.pagination-lg>li>span
{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span
{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span
{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,.pagination-sm>li>span
{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span
{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span
{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.link
{
    padding: 10px 15px;
    background: transparent;
    border: #bccfd8 1px solid;
    border-left: 0px;
    cursor: pointer;
    color: #607d8b;
}

.disabled
{
    cursor: not-allowed;
    color: #bccfd8;
}

.current
{
    background: #bccfd8;
}

first
{
    border-left: #bccfd8 1px solid;
}

.question
{
    font-weight: bold;
}

.answer
{
    padding-top: 10px;
}

#pagination
{
    margin-top: 20px;
    padding-top: 30px;
    border-top: #F0F0F0 1px solid;
}

.dot
{
    padding: 10px 15px;
    background: transparent;
    border-right: #bccfd8 1px solid;
}

#overlay
{
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#overlay div
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

.page-content
{
    padding: 20px;
    margin: 0 auto;
}

.pagination-setting
{
    padding: 10px;
    margin: 5px 0px 10px;
    border: #bccfd8  1px solid;
    color: #607d8b;
}

#pagination_pointer
{
    margin-bottom: 50px;
}


.dropdown-menu.show:after, 
.dropdown-menu.show:before, 
.show > .dropdown-menu:after, 
.show > .dropdown-menu:before{
    
}

.dropdown-item
{
    cursor: pointer;
}

.calculator_info p{
    font-weight: 500;
}

.calculator_info p span{
    font-weight: normal;
}

.fancy_select + .select2-container{
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
    background-clip: border-box;
    padding: 0.5rem 1.75rem 0.5rem 0.75rem;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    background-clip: padding-box;
    border: 1px solid #f0f1f2;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: calc(1.5em + 1rem + 2px);
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container > .selection > .select2-selection--single{
    border: none;
    cursor: default;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #f0f1f2;
}

.select2-selection__arrow{
    display: none;
}

.custom_page_loader{
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #0202021a;
    z-index: 10;
}

.custom_page_loader img{
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 10%;
}

.slider-wrapper
{
    background-color: transparent;
    box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    padding: 10px;
    position: relative;
}

.slider-wrapper img
{
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.remove_img
{
    position: absolute;
    background: red;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    top: 0px;
    right: 0px;
    cursor: pointer;
    box-shadow: 0px 4px 10px -2px gray;
    transition: all 0.1s ease-in-out;
}

.remove_img:hover
{
    width: 30px;
    height: 30px;
}

.remove_img:hover i
{
    font-size: 24px !important;
}

.remove_img i
{
    color: #eceaea;
    font-size: 20px;
    transform: translate(10%, 10%);
}

.remove--consolidate
{
    display: inline-block;
    position: absolute;
    top: 18px;
    right: -5px;
    background: red;
    width: 20px;
    height: 24px;
    z-index: 1000;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0px 1px 10px -2px gray;
    transition: all 0.1s ease-in-out;
}

.remove--consolidate i
{
    color: #eceaea;
    font-size: 18px;
    transform: translate(-50%, -36%);
}

.custom--table-responsive
{
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}