.cnd-header {
    display: block;
    position: relative;
    width: 100%;
    height: 150px;
    background-color: #4e73df;
}
.cnd-header h1 {
    position: absolute;
    top: 38px;
    left: 130px;
    font-size: 60px;
    font-family: Nunito,"Helvetica Neue",Arial,sans-serif;
    font-weight: 700;
    color: #fff;
}
.cnd-header-logo {
    width: 80px;
    position: absolute;
    top: 30px;
    left: 30px;
}
.cnd-icon-logo {
    width: 20px;
    height: 20px;
}

#cnd-content a {
    color: #4e73df;
    text-decoration: none;
    background-color: transparent;
}

#cnd-content .card-header {
    background-color: #fff;
}
#cnd-content .mw-700 {
    max-width: 700px!important;
}
#cnd-content .mw-500 {
    max-width: 500px!important;
}
#cnd-content .candi-card {
    width: 100%;
    max-width: 100%;
}
#cnd-content .card {
    padding: 0;
}


#cnd-content input.mw-300 {
    max-width: 300px;
}
#cnd-content input {
    padding: 3px 8px;
}

#cnd-content .btn-primary {
    min-width: 90px;
    background-color: #4E73DF;
    color: #fff;
    padding: 6px 25px!important;
    border-radius: 15px;
}
#cnd-content .btn-danger {
    min-width: 90px;
    background-color: #ff424f;
    padding: 6px 25px;
    border-radius: 15px;
}

.bootbox-close-button {
    float: right;
    border: 0;
    background-color: transparent;
}
#cnd-content .form-control {
    background-color: #fff!important;
}

#cnd-content #myCalendars .fa-refresh {
    font-size: 35px;
    cursor: pointer;
    padding-left: 20px;
}
#cnd-content #myCalendars label {
    font-size: 13px;
}
#cnd-content #myCalendars .fa-external-link {
    font-size: 12px;
    margin-left: 5px;
}
#cnd-content .calendar-description dt {
    font-size: 13px;
    font-weight: 400;
}
#cnd-content .calendar-description dd {
    font-size: 13px;
    font-weight: 100;    
}
.cnd-sidebar {
    margin: 40px 20px;
}
.cnd-sidebar p, .cnd-sidebar li {
    font-size: 13px;
}
.cnd-sidebar ul {
    list-style: disc;
}
.cnd-sidebar h5 {
    margin: 20px 0;
}

#cnd-content .help-tab p {
    padding-left: 20px;
    font-size: 14px;
}
#cnd-content .help-tab .anchor {
    cursor: pointer;
}
#cnd-content .help-tab .ul-spaced > li {
    margin-top: 13px;
}
#cnd-content .help-tab {
    padding: 15px;
    font-size: 14px;
}
#cnd-content .help-tab h5 > i {
    margin-right: 10px;
}
#cnd-content .help-tab h5 {
    padding: 20px;
}
#cnd-content .list-style-disc {
    list-style: disc;
} 
#cnd-content .list-style-alpha {
    list-style: lower-alpha;
}