

/***__________________ calling center __________________***/

#calling-center-form .popUpCallingCenter {
    background-color:#fff;
    position:fixed;
    z-index:300;
    width:580px;
    max-height:450px;
    border-radius:10px;
    top:100px;
    padding:25px;
    border:20px solid #ccc;
    overflow-y: auto;
    display:none;
}

#calling-center-form .popUpCallingCenterBack {
    width:100%;
    height:100%;
    background:#000;
    position:fixed;
    z-index:220;
    left:0;
    top:0;
    filter:alpha(opacity=60);
  opacity:0.6;
    display:none;
}

#calling-center-form table td, #calling-center-form table th {vertical-align: middle;}

#calling-center-form .modal-dialog {width: auto !important; max-width: 80vw;}

#calling-center-form input[type="text"], 
#calling-center-form input[type="date"], 
#calling-center-form select {width: 100%;height: 40px;}
#calling-center-form .js-form-item.form-item {margin-left: 0 !important;}

.font-bold {font-weight: bold;}

#calling-center-form h2 {
    text-align: center;
    font-size: 2em !important;
}

#calling-center-form h4 {text-align: center;}

#calling-center-form .flexirow {display: flex; flex-wrap: wrap;}

#excelExport .btn.xlsx, #excelExport .btn.csv {float: right;}
#excelExport .btn.xlsx {margin-left: 5px;}

/***__________________ calling center __________________***/