.skill-box {
    border:1px solid #CCC;
    background: #F3F3F3;
    padding:5px;
    margin-left:5px;
    display:inline-block;
    margin-bottom:5px;
    border-radius: 5px;
    font-size: 10px;
}
.skill-box-selected {
    background: #FF6;
}
.job-developer-avatar {
    width:20px;
    height:20px;
    border-radius:12px;
    margin-left:5px;
    margin-bottom:5px;
    border:2px solid red;
}
.job-developer-avatar-approved {
    border:2px solid green;
}
.job-developer-avatar-not-available {
    opacity: 0.5;
}

.job-developer-avatar-available {
    border:3px solid #0F0 !important;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1001; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    margin-top:50px;
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.modal-close, .modal-close:link, .modal-close:visited {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top:5px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #333;
    color: white;
}
.modal-header h2 {
    color:#FFF;
    font-size:1.3em;
    background:none;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
    padding: 10px;
    background-color: #333;
    color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    margin-top:50px;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.job-has-developer-row:not(.selected) td, .job-has-developer-row:not(.selected) th {
    background:#E9F2FD;
}

.send-sms-link {
    font-size:10px;
}
.send-sms-link i {
    font-size:24px;
}
.autocomplete-item-selected {
    display:block;
    margin-left:35px;
    margin-top:10px;
    background:#F3F3F3;
    padding:10px;
    width:175px;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    background-image: url(../../jet/css/jquery-ui/images/ui-icons_222222_256x240.png) !important;
    text-indent: -99999px;
    background-position: -12.57143rem -6.85714rem !important;
    margin-top:10px;
}

.job-meta-data {
    background:#F3F3F3;
    padding:10px;
}