|
|
|
|
@ -827,9 +827,8 @@ footer:after { |
|
|
|
|
box-shadow: 0 0 10px rgba(0,0,0,0.7); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.projectPro:hover .titlePro { |
|
|
|
|
color: #fb2c2d; |
|
|
|
|
text-decoration: underline; |
|
|
|
|
.titlePro a:hover { |
|
|
|
|
text-decoration: underline !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.projectPro:hover .leftPro:before { |
|
|
|
|
@ -2279,14 +2278,14 @@ input[type="checkbox"]:checked + span { |
|
|
|
|
height: 22px; |
|
|
|
|
background: url('../img/listExecutor.png') no-repeat left; |
|
|
|
|
background-size: cover; |
|
|
|
|
background-position: 0 -18px; |
|
|
|
|
background-position: 0 -19px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.listExecutor li:last-child a:before { |
|
|
|
|
height: 19px; |
|
|
|
|
background: url('../img/listExecutor.png') no-repeat left; |
|
|
|
|
background-size: cover; |
|
|
|
|
background-position: 0 -47px; |
|
|
|
|
background-position: 0 -48px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.doneBlock { |
|
|
|
|
@ -2777,14 +2776,16 @@ input[type="checkbox"]:checked + span { |
|
|
|
|
cursor: move; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.compTable tr:hover:not(:first-child) { |
|
|
|
|
.compTable tr:hover { |
|
|
|
|
z-index: 999; |
|
|
|
|
display: flex; |
|
|
|
|
display: table-row; |
|
|
|
|
position: relative; |
|
|
|
|
-webkit-transform: scale(1.04); |
|
|
|
|
-moz-transform: scale(1.04); |
|
|
|
|
transform: scale(1.04); |
|
|
|
|
box-shadow: 0 0 10px rgba(0,0,0,0.8); |
|
|
|
|
-webkit-transform: scale(1.02); |
|
|
|
|
-moz-transform: scale(1.02); |
|
|
|
|
transform: scale(1.02); |
|
|
|
|
/*box-shadow: 0 0 10px rgba(0,0,0,0.8);*/ |
|
|
|
|
outline: 1px solid #DAD9D9; |
|
|
|
|
cursor: move; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.compTable tr:hover td:first-child { |
|
|
|
|
@ -2804,10 +2805,15 @@ input[type="checkbox"]:checked + span { |
|
|
|
|
border-bottom: 1px solid #DAD9D9 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.compTable tr th, .compTable tr td { |
|
|
|
|
display: block; |
|
|
|
|
/*.compTable tr th, .compTable tr td { |
|
|
|
|
display: block |
|
|
|
|
float: left; |
|
|
|
|
text-align: center; |
|
|
|
|
}*/ |
|
|
|
|
.compTable tr th, .compTable tr td { |
|
|
|
|
display: table-cell; |
|
|
|
|
vertical-align: middle; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.compTable tr th:first-child, |
|
|
|
|
@ -2909,7 +2915,7 @@ input[type="checkbox"]:checked + span { |
|
|
|
|
|
|
|
|
|
.compTable tr td:nth-child(6) ul { |
|
|
|
|
float: left; |
|
|
|
|
margin: 29px 0 0 72px; |
|
|
|
|
margin: 0px 0 0 72px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.compTable tr td:nth-child(6) ul li { |
|
|
|
|
@ -2974,7 +2980,6 @@ input[type="checkbox"]:checked + span { |
|
|
|
|
font-weight: bold; |
|
|
|
|
font-family: Arial, Verdana, Helvetica, sans-serif; |
|
|
|
|
position: relative; |
|
|
|
|
margin-bottom: 20px; |
|
|
|
|
position: relative; |
|
|
|
|
width: 100%; |
|
|
|
|
float: left; |
|
|
|
|
@ -3711,7 +3716,7 @@ input[type="checkbox"]:checked + span { |
|
|
|
|
height: 11px; |
|
|
|
|
background: url('../img/delDoc.png') no-repeat center; |
|
|
|
|
background-size: cover; |
|
|
|
|
right: -40px; |
|
|
|
|
right: -20px !important; |
|
|
|
|
top: 2px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
} |
|
|
|
|
@ -4868,6 +4873,7 @@ input[type="checkbox"]:checked + span { |
|
|
|
|
.inset-mb { |
|
|
|
|
display: table; |
|
|
|
|
float: left; |
|
|
|
|
margin-left: 15px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.inset-mb:first-child { |
|
|
|
|
@ -5059,7 +5065,7 @@ input[type="radio"]:checked + span { |
|
|
|
|
.list-summ li:nth-child(3):before { |
|
|
|
|
width: 22px; |
|
|
|
|
height: 22px; |
|
|
|
|
background: url('../img/chat.png') no-repeat center; |
|
|
|
|
background: url('../img/skype.png') no-repeat center; |
|
|
|
|
background-size: cover; |
|
|
|
|
left: -42px; |
|
|
|
|
top: 0; |
|
|
|
|
@ -5998,7 +6004,7 @@ a.linkS2[data-target="#withdraw-money"]{ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
input[type="radio"]{ |
|
|
|
|
opacity: 1; |
|
|
|
|
opacity: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.wr-inset-pluss{ |
|
|
|
|
@ -6020,8 +6026,6 @@ input[type="radio"]{ |
|
|
|
|
} |
|
|
|
|
.welcomeMain{ |
|
|
|
|
line-height: 48px; |
|
|
|
|
font-family: 'pfdintextcomppro-regular', sans-serif; |
|
|
|
|
font-size: 43.5px; |
|
|
|
|
} |
|
|
|
|
.menuUser > div{ |
|
|
|
|
padding: 10px 0; |
|
|
|
|
@ -6048,4 +6052,60 @@ input[type="radio"]{ |
|
|
|
|
-moz-transform: scale(1.04); |
|
|
|
|
transform: scale(1.04); |
|
|
|
|
} |
|
|
|
|
.new-rass2 .btn-submit-link{ |
|
|
|
|
display: table; |
|
|
|
|
margin: 15px 0px 15px -15px !important; |
|
|
|
|
} |
|
|
|
|
button[data-id="stagesSelect"], button[data-id="stagesSelect"]:hover{ |
|
|
|
|
outline: 1px solid #ccc !important; |
|
|
|
|
margin-top: 13px; |
|
|
|
|
} |
|
|
|
|
.polsF1 .linkS122, .polsF1 .linkS122:hover{ |
|
|
|
|
font-family: 'pfdintextcomppro-regular', sans-serif; |
|
|
|
|
letter-spacing: 2px; |
|
|
|
|
text-transform: uppercase; |
|
|
|
|
border: none; |
|
|
|
|
border-radius: 40px; |
|
|
|
|
display: inline-block; |
|
|
|
|
color: #fff; |
|
|
|
|
padding: 12px 30px; |
|
|
|
|
font-size: 15px; |
|
|
|
|
margin-bottom: 20px; |
|
|
|
|
background-color: #FE0029 !important; |
|
|
|
|
width: 300px; |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
} |
|
|
|
|
#paymentfromSite, #paymentfromSite:hover{ |
|
|
|
|
font-family: 'pfdintextcomppro-regular', sans-serif; |
|
|
|
|
letter-spacing: 2px; |
|
|
|
|
text-transform: uppercase; |
|
|
|
|
border: 1px solid #BEBEBE; |
|
|
|
|
border-radius: 40px; |
|
|
|
|
display: inline-block; |
|
|
|
|
color: #373737; |
|
|
|
|
padding: 12px 30px; |
|
|
|
|
font-size: 15px; |
|
|
|
|
margin-top: 20px; |
|
|
|
|
margin-bottom: 20px; |
|
|
|
|
background: transparent; |
|
|
|
|
width: 300px; |
|
|
|
|
} |
|
|
|
|
li.officeList.icon_tml > a > p{ |
|
|
|
|
display: inline-block; |
|
|
|
|
padding: 5px 7px 3px 7px; |
|
|
|
|
background: #ff0000; |
|
|
|
|
border-radius: 35px; |
|
|
|
|
position: absolute; |
|
|
|
|
right: -34px; |
|
|
|
|
top: -4px; |
|
|
|
|
} |
|
|
|
|
.comm44 > div{ |
|
|
|
|
padding: 15px; |
|
|
|
|
} |
|
|
|
|
.logo + .badge{ |
|
|
|
|
padding: 7px; |
|
|
|
|
margin-top: 5px; |
|
|
|
|
border-radius: 15px; |
|
|
|
|
background-color: #00BB7B; |
|
|
|
|
} |
|
|
|
|
/*end_new*/ |
|
|
|
|
|