#loader {
    display:    block;
    position:   fixed;
    z-index:    999999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, 9 ) /* .9 */
                url('../img/loader.gif') 
                50% 50% 
                no-repeat;
}


h4{
	font-size: 16px;
}

/* Start of Form Control Custom*/
.searchtext{
	height: 40px;
    font-size: 16px;
} 

input[type=text]:focus, textarea:focus, [type=password]:focus{
	background-color: #FFFFCC;
/*	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);	*/
}
/*End of Form Control Custom*/


.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2150000000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 5px;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;

    .ui-menu-item > a.ui-corner-all {
        display: block;
        padding: 3px 15px;
        clear: both;
        font-weight: normal;
        line-height: 18px;
        color: #555555;
        white-space: nowrap;

        &.ui-state-hover, &.ui-state-active {
            color: red;
            text-decoration: none;
            background-color: #0088cc;
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            background-image: none;
        }
    }
}
.ui-state-focus {
    background-color: #ff851b !important;
    color: #ffffff !important;
    padding-left: 10px;
    cursor:pointer;
}
.ui-menu-item{
    padding-top: 10px;
}
.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0
}

.fc-event {
    position: relative;
    display: block;
    font-size: 14px;
    padding: 5px;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #373277;
    background-color: #373277;
    font-weight: normal;
    margin-bottom: 5px;
    cursor: all-scroll
}

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #fff;
    text-decoration: none
}

.fc-event[href],
.fc-event.fc-draggable {
    cursor: pointer
}
