@charset "UTF-8";

h1, h2, h3, h4, h5, h6, p, div, span, a {
    font-family: 'Hind Vadodara', sans-serif;
}

.flash
{
    width: 100%;

    height: 40px;

    line-height: 40px;

    text-align: center;

    font-size: 19px;

    background: #00A65A;

    color: white;

    font-weight: bold;

    border-bottom: 1px solid white;
    
    position: absolute;
    
    z-index: 15;
}

.flash.warning
{
    
    background: #ac2925;
}

header.logo {
    background-color: #3C8DBC;
}

.event_show
{
    width: 320px;

    background-color: transparent;

    text-align: center;

    color: #000000;

    display: none;

    position: fixed;
    
    left: 50%;
    
    top: 50%;

    z-index: 100;
}

.event_show .content
{
    width: 320px;
    
    margin-left: -160px;
    
    margin-top: -150px;
}

.event_show .content td:nth-child(1) {
    padding-right: 25px;
}

.event_show .content p
{
    font-weight: bold;
}

.event_show table {
    margin: 0 auto;
}

.event_show td:first-child {
    text-align: right;
}
.event_show td:last-child {
    text-align: left;
}

label input[type=radio] {
    margin-right: 5px;
}

tr.disabled {
    background-color: rgb(255, 223, 223);
}

.login-page {
    background: #748FC3;
}

/*AJAX SPINNER*/
.overlay-outter {
    position: fixed;
    left: 50%;
    top: 50%;
}

.overlay {
    z-index: 50;
    /*background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;*/
    position: relative;
}

.overlay .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}
/* END AJAX SPINNER*/

/* MENU BUTTON*/
@media (max-width: 767px){
    .only_big {
        display: none;
    }
}
@media (min-width: 768px){
    .only_small {
        display: none !important;
    }
}
/* END MENU BUTTON*/

#search-clear:hover
{
    cursor: pointer;
}

.highlight { background-color: yellow }

.login-box-table {
    width: 450px;
}

.fc-event-inner
{
    min-height: 30px !important;
}

.pagingTable
{
    width: 100%;
}

.menu-bug {
    position: absolute;
    bottom: 0;
    padding: 12px 5px 12px 15px;
    display: block;
}

.menu-bug a {
    color: #b8c7ce;
}

.menu-bug a:hover {
    color: #fff;
    background: #1e282c;
    border-left-color: #3c8dbc;
}

.menu-bug i {
    width: 20px;
}
