/*
Theme Name: simplll Child
Theme URI: http://wpmagg.com/portfolio/simplll/
Template: simplll
Author: wpmagg
Author URI: http://wpmagg.com/
Description: a simple WordPress theme by wpmagg
Tags: one-column,right-sidebar,post-formats,custom-logo,translation-ready
Version: 1.0.2.1523283517
Updated: 2018-04-09 16:18:37

*/

/* GILAD: */

#mpay-test-prompt {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1000000;
   background-color: #d5f5ff;
   border: 1px solid;
   margin: 50px;
   padding: 10px;
   font-size: 16px;
}

.payment-prompt {
   display: none;
   margin-bottom: 50px;
   font-size: 19px;
   text-transform: none;
}

#payment-declined-prompt {
   color: red;
}

#payment-approved-prompt {
   color: green;
}

#not-found-prompt {
   display: none;
   font-size: 24px;
   font-weight: bold;
   color: red;
   margin: auto;
}

#resolution-wrap {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}

#details-links {
   width: 100%;
   display: flex;
   justify-content: space-between;
   font-size: 16px;
   margin: 0 !important;
}

#details-links>a {
   margin-top: 0;
}

#forms-wrap {
   margin-top: 40px;
   border: 1px solid rgb(209, 209, 209);
   font-family: 'Open Sans', sans-serif;
   padding: 10px;
}

#forms-wrap iframe,
#resolve-form {
   display: block;
   margin: auto;
   width: 100%;
   max-width: 500px;
   border-radius: 4px;
}

#resolve-form>* {
   margin-top: initial;
}

#resolve-form label {
   display: block;
   font-size: 16px;
   color: black;
   text-transform: none;
   letter-spacing: normal;
   line-height: normal;
   margin: 10px 0 5px 0;
}

#resolve-form input {
   max-width: initial;
   padding: 6px 10px;
   height: 38px;
   border: 1px solid #D1D1D1;
}

#resolve-now-button {
   font-size: 16px;
   font-weight: bold;
   width: 100%;
   padding: 14px;
   margin-top: 20px;
}

#resolve-now-button[disabled] {
   color: #9e9e9e;
   border-color: #9e9e9e;
}
