﻿body {
}


 #container {
        height: 400px;
        max-width: 800px;
        min-width: 320px;
        margin: 0 auto;
    }

    .highcharts-pie-series .highcharts-point {
        stroke: #EDE;
        stroke-width: 2px;
    }

    .highcharts-pie-series .highcharts-data-label-connector {
        stroke: silver;
        stroke-dasharray: 2, 2;
        stroke-width: 2px;
    }

.modal {
    min-width:50%;
    width:auto;

}

.center {
    z-index: 1000000;
    margin: 300px auto;
    padding: 10px;
    width: 10%;
    border-radius: 10px;    
    opacity: 1;
    text-align:center;
}
.loading-modal {
    position: fixed;
    z-index: 1046000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white !important;    
    opacity: 0.6;
    
}
.alert-mandatory {
    background-color: #ffe0db;
    border-color: #ffc5bb;
    color: #ff3e1d;

}
.header-right-side-button {
    float: right;
}

#messageDiv {
    margin-top:5px;
}
.wbtn {
    color: #fff;  
    text-shadow: none;
    filter: none;
    padding: 2px 5px;
    border: 0;
}
.wnew {
   background: #368ee0;    
}
.wedit {
    background: #808080;  
}
.wdelete {
    background: #f00;  
}

.txt {
    border-radius : 4px !important;
    background :white !important;    
    margin:0 !important;
}

.alert-success {
    background-color:#bdefa9 !important;
    color:black !important;
}
.alert-danger, .alert-error {
    background-color:#e8a4a4 !important;
    color:black !important;
    
}
.wbtn-search {
    color: #fff;
    text-shadow: none;
    filter: none;
    padding: 4px 5px;
    border: 0;
}

.txt {
        border-radius: 1px !important;
}