You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

113 lines
2.3 KiB

.btn-group.valProject2 a.btn {
color: #333333;
padding: 14px 20px;
border-radius: 40px;
font-size: 15px;
font-family: 'Arial-MT-Regular', sans-serif;
}
.btn-group.valProject2 a.btn span mark {
background: none;
color: #ff2c2c;
}
.btn-group.valProject2 a.btn > span {
padding-left: 11px;
}
.btn-submit-link {
border-radius: 40px;
font-family: 'pfdintextcomppro-regular', sans-serif;
color: black;
font-size: 16px;
padding: 17px 33px 17px 33px;
float: left;
margin: 0 15px 48px 15px;
border: 1px solid #DFDFDF;
text-transform: uppercase;
letter-spacing: 2px;
color: #42B476;
border: 1px solid #42B476;
}
/**
* Simple fade transition,
*/
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
#jGrowl .jGrowl-notification {
background-color: #00bb7b;
font-size: 17px;
}
.textAreaBlock2 input[type="text"] {
margin: 0;
}
.stepssBlock ul li.reserved::before {
background: rgba(0, 0, 0, 0) url("../img/reserved2.png") no-repeat scroll center center / cover;
height: 16px;
width: 17px;
}
.stepssBlock ul li.unreserved::before {
background: rgba(0, 0, 0, 0) url("../img/reserved.png") no-repeat scroll center center / cover;
height: 14px;
width: 13px;
}
.chat-textarea {
width: 100%;
height: 110px;
border: 1px solid #cdcdcd;
resize: none;
padding: 10px 15px;
color: #3c1a06;
font-family: 'Arial-MT-Regular', sans-serif;
font-size: 14px;
float: left;
margin: 33px 0 0 0;
}
.form-regestration .errorlist {
color: red;
width: 360px;
margin: 0 auto;
text-align: left;
font-family: 'Arial-MT-Regular', sans-serif;
font-size: 15px;
}
#jGrowl .jGrowl-notification a, #jGrowl .jGrowl-notification a:visited {
color: #777620;
}