#prh-log {
  columns: 2;
}
.success {
    color: green;
}
.error {
    color: #ff0000;
}
.warning {
    color: orange;
}
.widefat td.nopad-t {
  padding-top: 0 !important;
}
.widefat td.nopad-r {
  padding-right: 0 !important;
}
.widefat td.nopad-b {
  padding-bottom: 0 !important;
}
.widefat td.nopad-l {
  padding-left: 0 !important;
}
.widefat td.nopad-a {
  padding: 0 !important;
}

.dashsmall {
  font-size: 16px;
}
.version {
  float: right;
  font-size: 0.8em;
}

.widefat .title-images {
  width: 126px;
}
.widefat td.title-image {
  width: 63px;
  margin-left: 3px;
  padding: 3px;
}

/*.widefat tr:first-child(.title-image) {
  margin-right: 3px;
}*/

/*.widefat .title-image img {
  width: 60px;
  height: auto;
  margin-right: 3px;
}*/
.widefat .title-image img {
  width: 60px;
  height: auto;
}


/* yellow fade technique */
@keyframes yellowfade {
    from {
        background: gold;
    }
    to {
        background: transparent;
    }
}

.yft {
    animation: yellowfade 3s;
}

.yft2 {
    animation: yellowfade 2s;
}

.work-titles .single-title td {
    border-bottom: 1px solid #e0e0e0;
}

.work-titles .single-title:last-child td {
    border-bottom: none;
}

/*red*/
tr.is-not-converted:hover {
    background: rgba(255, 55, 51, 0.2);
}

/*green*/
tr.is-converted:hover {
    background: rgba(12, 161, 37, 0.2);
}
/*amber*/
tr.is-changed:hover {
    background: rgba(254, 191, 56, 0.5);
}

tr:nth-child(odd).is-not-converted:not(:hover) {
  background: rgba(255, 55, 51, 0.1);
}
tr:nth-child(even).is-not-converted:not(:hover) {
  background: rgba(255, 55, 51, 0.05);
}

tr:nth-child(odd).is-converted:not(:hover) {
  background: rgba(12, 161, 37, 0.1);
}
tr:nth-child(even).is-converted:not(:hover) {
  background: rgba(12, 161, 37, 0.05);
}
tr:nth-child(odd).is-changed:not(:hover) {
  background: rgba(254, 191, 56, 0.2);
}
tr:nth-child(even).is-changed:not(:hover) {
  background: rgba(254, 191, 56, 0.05);
}

#prh-wrap .welcome {
    position: relative;
    overflow: auto;
    padding: 20px 30px;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 30px;
    margin-bottom: 30px;
}

#prh-wrap .welcome h2 {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
}

#prh-wrap .welcome h3 {
    /*font-size: 1.4rem;*/
    /*font-weight: 400;*/
    margin: 10px 0 5px;
}

#prh-wrap .welcome p {
    color: #646970;
    font-size: 1.0rem;
    margin-top: 5px;
}

#prh-wrap .welcome .start {
    font-size: 1.0rem;
}

#prh-wrap .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

#prh-wrap .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

#prh-wrap .column.first {
    padding-right: 20px;
}

.loader {
    background: url('data:image/gif;base64,R0lGODdhDAAKALMAAAAAAH9zc4F2doR5eYl/f4uBgdrX1/j39////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFDAAJACwAAAAADAAKAAAEIhDJSek5dRpSCjHZIAhDQIRDOhQYpaZsJZJmtnVfJl16X0UAIfkEBQwACQAsAAABAAwACAAABCEQySnPodSQUojBCBEMgjBgRzGsK6qyJyaSJqhxHlhdSAQAIfkEBQwACQAsAAABAAwACAAABCIQoXOktYaUQsyVgyAMAfEhQ5oW1aWurRWO5Zlt3SlROhIBACH5BAUMAAkALAAAAQAMAAgAAAQhEMkpz6HUkFKIwQgRDIIwYEcxrCuqsicmkiaocR5YXUgEACH5BAUwAAkALAUAAQAHAAgAAAQJEMlJq704axQBADs=') 0 0 no-repeat;
    display:inline-block;
    vertical-align: middle;
    height:10px;
    width:12px;
    text-indent:-99999em;
    overflow:hidden;
}

.key {
  font-size: 11px;
  float: right;
}

.search {
  margin-bottom: 10px;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        calc(50% - 100px);
    left:       calc(50% - 90px);
    height:     180px;
    width:      200px;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/loader.gif') 
                50% 45% 
                no-repeat;
}

body.loading .modal {
    overflow: hidden;
    display: block;
}

body.loading .modal .content {
    height: 200px;
    line-height: 200px;
    vertical-align: middle;
    text-align: center;
}

.button-hero .dashicons {
  line-height: 2.2;
}
.btn-action .dashicons {
  line-height: 1.4;
}
