@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
}

body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
a {
    color: #4F65F7;
    text-decoration: none;
}
.block-header {
    font-size: 1rem;
    color: #a1a1a1;
    text-transform: uppercase;
}
.project-list, .companies-list {
    list-style: none;
}
.project-list a, .companies-list a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    border-radius: 10px;
    color: #2f2f2f;
}
.project-list a:hover,
.project-list li.active a,
.companies-list a:hover,
.companies-list li.active a {
    color: #4F65F7;
    background-color: #F5F6FF;
}
.add-project {
    text-align: right;
    border-bottom: 2px solid #efefef;
    width: 100%;
}
.add-project a {
    display: inline-block;
    color: #2f2f2f;
    text-decoration: none;
}
.add-project a:hover {
    color: #4F65F7;
}
.files-container {
    background-color: #F5F6FF;
}
.file-row, .profile-row {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #EFEFEF;
}
.file-col-1,
.file-col-2,
.file-col-3,
.profile-col-1,
.profile-col-2,
.profile-col-3,
.profile-col-4,
.profile-col-5 {
    display: inline-block;
    vertical-align: top;
}
.profile-col-1 {
    width: 3%;
}
.profile-col-2 {
    width: 30%;
}
.profile-col-3 {
    width: 25%;
}
.profile-col-4 {
    width: 25%;
}
.profile-col-5 {
    width: 15%;
}
.file-col-1 {
    width: 27%;
    padding-right: 20px;
}
.file-col-2 {
    width: 51%;
    padding-right: 20px;
}
.file-col-3 {
    width: 20%;
}
.file-label {
    color: #2f2f2f;
    font-weight: 400;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.file-value {
    color: #2f2f2f;
    font-weight: 300;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    word-break: break-all;
}
.navbar-brand {
    font-size: 1rem;
    color: #2f2f2f
}
.project-name-input,
.company-name-input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #4F65F7;
}
.plus-sign {
    color: #fff;
    background-color: #4F65F7;
    border-radius: 57px;
    padding: 5px;
    display: inline-block;
    line-height: 9.5px;
}
.navbar {
    border-bottom: 1px solid #EFEFEF;
}
.full-height {
  min-height: 100%;
}
.btn {
    padding: 12px 15px 12px 15px;
    border-radius: 10px;
    border: 1px;
}
.btn-primary {
    background: #4F65F7;
}
.icon-circle img {
    width: 12px;
    height: 12px;
    margin-top: -3px;
}
.status-success .icon-circle img {
    filter: invert(57%) sepia(90%) saturate(3513%) hue-rotate(84deg) brightness(119%) contrast(93%);
}
.status-error .icon-circle img {
    filter: invert(18%) sepia(99%) saturate(6567%) hue-rotate(346deg) brightness(96%) contrast(104%);
}
.file-status {
    display: inline-block;
}
.filter-form .form-select {
    padding: 12px 15px 12px 15px;
    border-color: #4F65F7;
}
.filter-form .form-control {
    padding: 12px 15px 12px 15px;
    border-color: #4F65F7;
}
.form-select select option:nth-child(1) {
    color: #f1f1f1;
}
.auth-form {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -660px;
    margin-top: -200px;
}
.auth-form form {
    background-color: #fff;
    border-radius: 10px;
}
.not-authorized {
    background-color: #f5f6ff;
}
.not-authorized .auth-form {
    color: #2F2F2F;
    font-size: 0.9em;
}
.register-form {
    margin-top: -100px;
}
.companies-list li {
    position: relative;
}
.file-counter {
    position: absolute;
    top: 10px;
    right: 10px;
}
.profile-edit {
    cursor: pointer;
}
.companies-list li a,
.project-list li {
    padding-right: 35px !important;
}
.project-list li {
    position: relative;
}
.delete-project-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px !important;
    text-align: center;
    color: red;
    display: none !important;
}
.edit-project-button {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 30px !important;
    text-align: center;
    color: red;
    display: none !important;
}
.delete-project-button:hover,
.edit-project-button:hover {
    background: none !important;
}
.delete-project-button:hover img,
.edit-project-button:hover img{
    background: none !important;
    opacity: 1;
}
li:hover .delete-project-button,
li:hover .edit-project-button {
    display: initial !important;
    background: none !important;
}
.delete-project-button img {
    width: 15px;
    opacity: 0.7;
    filter: invert(19%) sepia(70%) saturate(3860%) hue-rotate(345deg) brightness(107%) contrast(86%);
}
.edit-project-button img {
    opacity: 0.3;
    width: 15px;
}

.sidebar .sidebar-bottom {
    margin-top: 100px;
    border-top: 2px solid #efefef;
    padding-top: 20px;
    width: 100%;
}
.sidebar .sidebar-bottom ul {
    list-style: none;
    padding-left: 15px;
    margin-bottom: 40px;
}
.hidden {
    display: none;
}
.site-version {
    margin-top: 10px;
    display: inline-block;
    margin-left: 15px;
    color: #A1A1A1;
    font-weight: 300;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    word-break: break-all;
}
.chosen-container {
    padding: 0;
}
.chosen-container .chosen-single {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.chosen-container .chosen-single div b {
    margin-top: 4px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.chosen-container .chosen-drop {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.chosen-container .chosen-results li.highlighted {
    background-color: #f8f9fa;
    color: #495057;
}
.chosen-container .chosen-results li {
    padding: .25rem .75rem;
    cursor: pointer;
    font-size: 15px;
}
.chosen-container .chosen-results {
    margin: 0;
    padding: .25rem 0;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #4F65F7;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
    background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
    color: #fff
}
.chosen-required {
    border: 1px solid #c62d42 !important;
}