

/* $Id: imapsync_form.css,v 1.10 2021/09/21 09:25:53 gilles Exp gilles $ */

body {
  color: black;
  background-color: #fff;
}

#account1 {
      background-color: #fff!important ;
}

#account2 {
        background-color: #fff!important ;
}

#parameters {
        /* background-color: GreenYellow ; */
        /* background-color: White ; */
}

#progress-txt {
        text-align: center ;
        font-size: 1.4em ;
        /*margin: 0 0 0px ;*/
        height: 50px ;
}

#imapsync_log_bottom {
        scroll-margin-top: 300px ;
}

.progress {
        /* text-align: center ; */
        /* font-size: 1.4em ; */
        /*margin: 0 0 0px ;*/
}

.progress-bar {
        text-align: center ;
        font-size: 1.4em ;
        margin: 0 0 0px ;
}


/*.padd0 {
        padding-left:  0px ;
        padding-right: 0px ;
}*/

.h2 {padding-bottom: 0.5em;}

.btn-success {
        background:#198754;
        border-color:#198754;
        color:#fff;
        border-radius: 6px;
        box-shadow:none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-success:hover {
        background:#157347;
}

.btn-danger {
        background:#dc3545;
        border-color: #dc3545;
        border-radius: 6px;
        box-shadow:none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.progress {height: 40px;}
.progress-bar {height: 40px;line-height: 40px;}