﻿/*event calender*/
.table-bordered tbody tr td, .table-bordered thead tr th {
    padding: 0 !important; 
}

.fc-listMonth-button, .fc-prev-button, .fc-next-button {
        background-color: #b4a16f !important;
            color: #f5f5f5 !important;
}
.btn.focus, .btn:focus {
    /* outline: 0; */
    box-shadow: none !important;
}
.fc-event {
    cursor: pointer !important;
}
.fc.fc-bootstrap3 a, .ui-widget .fc-event {
        border-radius: 2px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center;
    background: #5c77b9;
    color: #fff !important;
}
.intl-tel-input {
    width : 83% !important;
}
.country-list {
    z-index : 5 !important;
}
.intl-tel-input.allow-dropdown .selected-flag {
    z-index : 9 !important;
}