.tool{
    background: transparent !important;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

#pac-input:focus {
    border-color: #4d90fe;
}
#field {
    margin-bottom:20px;
    width: 35%;
}
.addBusinput{
    height: 30px;
    width: 60%;
}
.dialogueCall {
     align-items: center;
    background-color: rgba(51, 51, 51, 0.1);
    display:flex;
    flex: 1;
    height: 100%;
    justify-content: center;
    min-height: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 10;  
}

.addBusicon{
    position: relative;
    left: 59%;
    bottom: 30px;
    height: 31px;
}
.textColorTrans {
        color: transparent !important;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.spinner {
     align-items: center;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
}

.spinnerMain {
    bottom: 0;
    display: flex;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.header {
                border-bottom: 2px solid blue;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
                flex: 1;
                padding: 10px 0px 10px 0px;
                text-align: center;
                width: 100%;
                background-color: whitesmoke;
                
        }
        .body {
            padding: 10px 0px 10px 0px;
            text-align: center;
            width: 100%;
        }
        .footer {            
            display: flex;
            justify-content: space-around;
            padding: 10px 0px 0px 0px;
            text-align: center;
            width: 100%;
        }
.dailogue-box {        
        display: flex;
        align-items: center;
        background-color: lightgrey;
        border-radius: 10px;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        max-width: 600px;
        min-width: 350px;
        padding: 0px 0px 20px 0px;
        position: absolute;
    }
.managecancel {
                background-color: dodgerblue;
                border: none;
                color: white;
                flex: 1;
                font-weight: bold;
                margin: 0px 5px;
                padding: 10px;
            }
            .ok {
                max-width: 80px;
            }

.printbutton{
        position: relative;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.filterable {
    margin-top: 15px;
}
.filterable .panel-heading .pull-right {
    margin-top: -20px;
}
.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}

.colorWhite {
    color: white;
}

.fontWeight900 {
    font-weight: 900;
}

tfoot input {
        width: 100%;
        padding: 3px;
        box-sizing: border-box;
    }
.sidenavStyle{
    display: flex;
    background: rgb(74 ,144 ,226);
    min-height: 100vh;
    width: 125px;
    flex-direction:column;
    justify-content: space-between;
}
.logout{
    display:flex;
    justify-content:center;
    font-size: 25px;
    color: white;
    cursor: pointer;
}
.box{
    position: relative;
    border-radius: 5px;
    background: #ffffff;
    border-top: 3px solid #3c8dbc;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgb(60, 141, 188);
    border-top-color: #3c8dbc;

}
.changePwd{
    display: flex;
    justify-content: center;
    color: #061a69;
    cursor: pointer;
    margin-bottom: 10px;
}

thead>tr>td{
        font-weight: 700 !important; 
}

.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb
{
	background-color: #3c8dbc;
	border: 2px solid #3c8dbc;
}

.routeBox{
    overflow-y: scroll;
    height: 46vh;
    overflow-x: hidden;
}

.col-lg-8{
    padding-top: 5px !important;
}
.sidebar-menu .li :hover{
    background-color: gray !important;
}
.fc-content{
    text-align: center;
    
}
.modal-header {
    background: #4a90e2;
}