.icons {
    display: none !important;
}

.row {
    margin-bottom: 10px;
}

.weekDays-selector input {
    display: none !important;
}

    .weekDays-selector input[type=checkbox] + label {
        display: inline-block;
        border-radius: 6px;
        background: #dddddd;
        height: 40px;
        width: 100px;
        margin-right: 3px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
    }

    .weekDays-selector input[type=checkbox]:checked + label {
        background: #2AD705;
        color: #ffffff;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block !important;
    float: left !important;
    min-width: 160px;
    padding: 5px 0 !important;
    margin: 2px 0 0 !important;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box;
    border: 1px solid #ccc !important;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    /*visibility:visible;*/
    opacity: 1;
}

.mainLabel {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
}

.secondaryLabel {
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
    float: left;
    width: 100%;
    height: 100%;
}

.templateInput {
    width: 100%;
}

.bootstrap-datetimepicker-widget {
    visibility: visible;
}