/*@import url("../plugins/sweet-web-alert2/sweetalert2.css"); /!* Using a url *!/*/
@import url("senserve.css"); /* Using a url */


body.login_admin {
    background: url('../images/admin-login-bg-image.png') no-repeat center center fixed; /* The full image url*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.fileinput-filename {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    /* new lines */
    width: 100%;
    position: absolute;
    left: 0;
    padding-left: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.ta-r{
    text-align: right !important;
}
.ta-l{
    text-align: left !important;
}



.ta-t{
    vertical-align: top !important;
}


.ta-m{
    vertical-align: middle !important;
}

.ta-c{
    text-align :center !important;
}


/***** Hide Super Admin Menu *****/
.open-customizer{
    display:none!important;
}
#top-timers{
    display:none!important;
}

#logo img {

    padding: 3px !important;
    margin-top: 5px !important;
}


.panel_heading_color{
    color:#fffafa ;
    background-color: #03a9f4;
}

#side-menu li .nav-second-level li.active a{
    border-radius: 0px!important;
    display: block!important;
    padding: 7px 10px 7px 45px!important;
    margin: 0px!important;
}

.comment-sect{
    border: 1px solid #c5c1c1;
    margin-bottom: 6px;
    background: #fbfbfb;
    padding: 20px 0px 8px 0px;

}

.comment-sect:first-child{
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;

}

.comment-sect:last-child{
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.table-container{
    border: 1px solid #bfcbd9;
    border-radius: 4px;
}

.border-bottom{
    border-bottom: 1px solid #eeeeee;
}
.total-bottom{
    border-bottom: 3px double #eeeeee;
}
.amount-label{
    margin-left: 11px; font-size:14px !important;
}

article.styled .imagePreview img {
    padding:15px;
    border:2px dashed #ccc;
    border-radius:10px;
}

.wk-hr-margin25{
    margin-top: 25px;
}
.wk-hr-margin33{
    margin-top: 33px;
}

.contact-panel-heading{
    background: #03a9f4;
    color: #FFF;
    border-bottom: 1px solid #e4e5e7;
    padding: 15px 15px 15px 20px;
    margin: -20px -20px 0px -20px;
}

select[name="limit"] {
    display: inline-block;
    width: auto;
    vertical-align: middle;

}
.va-m{
    vertical-align: middle !important;
}

.label-packages{
    background: 0 0;
    border: 1px solid #ac2dfc;
    color: #ac2dfc;
    margin-right: 5px;
}

table.hdrTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
}
.table.hdrTable > thead:first-child > tr:first-child > th, table.hdrTable thead tr > th {
    color: #4e75ad !important;
    background: #f6f8fa;
    vertical-align: middle;
    border-bottom: 1px solid;
    border-color: #e9ebef !important;
    font-size: 13px;
    padding-top: 9px;
    padding-bottom: 8px;
}

table.hdrTable {
    border-collapse: separate !important;
}

.border-bottom{
    border-bottom: 1px solid #eeeeee;
}
.total-bottom{
    border-bottom: 3px double #eeeeee;
}
.amount-label{
    margin-left: 11px; font-size:14px !important;
}
.checkbox-before-label{
    float: left;
    margin-right: 5px;
}
.fc-calendarFilter-button {
    display:none !important;
}
.buttons-collection {
    display: none !important;
}
.fc-agendaDay-button , .fc-agendaWeek-button , .fc-month-button, .fc-prev-button , .fc-next-button,.fc-today-button{
    color : white !important;
    background: #03a9f4 !important;
    text-transform: capitalize;
}
.fc-state-active,.fc-next-button.active,.fc-agendaDay-button:hover,.fc-agendaWeek-button:hover,.fc-month-button:hover,
.fc-prev-button:hover,.fc-next-button:hover,.fc-today-button:hover {
    color : white !important;
    background: #0286c2 !important;
}