formPostulanteStyle.css 5.97 KB
Newer Older
1
body {
2 3 4 5 6 7 8 9 10 11
    background:url(/img/fondoform.svg);
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    font-family: "normal";
    position: relative;
    width: 100%;
    height: 100%;
    font-family:'Shippori Antique B1';
    /* background-repeat:repeat;
12 13
    height:100vh;width:100vw;  
    align-items:"middle";
14
    background-attachment: fixed; */
15 16 17 18 19 20 21 22 23 24
    
}
#head{text-align:center}
 form{/*max-width:300px;
    width:90%;position:relative;
    left:50%;
    top:10%;padding:40px;
    border-radius:4px;
    transform:translate(-50%,10%);*/
   
Joel Florentin committed
25
    } 
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205
.card {
    border: none
}
li {
    padding: 0;
    display: inline-block; 
    width: 80px; 
    text-align: center; 
    letter-spacing:normal; 
    vertical-align: middle;
    line-height: 1.1;
}
button {
 
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.image {
    position: relative
}

.image span {
    background-color: #506BEE;
    color: #fff;
    padding: 6px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 13px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -0px;
    right: 0px
}

.user-details h4 {
    color: #506BEE
}

.ratings {
    font-size: 30px;
    font-weight: 600;
    display: flex;
    justify-content: left;
    align-items: center;
    color: #f9b43a
}

.user-details span {
    text-align: left
}

.inputs label {
    display: flex;
    margin-left: 3px;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 4px
}

.inputs input {
    font-size: 14px;
    height: 40px;
    border: 2px solid #ced4da
}

.inputs input:focus {
    box-shadow: none;
    border: 2px solid #506BEE
}

.about-inputs label {
    display: flex;
    margin-left: 3px;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 4px
}

.about-inputs textarea {
    font-size: 14px;
    height: 100px;
    border: 2px solid #ced4da;
    resize: none
}

.about-inputs textarea:focus {
    box-shadow: none
}

.btn {
    font-weight: 600
}

.btn:focus {
    box-shadow: none
}

select {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 20px;
    height: 40px;
    padding: 5px 10px
}

select:focus {
    outline: none
}

.add-experience:hover {
    background: #506BEE;
    color: #fff;
    cursor: pointer;
    border: solid 1px #506BEE
}

.content-select select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.content-select{
	max-width: 250px;
	position: relative;
}
 
.content-select select{
	display: inline-block;
	width: 100%;
	cursor: pointer;
  	padding: 7px 10px;
  	height: 42px;
  	outline: 0; 
  	border: 0;
	border-radius: 0;
	background: #f0f0f0;
	color: #7b7b7b;
	font-size: 1em;
	color: #999;
	font-family: 
	'Quicksand', sans-serif;
	border:2px solid rgba(0,0,0,0.2);
    border-radius: 12px;
    position: relative;
    transition: all 0.25s ease;
}
 
.content-select select:hover{
	background: #B1E8CD;
}
 
/* 
Creamos la fecha que aparece a la izquierda del select.
Realmente este elemento es un cuadrado que sólo tienen
dos bordes con color y que giramos con transform: rotate(-45deg);
*/
.content-select i{
	position: absolute;
	right: 20px;
	top: calc(50% - 13px);
	width: 16px;
	height: 16px;
	display: block;
	border-left:4px solid #2AC176;
	border-bottom:4px solid #2AC176;
	transform: rotate(-45deg); /* Giramos el cuadrado */
	transition: all 0.25s ease;
}
 
.content-select:hover i{
	margin-top: 3px;
206 207 208
}

h4{
209
    color: #ffffff;
210 211 212
    text-transform: capitalize;
    
    font-size: large;
213 214 215
}
form[name="postulante"]{
    color: #ffffff;
216 217 218 219
}
label:hover {
    color: #bfbfbf;
}
220
/*ICONOS Y PLACEHOLDER
221 222 223 224 225 226 227 228

.size-placeholder::placeholder{
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: right center;
    
 
}
229 230
/*Nombre
.nombre-ph::placeholder{
231 232
    background-image: url(../img/placeholder/name_ph.png);
}
233 234
Apellido
#apellido::placeholder{
235 236
    background-image: url(../img/placeholder/lastname_ph.png);
}
237 238
Email
#correo::placeholder{
239 240
    background-image: url(../img/placeholder/email_ph.png);
}
241
Numero de documento*/
242 243 244 245 246 247 248 249 250
#nroDocument::-webkit-outer-spin-button,
#nroDocument::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
#nroDocument[type=number] {
    -moz-appearance: textfield;
}
251
/*
252 253 254 255
.nroDocument-ph::placeholder{
    background-image: url(../img/placeholder/nroDocumento_ph.png);
    margin-left: 5px;
}
256 257
Direccion
#direccion::placeholder{
258 259
    background-image: url(../img/placeholder/adress_ph.png);
    background-size: 14px 14px;
260
}*/
261 262 263 264 265 266 267 268 269 270
/*Telefono*/
#telefono::-webkit-outer-spin-button,
#telefono::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
#telefono[type=number] {
    -moz-appearance: textfield;
}
271
/*
272
.telefono-ph::placeholder{
273
    background-image: url(../img/placeholder/telephone_ph.png);  
274
} 
275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320
/*Modal Estudio
#institucionEstudio::placeholder{
    background-image: url(../img/placeholder/studios_ph.png);  
}
#temaDeEstudio::placeholder{
    background-image: url(../img/placeholder/studios_ph.png);  
}

#institucionExperiencia::placeholder{
    background-image: url(../img/placeholder/studios_ph.png);  
}
#cargo::placeholder{
    background-image: url(../img/placeholder/cargo_ph.png);  
}

#descripcion::placeholder{
    background-image: url(../img/placeholder/description_ph.png);  
}
#refNombre::placeholder{
    background-image: url(../img/placeholder/name_ph.png);  
}*/
#refTel::-webkit-outer-spin-button,
#refTel::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
#refTel[type=number] {
    -moz-appearance: textfield;
}
/*
.telefono-ph::placeholder{
    background-image: url(../img/placeholder/telephone_ph.png);  
} 
#motivoSalida::placeholder{
    background-image: url(../img/placeholder/motivoSalida_ph.png);  
}
#relacion::placeholder{
    background-image: url(../img/placeholder/relacion_ph.png);  
}
*/
/*Prueba Font Awesome*/

.FA{
    font-family: 'Shippori Antique B1',FontAwesome;
}