.card{
    margin-bottom: 30px;
}
.has-error .help-block{
    color: #dc3545;
}
.fileinput img{
    max-height: 140px;
    max-width: 190px;
}
.fc-event-container .fc-event{
    color: #fff !important;
    cursor: pointer;
}
#search_users{
    position: relative;
}
.search_content{
    display: none;
}
.search_content ul{
    width: 230px;
}
.search_content{
    position: absolute;
    z-index: 99999;
}

/* navbar */
.header_avatar{
    width: 25px;
    height: 25px;
}
.fileinput-preview.img-thumbnail{
    width: 200px;
    height: 150px;
}
.navbar .user_text{
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.navbar .header_avatar{
    display: inline-block;
    vertical-align: top;
}
.navbar .dropdown-toggle::after{
    vertical-align: 0.65em;
}

.navbar{
    background-color: #0E0F1F;
}
.navbar-brand,.navbar .nav-item .nav-link{
    color: #bbb !important;
}
.navbar-brand.active,.navbar .nav-item.active .nav-link{
    color: #fff !important;
}
.navbar-nav .dropdown-menu.show{
    margin-top: 7px;
}
.wrapper{
    min-height: 100vh;
}

/*footer*/
.footer_section{
    clear:both;
    width: 100%;
    text-align: center;
    background-color: #0E0F1F;
    padding: 20px 0;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.footer_section .social a{
    color: #fff;
    font-size: 20px;
}
.footer_section .support_section a{
    color: #fff;
    text-decoration: none;
}
.footer_section .support_section ul li {
    margin: 0;
    padding: 0 16px;
    display: inline-block;
}
.footer_section .support_section .border_right {
    border-right: 1px solid #fff;
}

/*index*/
.home_page{
    /*background-color: #000;*/
}
#wow_slider{
    /*background-color: #000;*/
    padding: 50px;
    color: #fff;
    /*background: linear-gradient(138deg, #8731e8 0%, #4528dc 100%);*/
    /*background: linear-gradient(-46deg, #2313b8 0%, #53a0fd 50%, #09bf6b 100%);*/
    background: linear-gradient(-46deg, #34d48a 0%, #5698e8 50%, #34d48a 100%);
}
.font_60{
    font-size: 60px;
}
.font_20{
    font-size: 20px;
}
.text_light{
    color: #5d666f;
}
/*-webkit-linear-gradient(138deg, #8731e8 0%, #4528dc 100%)*/

/*login*/
.box-shadow{
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    padding: 15px;
}
.login_section .box-shadow{
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.login_section .login_container{
    padding: 15px 15px 25px;
    border-radius: 5px;
    margin-bottom: 35px;
}
/*End login*/


/* full calendar */
.fc-more-cell .fc-more{
    color: #007bff !important;
}

/* typeahead css */
.tt-menu{
    width: 230px;
}
.tt-suggestion.tt-cursor,.tt-suggestion:hover{
    color: #fff;
    background-color: #007bff;
}
.tt-suggestion.tt-cursor a,.tt-suggestion:hover a{
    color: #fff;
    text-decoration: none;
}

