﻿/*Custom Styles Goes Here*/

.defalutNone {
    display: none;
}

.errorAlert {
    color: #ffffff;
    background-color: #e51c23;
    padding: 4px !important;
     min-width : 300px;
    width : 30%;
    margin:auto;
    border: 1px solid #e51c23;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    display: none;
}

.errorForgetAlert {
    color: #ffffff;
    background-color: #e51c23;
    padding: 4px !important;
    min-width : 300px;
    width : 30%;
    margin:auto;
    border: 1px solid #e51c23;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    display: none;
}

.SuccessAlert {
    color: #ffffff;
    background-color: #4caf50;
    padding: 4px !important;
    min-width : 300px;
    width : 30%;
    margin:auto;
    border: 1px solid #4caf50;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    display: none;
}


.SuccessForgetAlert {
    color: #ffffff;
    background-color: #4caf50;
    padding: 4px !important;
   min-width : 300px;
    width : 30%;
    margin:auto;
    border: 1px solid #4caf50;
    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;}

