
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f7f7f7;
    position: relative;
    margin: 0px;
}

.next {
    /*margin-top: 20%;*/
}

.next-button {
    background: #37761D;
    padding: 10px 25px 10px 25px;
    color: #fff3f3;
}

.oauth-source-added {
    background: transparent !important;
}

.company-admin h4 {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 0;
}

.company-admin .msg-ds .ms-ds-row {
    margin-top: 20px;

}

.company-admin .msg-ds .ms-ds-row .col-sm-8 {
    padding-left: 0;
}

.panel-no-css, .panel-no-css .panel-heading {
    background: #f7f7f7 !important;
    border: none;
    border-radius: 0;
}

.panel-no-css {
    box-shadow: none;
}

.schedule-setting .custom_schedule {
    padding: 18px 15px 15px 25px;
}

.schedule-setting .multiple_schedules {
    padding-top: 40px;
    padding-bottom: 30px;
}

.add-channel img {
    width: 120px;
    height: 100px;
}

.add-channel img:hover {
    cursor: pointer;
}





