.gray-box {
    background: #3f4445 !important; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #3f4445 0%, #2d2e30 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3f4445), color-stop(100%,#2d2e30)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #3f4445 0%,#2d2e30 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #3f4445 0%,#2d2e30 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #3f4445 0%,#2d2e30 100%) !important; /* IE10+ */
    background: linear-gradient(135deg,  #3f4445 0%,#2d2e30 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4445', endColorstr='#2d2e30',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
}
.icon {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
}

.icon.icon-help {
    background: url(../images/support_y.png) no-repeat center;
    background-size: 60px;
}


.popup-background {
//display: block;
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    display: none;
    background: rgba(1,1,1,0.4);
}

.popup {
    position: fixed;
    width: 55%;
    top: 5%;
    left: 22.5%;
    transition: 0.2s ease-in-out;
    z-index: 9999;
}

.no-bg {
    background: none !important;
}
.box {
    position: relative;
    min-height: 144px;
    display: inline-block;
    float: left;
    margin-right: 1%;
}

.box .small-container {
    width: 100%;
    min-height: 144px;
    position: relative;
}
.box .small-container.margin-top {
    margin-top: 5px;
}

.box-1 {
    width: 19%;
}
.box-3 {
    width: 59%;
}

.light-gray-back {
    background-color: #DFE1E3;
}

.help-body {
    text-align: left;
    font-family: 'dincond-boldbold';
    color: rgba(1,1,1, 0.5);
    padding: 30px 35px;
}

.help-body div {
    width: 100%;
    font-size: 12px;
}

.help-body .title {
    font-size: 17px;
    padding: 30px 0;
    font-family: 'dincond-boldbold';
    color: black;
}

.help-body b {
    color: black;
    font-family: 'dincond-boldbold';
}

.help-body input[type="text"] {
    border: none;
    height: 100%;
    color: black;
    width: 83%;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.help-body .input-container {
    width: 100%;
    margin-bottom: 10px;
    border: solid 4px black;
    height: 40px;
    box-sizing: border-box;
}
.help-body .input-container .label {
    float: left;
    line-height: 40px;
    margin-left: 1%;
    width: 15%;
    color: black;
    font-size: 15px;
    text-align: left;
}
.help-body textarea {
    float: left;
    width: 100%;
    border: solid 4px black;
    color: black;
    height: 90px;
    margin-bottom: 20px;
    background: #E3E3E3 none repeat scroll 0% 0% !important;
    padding: 1%;
    box-sizing: border-box;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.help-body textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    rgba(1,1,1,0.5);
    font-size: 17px;
    text-align: left;
}
.help-body textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    rgba(1,1,1,0.5);
    font-size: 17px;
    text-align: left;
    opacity:  1;
}
.help-body textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    rgba(1,1,1,0.5);
    font-size: 17px;
    text-align: left;
    opacity:  1;
}
.help-body textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    rgba(1,1,1,0.5);
    font-size: 17px;
    text-align: left;
}
.help-body textarea:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color:    rgba(1,1,1,0.5);
    font-size: 17px;
    text-align: left;
}

.help-popup-container .button-yellow {
    background: #f1d211;
}


.help-popup-container .button-yellow:hover {
    background: #3f4445 !important; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #3f4445 0%, #2d2e30 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3f4445), color-stop(100%,#2d2e30)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #3f4445 0%,#2d2e30 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #3f4445 0%,#2d2e30 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #3f4445 0%,#2d2e30 100%) !important; /* IE10+ */
    background: linear-gradient(135deg,  #3f4445 0%,#2d2e30 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4445', endColorstr='#2d2e30',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */

}

.help-popup-container .button-light-gray {
    background: #dfe1e3;
}
.help-popup-container .button-light-gray:hover {
    background: #3f4445 !important; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #3f4445 0%, #2d2e30 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3f4445), color-stop(100%,#2d2e30)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #3f4445 0%,#2d2e30 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #3f4445 0%,#2d2e30 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #3f4445 0%,#2d2e30 100%) !important; /* IE10+ */
    background: linear-gradient(135deg,  #3f4445 0%,#2d2e30 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4445', endColorstr='#2d2e30',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
}

.help-popup-container .content {
    position: absolute;
    width: 100%;

    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}

.help-popup-container .button-icon {
    /*position: absolute;*/
    width: 30px;
    height: 30px;
    margin: 10px auto;
    display: block;
    padding: 0;

}

.help-popup-container .button-icon.cancel {
    background: url(../images/reject1.png) no-repeat;
    background-size: 30px 30px!important;
}

.help-popup-container .button:hover .button-icon.cancel {
    background: url(../images/reject2.png) no-repeat;
    background-size: 30px 30px!important;
}

.help-popup-container .button-icon.save {
    background: url(../images/save1.png) no-repeat;
    background-size: 30px 30px!important;
}

.help-popup-container .button:hover .button-icon.save {
    background: url(../images/save2.png) no-repeat;
    background-size: 30px 30px!important;
}

.help-popup-container .button {
    cursor: pointer;
}

.help-popup-container .button p {
    width: 100%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.help-popup-container .button:hover p {
    color: white;
}

@media screen and (max-width: 1024px) {

    .popup {
        width: 100%;
        left: 1%;
    }

    .box-1 {
        width: 16.6%;
    }
    .box-3 {
        width: 63%;
    }

}