﻿.btn-file {
    position: relative;
    overflow: hidden;
    background: #5fb611;
    width: 100%;
    color: white;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: #5fb611;
        cursor: inherit;
        display: block;
    }

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding: 0 5px 3px 5px !important;
}

.dl-horizontal dt {
    margin-top: 7px;
}

.tab-content {
    max-height: 500px;
    overflow-y: scroll;
}

ul.dropdown-menu > li:hover {
    background-color: #D2D2D2;
}

.profile-img {
    width: 100%;
    max-height: 350px;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.selected {
    background-color: #e5e5e5;
}

.policy-modal-body {
    height: 500px;
}

.policy-modal-body-part {
    height: 100%;
    margin: 0 5px;
    padding: 5px;
}

.policy-modal-list {
    width: 65%;
}

.policy-modal-info {
    width: 35%;
}

.policy-modal-dependecies-list {
    height: 250px;
    border: 1px solid #72c02c;
    padding: 5px;
}

.hidden-scroll {
    overflow-y: scroll;
}

.hidden-scroll::-webkit-scrollbar {
    display: none;
}

.hidden-scroll {
    -ms-overflow-style: none;
}

.display-flex {
    display: flex;
}

.expand-icon {
    font-size: 16px;
    margin: 0 5px;
}

.policies-checkbox {
    margin: 3px 5px 4px 3px !important;
}

.align-items-center {
    align-items: center;
}

.break-all {
    word-break: break-all;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-pointer * {
    cursor: pointer !important;
}

/*@media (min-width: 992px) {
    .container {
        width: 750px;
    }
}*/
