body {
    margin: 0;
}

.cal-padding {
    padding: 20px;
}

.cal-header {
    color: #fff;
    background: #337ab7;
    overflow: hidden;
}

.cal-header__logo {
    float: left;
    max-height: 60px;
    display: none;
    margin: -10px 10px -10px 0;
}

.cal-header__title {
    font-size: 24px;
    line-height: 40px;
    color: #fff !important;
    text-decoration: none !important;
}

.cal-left {
    float: left;
    width: 270px;
}

.cal-home-search {
    margin-bottom: 10px;
    height: 36px;
    border: 1px solid #ddd;
    position: relative;
    background: #fff;
    padding-left: 30px;
    color: #666;
    line-height: 34px;
}

.cal-home-search-icon {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    text-align: center;
    cursor: pointer;
    color: #666;
}

.cal-home-tag {
    line-height: 1.2;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 7px 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 2px;
}
.cal-home-tag-clear {
    float: right;
    padding: 8px;
    margin: -7px -7px -7px 0;
    color: #666;
    cursor: pointer;
}
.cal-home-tag-clear:hover {
    color: #333;
}

.cal-left > .tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    background: rgba(0, 0, 0, .01);
}

.cal-org-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.cal-org-list li {
    list-style: none;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: -1px;
}

.cal-org-item {
    line-height: 18px;
    display: block;
    color: #333;
    padding: 10px 7px 10px 10px;
    cursor: pointer;
}

.cal-org-item:hover {
    background: rgba(0, 0, 0, 0.03);
}

.cal-org-item:hover > .cal-org-link {
    display: inline-block !important;
}

.cal-org-link {
    color: #337ab7;
    padding: 5px;
    margin: -5px 0 -5px 2px;
    text-decoration: none !important;
    display: none !important;
}

.cal-org-icon {
    width: 26px;
    text-align: center;
    line-height: 26px !important;
    height: 26px;
    margin-top: -5px;
    float: right;
    display: block;
}

.cal-org-collapse:before {
    content: "\f0d8";
}

.cal-org-collapse.collapsed:before {
    content: "\f0d7";
}

.cal-org-list > li > .cal-org-list {
    padding-left: 15px;
}

.nav-tabs > li.active > a {
    border-bottom: 2px solid #337ab7 !important;
}


.nav > li > a {
    padding: 7px;
}

.cal-right {
    overflow: hidden;
    padding-left: 20px;
    padding-bottom: 20px;
}

.cal-content-title {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 5px 150px;
    overflow: hidden;
}

/* Search event */
.se-input-container {
    height: 36px;
    border-radius: 0;
    margin-right: 10px;
}
.se-input-container.active {
    border-color: #5cb85c;
}
.se-input > input {
    outline: none !important;
    color: #333;
    padding: 7px;
}
.se-input__icon {
    height: 36px;
    line-height: 34px !important;
}


.nav-tabs .nav-link {
    background: #eee;
    font-size: 13px;
}

.nav-tabs .nav-link:hover,
.nav-tabs > li.active > a {
    background: #337ab7 !important;
    color: #fff !important;
}

.cal-btn-login {
    color: #fff !important;
    border: 1px solid;
    float: right;
}
.cal-btn-login:hover {
    opacity: .7;
}
