.loading {
    width: 160px;
    height: 56px;
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    line-height: 56px;
    color: #333333;
    padding-left: 60px;
    font-size: 15px;
    background: #e9ecf3 url(../images/loading.gif) no-repeat 10px 50%;
    opacity: 0.7;
    z-index: 9999;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.icon-btn {
    min-width: 120px;
    margin: 10px 20px 0 0;
}

.list-group-item {
    border: 0px solid #ddd;
}

.calender tr td {
    height: 40px;
    text-align: center;
}

.calender tr .center {
    text-align: center;
    padding-top: 20px;
}

.cal-content-bar {
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.cal-content-left {
    height: 20px;
    width: 20%;
    float: right;
    border-radius: 15px 0px 0px 15px;
}

.cal-content-left.disabled {
    border-bottom: 3px dashed gray;
    border-top: 3px dashed gray;
    border-left: 3px dashed gray;
}

.cal-content-center {
    width: 100%;
    height: 20px;
    float: left;
}

.cal-content-center.disabled {
    border-bottom: 3px dashed gray;
    border-top: 3px dashed gray;
}

.cal-content-right {
    width: 20%;
    height: 20px;
    float: left;
    border-radius: 0px 15px 15px 0px;
}

.cal-content-right.disabled {
    border-bottom: 3px dashed gray;
    border-top: 3px dashed gray;
    border-right: 3px dashed gray;
}

.cal-content-one {
    height: 20px;
    float: left;
    border-radius: 15px 15px 15px 15px;
}

.cal-content-one.disabled {
    border-bottom: 3px dashed gray;
    border-top: 3px dashed gray;
}

.cal-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.cal-table > thead > tr > th,
.cal-table > tbody > tr > th,
.cal-table > tfoot > tr > th,
.cal-table > thead > tr > td,
.cal-table > tbody > tr > td,
.cal-table > tfoot > tr > td {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.cal-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.cal-table > caption + thead > tr:first-child > th,
.cal-table > colgroup + thead > tr:first-child > th,
.cal-table > thead:first-child > tr:first-child > th,
.cal-table > caption + thead > tr:first-child > td,
.cal-table > colgroup + thead > tr:first-child > td,
.cal-table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.cal-table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.cal-table .cal-table {
    background-color: #fff;
}

.cal-table-condensed > thead > tr > th,
.cal-table-condensed > tbody > tr > th,
.cal-table-condensed > tfoot > tr > th,
.cal-table-condensed > thead > tr > td,
.cal-table-condensed > tbody > tr > td,
.cal-table-condensed > tfoot > tr > td {
    padding: 5px;
}

.cal-table-bordered {
    border: 1px solid #ddd;
}

.cal-table-bordered > thead > tr > th,
.cal-table-bordered > tbody > tr > th,
.cal-table-bordered > tfoot > tr > th,
.cal-table-bordered > thead > tr > td,
.cal-table-bordered > tbody > tr > td,
.cal-table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.cal-table-bordered > thead > tr > th,
.cal-table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.cal-table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.cal-table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

cal-table col[class*="col-"] {
    position: static;
    display: cal-table-column;
    float: none;
}

cal-table td[class*="col-"],
cal-table th[class*="col-"] {
    position: static;
    display: cal-table-cell;
    float: none;
}

.cal-table > thead > tr > td.active,
.cal-table > tbody > tr > td.active,
.cal-table > tfoot > tr > td.active,
.cal-table > thead > tr > th.active,
.cal-table > tbody > tr > th.active,
.cal-table > tfoot > tr > th.active,
.cal-table > thead > tr.active > td,
.cal-table > tbody > tr.active > td,
.cal-table > tfoot > tr.active > td,
.cal-table > thead > tr.active > th,
.cal-table > tbody > tr.active > th,
.cal-table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.cal-table-hover > tbody > tr > td.active:hover,
.cal-table-hover > tbody > tr > th.active:hover,
.cal-table-hover > tbody > tr.active:hover > td,
.cal-table-hover > tbody > tr:hover > .active,
.cal-table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.cal-table > thead > tr > td.success,
.cal-table > tbody > tr > td.success,
.cal-table > tfoot > tr > td.success,
.cal-table > thead > tr > th.success,
.cal-table > tbody > tr > th.success,
.cal-table > tfoot > tr > th.success,
.cal-table > thead > tr.success > td,
.cal-table > tbody > tr.success > td,
.cal-table > tfoot > tr.success > td,
.cal-table > thead > tr.success > th,
.cal-table > tbody > tr.success > th,
.cal-table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.cal-table-hover > tbody > tr > td.success:hover,
.cal-table-hover > tbody > tr > th.success:hover,
.cal-table-hover > tbody > tr.success:hover > td,
.cal-table-hover > tbody > tr:hover > .success,
.cal-table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.cal-table > thead > tr > td.info,
.cal-table > tbody > tr > td.info,
.cal-table > tfoot > tr > td.info,
.cal-table > thead > tr > th.info,
.cal-table > tbody > tr > th.info,
.cal-table > tfoot > tr > th.info,
.cal-table > thead > tr.info > td,
.cal-table > tbody > tr.info > td,
.cal-table > tfoot > tr.info > td,
.cal-table > thead > tr.info > th,
.cal-table > tbody > tr.info > th,
.cal-table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.cal-table-hover > tbody > tr > td.info:hover,
.cal-table-hover > tbody > tr > th.info:hover,
.cal-table-hover > tbody > tr.info:hover > td,
.cal-table-hover > tbody > tr:hover > .info,
.cal-table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.cal-table > thead > tr > td.warning,
.cal-table > tbody > tr > td.warning,
.cal-table > tfoot > tr > td.warning,
.cal-table > thead > tr > th.warning,
.cal-table > tbody > tr > th.warning,
.cal-table > tfoot > tr > th.warning,
.cal-table > thead > tr.warning > td,
.cal-table > tbody > tr.warning > td,
.cal-table > tfoot > tr.warning > td,
.cal-table > thead > tr.warning > th,
.cal-table > tbody > tr.warning > th,
.cal-table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.cal-table-hover > tbody > tr > td.warning:hover,
.cal-table-hover > tbody > tr > th.warning:hover,
.cal-table-hover > tbody > tr.warning:hover > td,
.cal-table-hover > tbody > tr:hover > .warning,
.cal-table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.cal-table > thead > tr > td.danger,
.cal-table > tbody > tr > td.danger,
.cal-table > tfoot > tr > td.danger,
.cal-table > thead > tr > th.danger,
.cal-table > tbody > tr > th.danger,
.cal-table > tfoot > tr > th.danger,
.cal-table > thead > tr.danger > td,
.cal-table > tbody > tr.danger > td,
.cal-table > tfoot > tr.danger > td,
.cal-table > thead > tr.danger > th,
.cal-table > tbody > tr.danger > th,
.cal-table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.cal-table-hover > tbody > tr > td.danger:hover,
.cal-table-hover > tbody > tr > th.danger:hover,
.cal-table-hover > tbody > tr.danger:hover > td,
.cal-table-hover > tbody > tr:hover > .danger,
.cal-table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.cal-table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .cal-table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .cal-table-responsive > .cal-table {
        margin-bottom: 0;
    }

    .cal-table-responsive > .cal-table > thead > tr > th,
    .cal-table-responsive > .cal-table > tbody > tr > th,
    .cal-table-responsive > .cal-table > tfoot > tr > th,
    .cal-table-responsive > .cal-table > thead > tr > td,
    .cal-table-responsive > .cal-table > tbody > tr > td,
    .cal-table-responsive > .cal-table > tfoot > tr > td {
        white-space: nowrap;
    }

    .cal-table-responsive > .cal-table-bordered {
        border: 0;
    }

    .cal-table-responsive > .cal-table-bordered > thead > tr > th:first-child,
    .cal-table-responsive > .cal-table-bordered > tbody > tr > th:first-child,
    .cal-table-responsive > .cal-table-bordered > tfoot > tr > th:first-child,
    .cal-table-responsive > .cal-table-bordered > thead > tr > td:first-child,
    .cal-table-responsive > .cal-table-bordered > tbody > tr > td:first-child,
    .cal-table-responsive > .cal-table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .cal-table-responsive > .cal-table-bordered > thead > tr > th:last-child,
    .cal-table-responsive > .cal-table-bordered > tbody > tr > th:last-child,
    .cal-table-responsive > .cal-table-bordered > tfoot > tr > th:last-child,
    .cal-table-responsive > .cal-table-bordered > thead > tr > td:last-child,
    .cal-table-responsive > .cal-table-bordered > tbody > tr > td:last-child,
    .cal-table-responsive > .cal-table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .cal-table-responsive > .cal-table-bordered > tbody > tr:last-child > th,
    .cal-table-responsive > .cal-table-bordered > tfoot > tr:last-child > th,
    .cal-table-responsive > .cal-table-bordered > tbody > tr:last-child > td,
    .cal-table-responsive > .cal-table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

.filter-title {
    padding-top: 5px;
    padding-right: 20px;
    float: left;
}

.btn-group-devided {
    margin-top: 5px;
    margin-bottom: 5px;
}

.textbox-label-before {
    color: #888888;
    text-align: right;
    padding-right:10px;
}