/**
 * Copyright (C) 2022 nigel.bmlt@gmail.com
 * 
 * This file is part of bmlt-workflow.
 * 
 * bmlt-workflow is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * bmlt-workflow is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with bmlt-workflow.  If not, see <http://www.gnu.org/licenses/>.
 */


.bmltwf_info_text {
    padding-left: 15px;
    background: #fff;
    border-left: 5px solid lightblue;
}

.options_dialog_bmltwf_info_text {
  padding-left: 15px;
  background: #f8f8f8;
  border-left: 5px solid lightblue;
}

.options_dialog_bmltwf_warning_text {
  padding-left: 15px;
  background: #f8f8f8;
  border-left: 5px solid red;
}

label{
    display: inline-flex;
    clear: left;
    width: 150px;
}
input {
  display: inline-flex;
}

.bmltwf_banner {
    background-image: url('../images/Banner_Trimmed.png'),  url('../images/Banner_1px.png');
    background-repeat: no-repeat, repeat-x;
    background-size: auto 130px;
    bottom: 0;
    color: white;
    height: 130px;
    left: 0;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

hr.bmltwf-error-message 
{
  border: none;
}