/* CSS Document */

.holder {
    padding: 30px;
}

.right {
    float: right;
}

.skillSet-item {
    display: inline-flex;
}

.skillSet-item:last-child .username .comma-inside-skillsets:last-child {
    display: none;
}


.ajusted-last-icon .members-popup-button:first-child {
    margin-right: 160px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #f9f9f9 !important;
    min-width: 115px;
    box-shadow: 0px 4px 16px 0px rgba(0, 31, 137, 0.09);
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
}

.dropdown-content a {
    color: #2A2F4D;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    color: #2A2F4D;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#header {
    padding: 20px 0 10px 0;
}

#menu {
    border-bottom: 3px solid;
    border-top: 2px solid;
}

#breadcrumbs {
    font-size: 10px;
    padding: 3px 0;
    display: none;
}

#content {
    padding-bottom: 20px;
}

#footer {
    padding: 20px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}


/* elements */
a {
    text-decoration: none;
}

#headerLogo, #headerUser {
    float: left;
    width: 50%;
    line-height: 24px;
}

    #headerLogo a {
        background-repeat: no-repeat;
    }

#headerUser {
    text-align: right;
}

#headerUserData {
    display: inline-block;
    text-align: right;
    font-size: 10px;
    width: 30%;
}

#headerCompany {
    display: inline-block;
    width: 80%;
    padding: 0 24px;
    margin-bottom: 20px;
}

h1.pageTitle {
    font-size: 20px;
    padding: 0px;
    margin-bottom: 20px;
}

.titleBar {
    padding: 5px 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: 2px;
    margin-bottom: 5px;
}

    .titleBar h3 {
        width: 50%;
        float: left;
    }

.contentBlock {
    padding: 10px 0;
}

.registrationBlock {
    padding: 10px;
    float: left;
    width: 50%;
    text-align: left;
}

button {
    outline: none;
}

/* efficiency bars */

.efficiencyBars {
    padding-left: 20px;
}

.efficiencyPerson {
    margin: 5px 0;
    line-height: 22px;
}

.efficiencyPersonName {
    width: 19%;
    float: left;
}

.hidden {
    display: none;
}

.efficiencyPersonBar {
    width: 80%;
    float: left;
    border: 1px solid;
    border-radius: 2px;
}

.efficiencyBar {
}

.efficiencyBg {
    -webkit-animation: fillIn 3s;
    -moz-animation: fillIn 3s;
    -ms-animation: fillIn 3s;
    -o-animation: fillIn 3s;
    animation: fillIn 3s;
    background-color: gray;
    height: 20px;
}

@-webkit-keyframes fillIn {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@keyframes fillIn {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

/* breadcrumbs */

#breadcrumbs a {
}

    #breadcrumbs a:hover {
    }

/* Footer */

.footerColumn {
    float: left;
    width: 20%;
}


.footerIng {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
}

input.username {
}

input.password {
}

#login .loginRememberMe {
    margin: 3px 0;
    font-size: 10px;
    line-height: 12px;
    display: none;
}

#login .loginActions {
    line-height: 28px;
    font-family: Arial;
    text-align: center;
}

    #login .loginActions .loginButton {
        text-shadow: -1px 1px;
        line-height: 24px;
        border: 1px solid;
        border-radius: 6px;
        text-transform: uppercase;
        padding: 0 20px;
    }

        #login .loginActions .loginButton:hover {
            cursor: pointer;
            box-shadow: 0 0 3px white inset;
        }

        #login .loginActions .loginButton:active {
            box-shadow: none;
        }


/* form page */

.formLayout .formField {
    margin: 3px 0;
}

.formFieldLabel {
    float: left;
    width: 30%;
    min-height: 26px;
}

.formCheckboxLabel {
    float: left;
    width: auto;
    min-height: 26px;
}

.formFieldElement {
    float: left;
    width: 70%;
}

.overtimeLabelWidth {
    width: 50%;
}

.formSubmit .formFieldLabel,
.formSubmit .formFieldElement
.formCheckboxLabel {
    min-height: 26px;
}

.formSections {
    position: relative;
    width: 100%;
}

div.elementWithButton {
}

    div.elementWithButton .ewbElement {
        width: 50%;
        float: left;
    }

    div.elementWithButton .ewbButton {
        width: 48%;
        margin-left: 2%;
        float: left;
    }

#rateForm {
    width: 100%;
}

#outRateForm {
    display: none;
}

#formBottom {
    display: none;
}

#submitRate {
    display: none;
}

.advancedOptions {
    display: none;
    margin: 25px 0;
}

.advancedOptionsButton {
    cursor: pointer;
    display: none;
}

input[type="text"],
input[type="datetime"],
select,
input[type="password"],
textarea {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 3px;
    border-radius: 2px;
    height: 38px;
}


input[type="checkbox"] {
    margin: 6px 5px 0px 0px;
    display: block;
    float: left;
}

.modal-body input[type="checkbox"] {
    margin-top: 0;
}

select {
    padding: 3px;
}

textarea {
    height: 60px;
    resize: vertical;
}

button {
    display: inline-block;
    text-shadow: -1px 1px #ac6e2e;
    line-height: 24px;
    border: 1px solid;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 0 20px;
    border: none;
}

    button:hover {
        cursor: pointer;
        box-shadow: 0 0 3px white inset;
    }

    button:active {
        box-shadow: none;
    }

.show-deleted-accounts {
    position: relative;
    top: 31px;
}

.imgCheckBox {
    height: 13px;
    width: 13px;
}

.second-row .formSubmit {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0;
    /* float: right; */
    top: 25px;
    left: 23px;
}

.formField.formInput,
.formField.formSelect {
    line-height: 26px;
}

.formField.formSubmit {
    text-align: right;
}

    .formField.formSubmit > .formFieldElement {
        width: 100%;
        margin-top: 20px;
        padding: 5px 0;
    }

select option {
    text-shadow: none;
}

input.rateInput {
    max-width: 50px;
}

/* grid */

.searchHolder {
}



.searchGrid {
    float: left;
    width: 76%;
    margin-left: 4%;
    margin-top: 16px;
}

.searchControl {
    padding: 0 0 2px 0;
    line-height: 26px;
    width: 195px !important;
}

.searchWorklogs {
    float: none !important;
}

.searchDate .inputField {
    width: 45%;
    float: left;
}

.searchDate input {
}

.fromToDelimiter {
    float: left;
    text-align: center;
    width: 10%;
    display: block;
}

.searchControlLabel {
    line-height: 16px;
}

.searchControlElement {
}

table.searchResults {
    width: 100%;
    font-size: 10px;
    /*border:1px solid white;*/
}

table.ratesTable {
    margin-bottom: 20px;
}

.ratesHeadersSmall > td {
    color: white;
    padding: 1px 10px !important;
}

.ratesHeadersSmall {
    background-color: #333333;
    border-bottom: 1px solid #B8B8B8;
}

.searchResults thead {
    border-bottom: 1px solid white;
    font-weight: bold;
}

#invoicePreview tbody {
    border-top: 15px solid transparent;
}

    #invoicePreview tbody:first-of-type {
        border-top: none !important;
    }

.searchResults thead td {
    padding: 10px 10px 11px 10px;
    vertical-align: middle;
}

.searchResults tbody td,
.searchResults tfoot td {
    padding: 5px;
    border-right: 1px solid white;
    vertical-align: middle;
}

td.actions {
    min-width: 75px;
    text-align: left;
}

.validationlogin {
    color: red;
    font-size: 10px;
    margin-left: 40px;
}

#groups {
    width: 100%;
    margin-bottom: 30px;
}

#groupsTable {
    width: 100%;
}

/* Rates */
.inRatesHeader, .outRatesHeader {
    padding: 1px 10px !important;
}

.ratesRate {
    width: 80px;
    text-align: right;
}

.ratesTag {
    width: 100px;
}

.ratesProject {
    width: 200px;
}

.requiredFieldStar {
    color: crimson;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.alignLeft {
    text-align: left;
}

#generateInvoiceFields .formField {
    margin-bottom: 18px;
}

.generateInvoiceRadio {
    margin-bottom: 18px;
}

.reportTotal {
    font-weight: bold;
}

    .reportTotal > tr:first-child {
        border-top: 1px solid white;
    }


    .reportTotal > tr > td:first-child {
        text-align: right;
    }

    .reportTotal td {
        background-color: #E07A01;
        color: #FFFFFF;
    }

.invoiceInfo {
    margin-bottom: 20px;
}

    .invoiceInfo h4,
    .invoiceComments h4 {
        font-weight: lighter;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

.invoiceComments {
    margin-top: 15px;
}

    .invoiceComments ol {
        list-style-type: decimal;
        padding-left: 20px;
    }

input.width75, select.width75 {
    width: 75%;
}


/*Billbale time inline*/
span.BillableTime {
    cursor: pointer;
    color: #64666F;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}
/*#item_BillableTime {
    width: 92px;
    height: 39px;
    box-sizing: border-box;
    padding: 10px 30px;
}*/

/*#item_Overtime {
    max-width: 65px;
}*/

.editBT {
    display: none;
}

.alert {
    color: orangered
}

#overtimeReport {
    margin-top: 100px;
}

    #overtimeReport h4 {
        font-weight: lighter;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

/*#leave-days {
    margin-bottom: 10px;
    min-height: 30px;
}*/

#cv-list {
    margin-bottom: 30px;
    min-height: 30px;
}

#contract-list {
    margin-bottom: 10px;
    min-height: 30px;
}

tr.dailySum:not(:nth-last-child(2)) td {
    border-bottom: 1px solid #ffffff;
}

tr.dailySum td {
    border-top: 1px solid #ffffff;
}

/*Tags*/
.project-tag-editor .tag-select li.template {
    display: none;
}

a.disabled {
    text-decoration: none;
    color: #bbb;
    cursor: default;
}

.userProjectsEdit {
    margin-bottom: 20px;
}

#project-submit-button[disabled] {
    cursor: not-allowed;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#uniqueTag {
    margin-top: 5px;
    display: none;
}

    #uniqueTag span {
        color: crimson
    }

/*Create company*/
#createCompanyArea {
    display: none;
}

/*User Profile*/

.server-error-message {
    color: red
}


/*Evaluation Form*/

.evaluationNote {
    margin-top: 5px;
    margin-bottom: 5px;
}

.question-div textarea {
    margin-bottom: 5px;
}

.question-div p.questionDesc {
    margin-bottom: 5px;
}

#evaluationFormSubmit {
    margin-top: 25px;
    margin-bottom: 25px;
}

.question-div {
    margin-top: 30px;
    margin-bottom: 30px;
}

.date {
    display: block !important;
}

#messagesDialog div.commentsContainer {
    max-height: 340px;
    overflow: auto;
    overflow-x: hidden;
}


.js-change-image {
    cursor: pointer;
    max-width: 200px;
    max-height: 200px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

    .js-change-image:hover {
    }

.header .user-image img {
    width: 43px;
    height: 43px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.table .user-thumb {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
    display: inline-block;
}

.fc-view, .fc-view > table {
    z-index: 0 !important;
}

.legend {
    list-style: none;
    padding-top: 10px;
}

    .legend li {
        float: left;
        margin-right: 10px;
    }

    .legend span {
        border: 1px solid #ccc;
        float: left;
        width: 12px;
        height: 12px;
        margin: 0 2px;
    }
    /* your colors */
    .legend .other {
        background-color: yellow;
    }

    .legend .sickday {
        background-color: red;
    }

    .legend .leave {
        background-color: #3179C2;
    }

    .legend .leaveRequest {
        background-color: green;
    }

.fc-right .fc-prev-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: bold;
    cursor: pointer;
    display: block;
    float: left;
    border: 1px solid #e1e1e1;
    height: 38px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
    position: relative;
    top: 15px;
    text-transform: capitalize;
}

.fc-right .fc-next-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: bold;
    cursor: pointer;
    display: block;
    float: left;
    border: 1px solid #e1e1e1;
    height: 38px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
    position: relative;
    top: 15px;
    text-transform: capitalize;
}

.fc-right .fc-today-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: bold;
    cursor: pointer;
    display: block;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    float: left;
    border: 1px solid #e1e1e1;
    height: 38px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
    position: relative;
    top: 15px;
    text-transform: capitalize;
}

.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed #3179c2 !important;
    border-image: none;
    margin-left: auto;
    margin-right: auto;
}

.modal-content {
    max-height: 800px;
}

.modal-header {
    visibility: visible;
}

.file-box {
    padding: 10px;
    border-radius: 4px;
    margin: 5px 0;
    background: #f1f1f1;
}

.remove-file-icon, .download-file-icon {
    float: right;
    position: relative;
    right: 10px;
    top: -3px;
    cursor: pointer;
}

.download-file-icon {
    right: 53px;
    transform: rotate(90deg);
    top: 1px;
}

span.field-validation-error {
    position: relative !important;
    opacity: 1 !important;
    left: 0 !important;
    background-color: inherit !important;
}
