/*NOTE:------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.wht_icon i{
	font-size: 95px;
    color: #fff;
}

.table.table-xl td, .table.table-xl th {
    padding: 0.5rem 2rem;
}

.table td, .table th {
    border-bottom: 1px solid #e3ebf3;
    padding: 1rem 1rem;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .3rem;
}

.bg_grey{background: #eaeaea;}

.cus_point{
	cursor: pointer;
}

@media only screen and (min-width: 768px){
.cd-horizontal-timeline .events-content h2 {
    font-size: 1.5rem;
    font-weight: 800;
} }

@media only screen and (min-width: 768px){
.cd-horizontal-timeline .events-content em {
    font-size: 1.3rem;
} }

.border_2px{
	border: 2px solid #d0d0d0;
}

.add_button{
    position: fixed;
    bottom: 50px;
    padding: 10px;
    background: #F44336;
    z-index: 9999;
    right: 50px;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 35px;
    border-radius: 50%; }

.over_flow_auto{
    overflow: auto;
}

.timeline-card{
    background: #f4f5fa;
}

#timeline.timeline-center .timeline-item:nth-child(even):after{
    top: 10px;
    top: 20px;
    right: 19px;
    right: 24px;
    border-left: 12px solid #ccc;
    border-left: 11px solid #f4f5fa;
}

.bg-default_grey{
    background: #ddd;
}

#timeline.timeline-center .timeline-item:nth-child(odd):after {
    top: 10px;
    top: 20px;
    left: 19px;
    left: 24px;
    border-right: 12px solid #ccc;
    border-right: 11px solid #f4f5fa;
}

.border_bottom{
    border-bottom: 1px solid #e5e5e5;
}

.line_height{
    line-height: 25px;
}

.wdth-100 .select2-container{
    width: 100% !important;
}

.navbar-header .navbar-brand .brand-logo { 
    width: 200px;
    /* height: 45px; */
    margin-top: -31px;
}

.navbar-header .navbar-brand {
    margin-right: 0;
    padding: 10px 0;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 110px;
    display: inline-block;
}

.pull-right {
    float: right;
}

.pull-left {
	float: left; }

html body.bg-full-screen-image {
    /* background: url(../images/backgrounds/bg-18.jpg) center center no-repeat fixed; */
    -webkit-background-size: cover;
    background-size: cover;
    background: #e2e2e2 !important;
}

.card_new{
    box-shadow: 0 1px 15px 1px rgba(74, 74, 74, 0.28);
}

.month_button_horo {
    background: #fff;
    width: 100%;
    border: 0px;
    padding: 15px 0px;
    color: #a7a7a7;
    font-weight: normal;
    cursor: pointer;
}

.profile_list{
    padding: 0px;
}

.profile_list li{
    list-style: none;
}

.cus_pointer{
    cursor: pointer;
}

.card .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.room_edit {
	opacity: 0;
	display: none; }

.box-user:hover .room_edit {
	opacity: 1;
	display: block; }	

@media only screen and (max-width: 576px){
.media_576 {
	text-align: left !important; }	
}	

/*==========*/

.star-rat {
    color: #FF9800;
}

.cloe {
    position: absolute;
    top: 0;
    display: none;
	right: 0;
}

a.verified {
    position: absolute;
    top: 0;
    right: 0;
}

a.verified i {
    padding: 1px 5px;
    width: 42px;
    height: 40px;
    background-color: #f44336;
    color: #fff;
    line-height: 25px;
    text-align: right;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

a.cloe i {
    padding: 1px 5px;
    width: 42px;
    height: 40px;
    background-color: #f44336;
    color: #fff;
    line-height: 25px;
    text-align: right;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.ad-item:hover .cloe {
    display: block;
    color: #f44336;
}

.ad-item:hover .erified {
    display: none;
    color: #f44336;
}
	
/*==========*/	
	
	
	
	
	
	
	