/* .container {
    max-width: 500px;
    margin: 50px auto;
    text-align: left;
    font-family: sans-serif;
}*/
form {
    /* border: 1px solid #1A33FF; */
    /* background: #ecf5fc; */
    /* background: #0082c8; */
    /* /* background: #bed3dd48;  */
    background: linear-gradient(to right, #6c757d 0%, #6c757d 17%, #ffffff 17%, #ffffff 100%);
    /* padding: 40px 50px 45px;
    margin-left: 300px;
    margin-right: 300px; */ 
}
/*.form-control:focus {
    border-color: #000;
    box-shadow: none;
}*/
/* .bg-secondary {
    position: absolute;
    height: 100px;
}
label {
    font-weight: 600;
    background: #bed3dd48;
    position: absolute;
    height: 100px;
} */
.error {
    color: red;
    font-weight: 400;
    display: block;
    padding: 6px 0;
    font-size: 14px;
}
.form-control.error {
    border-color: red;
    padding: .375rem .75rem;
}
.tenant-div{
    max-width: 100px;
    margin-right: 50px;
}
.tenant-div-update{
    max-width: 250px;
    margin-right: 50px;
}
.dataTables_wrapper {
    
    background-color: white;
    /* padding: 8px; */
/* border-style: inset; */
}
.dataTables_filter{
    padding-bottom: 2px;
}
.form-outline.required .form-label:after {
    content:"*";
    color:red;
}

/* Date-picker */
.datepicker td,th{
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
    background-color: #0082c8;
}
.ui-datepicker-calendar tbody{
    background-color: white;
}
.ui-datepicker-header{
    background-color: white;
    border-bottom:1px solid #6c757d;
}
.ui-datepicker{
    border-radius: 5px;
    border:1px solid #6c757d;
}
.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}
.input-group{position:relative;display:table;border-collapse:separate}
.input-group .form-control{position:relative;z-index:2;float:left;width:25%;margin-bottom:0}
.input-group-addon{padding:6px 12px;font-size:16px;font-weight:400;line-height:2;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}