/*.clock { width: 280px; padding: 10px; border: 1px solid #aaa; text-align: center;*/
    /*background: url("../images/clock_background.jpg") repeat-x 0px 0px; }*/

.app.register {
    background: url(../images/register.jpg) center center no-repeat;
    background-size: cover;
}

.login .copyright {
    padding-top: 65px;
}

.login .copyright a{
    color: #4b5e75 !important;
}

/*custom upload elements*/
.customfile-input { position: absolute; height: 100px; cursor: pointer; background: transparent; border: 0; opacity: 0; -moz-opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); z-index: 999;  }

.customfile { font-size: 11px; width: 100%; background: #f6f6f6; cursor: pointer; overflow: hidden; padding: 2px; border: 1px solid #999; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;  position: relative; }
.customfile-disabled { opacity: .5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); cursor: default;  }
.customfile-feedback { display: block; margin: 1px 1px 1px 5px; font-size: 1.2em; font-style: italic; padding: .3em .6em; }
.customfile-feedback-populated { font-style: normal;  padding-left: 20px; background: url(../images/icon-generic.gif) left 4px no-repeat; }
.customfile-button { border: 1px solid #999; background: #639ecb;  color: #fff; font-weight: bold; float: right; padding: .3em .6em;  text-align: center; text-decoration: none;  font-size: 1.2em; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;  }
/*.customfile-hover .customfile-button, .customfile-focus .customfile-button  { color:#111; background: #aaa url(../images/bg-btn.png) bottom repeat-x; border-color:#aaa;  padding: .3em .6em;  }*/
.customfile-focus .customfile-button { outline: 1px dotted #ccc;  }


/*file type icons*/
.customfile-ext-jpg, .customfile-ext-gif, .customfile-ext-png, .customfile-ext-jpeg, .customfile-ext-bmp { background-image: url(../images/icon-image.gif);}
.customfile-ext-mp3, .customfile-ext-mp4, .customfile-ext-mov, .customfile-ext-swf, .customfile-ext-wav, .customfile-ext-m4v { background-image: url(../images/icon-media.gif);}
.customfile-ext-zip, .customfile-ext-tar, .customfile-ext-sit { background-image: url(../images/icon-zip.gif);}

.clock{
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #aaa;
    text-align: center;
    background: url(../images/clock_background.jpg) repeat-x 0px 0px;
    background-size: cover;
    padding-right: 36px;
}


.clock ul li {
    display: inline;
    text-align: center;
    font-size: 25px;
    color: #666;
}

#point {
    position: relative;
    padding-left: 3px;
    padding-right: 3px;
}

#Date {
    font-size: 16px;
    color: #eaeaea;
    padding-left: 38px;
}

.error{
    color:#e91e1e;
    font-size: 12px;
}

.jconfirm-title{
    font-size: 15px !important;
}

.jconfirm-content{
    font-size: 13px !important;
}

.preloader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url('../images/Spinner-1s-61px.gif');
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
}

#status_area {
    text-align: left;
    float: left;
    vertical-align: middle;
    margin: 5px;
}

hr, p {
    margin: 0px 0px 5px !important;
    font-weight: 600;
    font-size: 13px;
}
hr{
    border-top: 1px solid #9E9E9E;
}
textarea {
    resize: none;
    font-size: 12px !important;
}

#super_search .dataTables_wrapper {
    margin-top: 8px !important;
}


.modal.modal-wide {
    width: 50% !important;
}

.tbl.modal-body {
     overflow:hidden !important;
}








/*event calender*/
/*= CORE CSS */
.hidden { display:none; }

.eventCalendar-wrap {
    position:relative;
    overflow:hidden;
}
.eventCalendar-wrap .arrow {
    position:absolute;
    z-index:5;
    top:3px;
}
.eventCalendar-wrap .prev {
    left:3px;
}
.eventCalendar-wrap .next {
    right:3px;
}

.eventsCalendar-currentTitle .monthTitle {
    display:block;
    text-align:center;
}
.eventsCalendar-monthWrap {
    position:absolute;
    top:0; left:0;
    z-index:2;
}
.eventsCalendar-monthWrap.currentMonth {
    z-index:1;
}
.eventsCalendar-daysList {
    display:table;
    width:100%;
}
.eventsCalendar-daysList.showAsWeek {
    display:block;
}

.eventsCalendar-daysList li {
    display:table-cell;
}
.eventsCalendar-daysList li.dayWithEvents {
    background:rgba(0,0,0,0.15);
}
.eventsCalendar-daysList li.current {
    background:rgba(0,0,0,0.35);
}
.eventsCalendar-daysList.showAsWeek li {
    display:block;
    float:left;
    width:14.28%;
    height:20px;
}
.eventsCalendar-daysList li a {
    padding:0;
    display:block;
    text-align:center;
    font-size:8px;
    min-width:7px;
}
.eventsCalendar-loading {
    display:block;
    min-width:100px;
    height:40px;
    line-height:40px;
}
.eventsCalendar-list {
    position:relative;
    z-index:1;

}
.eventsCalendar-list.oldEventList {
    z-index:2;
}
.eventsCalendar-subtitle {
    padding-left:5px;
    font-weight:bold;
    font-size:120%;
}
/* end of core CSS */


.page-content * {
    font-size: 12.5px !important;
    
}

.field-validation-error{
    color:red!important;
}



