.myCourse-options {
    display: none;
    position: absolute;
    background-color: lightslategray;
    /*min-width: 160px;*/
    overflow: auto;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    width: 57px;
}

.myCourses-list-element{
    width: 320px;
    border: solid red 1px;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
}
.myCourses-list-element-name{
    width: 80%;
    float: right;
    height: 25px;
    font-family: inherit;
    font-size: 22px;
    color: black;
    text-shadow: 4px 4px 4px 4px gray;
    text-align: center;
}
.myCourses-list-element-opt{
    float: right;
    width: 18%;
}
.myCourses-list-element-image{
    /*background-image: url("../../../images/art.jpg");*/
    /*opacity: 0.5;*/
}
.myCourses-list-element-row{
    height: 25px;
    font-family: inherit;
    font-size: 12px;
    color: white;
    text-shadow: 4px 4px 4px 4px black;
}
.myCourses-list-element-basic{
    float: left;
}
/*.cancelCropBtn,
.cropBtn{
    /!*border: solid;*!/
    width: 100px;
    height: 20px;
    background-color: blueviolet;
    text-align: center;
    float: left;
    margin: 10px;
}*/

input[name="institution_profile_photo"],
input[name="company_profile_photo"]{
    opacity: 0;
    filter: alpha(opacity=50);
    width: 150px;
    height: 150px;
    position: absolute;
    /*z-index: 100;*/
    left: 0px;
    top: 0px;
    outline: none;
    /*border: solid 1px black;*/
}
.company-profile-photo,
.institution-profile-photo{
    width: 150px;
    height: 150px;
    /*border: solid blue 2px;*/
}
.company-profile-photo-area,
.institution-profile-photo-area{
    width: 150px;
    height: 150px;
    /*border: solid red 2px;"*/
}
.company-cover-photo,
.institution-cover-photo{
    height: 285px;
    width:100%;
}
.company-cover-photo-img,
.institution-cover-photo-img{
    height: 285px;
    width:100%;
}
.add-user-name-input{
    width: 300px;
    /*readonly: true;*/
}
.job-applied-block{
    width: 60%;
    height: 30px;
    border: solid #3c4c63 1px;
    margin-bottom: 10px;
    float: left;
}
.job-applied-block-title{
    float: left;
    width: 50%;
    font-size: 18px;
    color: blue;
    margin: 3px;
    border-right: solid grey 1px;
}
.job-applied-block-date{
    float: left;
    width: 10%;
    margin: 3px;
    border-right: solid grey 1px;
}
.job-applied-block-page{
    float: right;
    margin: 3px;
}

.postShareOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 7100;
    background-color: rgba(0,0,0,0.8); /* black semi-transparent */
    overflow-y: auto;
}
