
.photo {
    /* border : 1px solid blue ; */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 10px;
}

.photo input[type=file] {
    width : 90% ;
}

img.preview {
    width : 100px ;
    background-color: white;
    /* border: 1px solid #DDD; */
    padding: 3px;
    margin : auto ;
}

.menu input[type="text"] {
    display : unset ;
    width : unset ;
}
.menu select {
    display : unset ;
    width : unset !important;
}


/* use in js/agent/listworkers.js */
.listworkers td {
    padding : 2px 5px 2px 5px ;
}

.listworkers img:hover {
    -webkit-transform: scale(3);
	transform: scale(3);
}

/* make input in table cell occupy whole width */
.listworkers table td input {
 width: 100%;
}

.employment_history {
    width : 100% ;
}

.employment_history table input {
    width : 100% ;
    table-layout:fixed;
    padding : 2px !important ;
}

.employment_history table th,td {
    padding : 2px !important ;
    font-size : 10px ;
}

.widget ul {
    padding-left : 10px !important ;
}
