﻿/*Custom Styles Goes Here*/

.defalutNone {
    display: none;
}

.errorAlert {
    color: #a94442;
    background-color: #f2dede;
    padding: 4px !important;

    border: 1px solid #ebccd1;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    display: none;
}

.errorForgetAlert {
    color: #a94442;
    background-color: #f2dede;
    padding: 4px !important;
   
    border: 1px solid #ebccd1;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    display: none;
}

.SuccessAlert {
    color: #4b9825;
    background-color: #dff0d8;
    padding: 4px !important;

    border: 1px solid #c5d4bf;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    display: none;
}


.SuccessForgetAlert {
    color: #4b9825;
    background-color: #dff0d8;
    padding: 4px !important;
  
    border: 1px solid #c5d4bf;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    display: none;
}

/*
.iconShow {
    display: block !important;
}

.iconHide {
    display: none !important;
} */


/*google map*/

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
    height: 300px;
}
.accessMapView{
    display: none;
}

.hidecustomerlock{
    display: none;
}

/*chartjs - bar chart */

.chart-legend  li span{
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    list-style-type: none !important;
}

#ifCreditHold, #showifPincode,#hideFooter {
    display: none;
}



.tableFootAlign th{
    /*border-top: 1px solid #DFE4EE !important;*/
    border:none !important;
}


.haserror{ border-color:red;}
.errortext{color :red;}

