﻿body {
    font-family: Helvetica, Arial;
    color: #232323;
    margin: 0;
    font-size: 13px;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}

textarea[name=Emails] {
    margin-top: 10px;
    width: 50%;
    line-height: 20px;
    height: 200px;
    font-family: inherit;
    font-size: inherit;
}

textarea {
    width: 99%;
    max-height: 85px;
    font-family: inherit;
    font-size: inherit;
}


input[type=submit], input[type=button], .secondary-button, .submit {
    font-size: 11px !important;
    font-weight: normal !important;
    cursor: pointer;
    text-align: center;
    width: auto;
    padding: 8px 15px 8px 15px;
    border: none;
}

input[type=radio] {
    vertical-align: top;
    margin-bottom: 10px;
}

input[type=text], input[type=password] {
    height: 25px;
    width: 98%;
    margin-bottom: 5px;
}

input, textarea {
    outline: none;
}


select {
    height: 30px;
    width: 100%;
    max-width: 200px;
}

hr {
    border: 1px;
    height: 1px;
    background-color: #eee;
}


.columns-3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.ws-col-2 {
    display: inline-block;
    width: 45%;
    padding: 10px;
    vertical-align: top;
}

.mandatory {
    color: red;
    font-weight: bold;
    font-size: 12px;
}

.ws-general-file-container {
    width: 45%;
    display: inline-block;
    margin-bottom: 20px;
}


.right {
    float: right;
}

.text-right {
    text-align: right;
}

.left {
    float: left;
}

.hide {
    display: none;
}

.center {
    text-align: center;
}

.wrapper {
    width: 100%;
}

.ws-page-title {
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: 800;
    padding-bottom: 5px;
    border-bottom: solid 3px #e7e7e7;
}

.ws-page-sub-title {
    font-size: 1.3em;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: 800;
    border-bottom: solid 1px #e7e7e7;
}

a {
    text-decoration: none;
    color: #000895;
}

    a:hover {
        color: rgb(0, 148, 255);
    }


    a.ws-light-blue:hover {
        color: #000895;
    }

#ws-loggedinas {
    display: inline-block;
    float: left;
    padding-left: 10px;
    font-size: .9em;
}

#ws-menu {
    display: block;
    text-align: right;
    width: 100%;
    background-color: #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
}

    #ws-menu a:not(.ws-light-blue) {
        padding-left: 10px;
        font-size: .9em;
        color: #515151 !important;
    }

    #ws-menu a:hover {
        text-decoration: underline;
        color: rgb(0, 148, 255);
    }


.ws-menulink {
    margin-right: 20px;
    display: inline;
}

.ws-message {
    font-weight: bold;
    color: rgb(0, 148, 255);
}

.ws-error-message {
    font-weight: bold;
    color: #d04b4b;
}

#ws-filter-section {
    width: 100%;
}

    #ws-filter-section div {
        width: auto;
        display: inline-block;
    }

        #ws-filter-section div.items-24 {
            width: 24%;
            vertical-align: top;
        }

        #ws-filter-section div.items-50 {
            width: 50%;
            vertical-align: top;
        }

        #ws-filter-section div.items-100 {
            width:100%;
            vertical-align: top;
        }

#ws-login-form {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    margin-top: 30px;
    text-align: right;
}


#ws-header {
    margin: 0;
    background-color: #f3f3f3;
    height: auto;
    min-height: 70px;
    width: 100%;
}


#ws-header-content {
    padding-right: 10px;
    padding-left: 10px;
}

#ws-logo {
    height: auto;
    max-height: 50px;
    width: auto;
}


img.logo {
    height: auto;
    max-height: 50px;
    width: auto;
    margin-top: 10px;
    display: inline-block;
}

img {
    border: none;
}

#ws-page {
    width: 80%;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    margin-bottom: 20px;
}

#ws-partial-for-continuous {
    padding: 4px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.ws-fileinput-container-input {
    margin-bottom: 5px;
}

.submit {
    background-color: rgb(0, 148, 255);
    color: #fff;
}

.secondary-button {
    background-color: #ccc;
    color: #000;
}

    .submit:hover, .secondary-button:hover {
        background-color: #eee;
        color: #000;
    }

    .submit:focus, .secondary-button:focus {
        border: none;
        box-shadow: none;
    }


/*_________________PAGE ELEMETNTS __________________________*/


#calendar {
    width: 60%;
    display: inline-block;
}
#ui-datepicker-div {
    z-index: 4 !important;
}
.fc-time{
   display : none;
}


#ws-event-views {
    width: 37%;
    float: right;
    display: inline-block;
}


#ws-event .editor-field {
    width: 100%;
    margin-bottom: 10px;
}


#ws-event .editor-label {
    color: #515151;
    margin: 1em 0 0 0;
}


table#ws-createclient-table {
    width: 40%;
}

table#ws-createproject-table {
    width: 90%;
}

    table#ws-createproject-table td {
        padding-bottom: 15px;
        width: 28%;
    }

#ws-createproject-table input:not([type=checkbox]):not([type=radio]) {
    width: 98% !important;
}

#ws-createproject-table select {
    width: 98% !important;
    height: 25px;
}

#ws-createproject-table textarea.selectionfreetext {
    height: 40px;
    width: 70% !important;
    margin-left: 25px;
    margin-bottom: 10px;
}


.selectionfreetext {
    width: 70%;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid rgba(255, 0, 0, 0.5) !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}



.ws-create-form {
    width: 98%;
    padding: 1%;
    margin-bottom: 20px;
    border-bottom: solid 1px #e7e7e7;
    margin-right: auto;
    margin-left: auto;
}

    .ws-create-form table td:first-child {
        width: 30%;
    }


table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    max-width: 100%;
    word-break: break-all;
}

    table td {
        vertical-align: top;
    }

    table.ws-table td, th {
        border: 2px solid #fff;
        padding: 10px;
    }

    table.ws-table th {
        background-color: #e7e7e7;
        color: #000;
    }

    table.ws-table td {
        background-color: #f3f3f3;
    }


    table.ws-table td {
        vertical-align: top;
        margin-bottom: 10px;
    }

    table.ws-table tr {
        padding-top: 25px;
    }


.ws-detail-header {
    background-color: #e7e7e7;
    padding: 15px;
    color: #000;
    border: solid 2px #fff;
}

    .ws-detail-header table td:first-child {
        width: 7%;
    }

    .ws-detail-header table td:nth-child(3) {
        width: 50%;
        text-align: right;
    }

.ws-detail-content {
    display: none;
    border: solid 2px #fff;
    padding: 10px;
    background-color: #f3f3f3;
}




.ws-detail-content-hide {
    display: none;
}

a.ws-detail-content-hide, a.ws-detail-content-show {
    cursor: pointer;
    color: #818181;
    text-decoration: underline;
    /*line-height: 25px;*/
}

    a.ws-detail-content-hide:hover, a.ws-detail-content-show:hover {
        color: rgb(0, 148, 255);
    }


span.ws-detail-label {
    font-weight: bold;
    font-size: .9em;
}

    span.ws-detail-label:after {
        content: ':';
    }



.ws-projectdetail-content div {
    display: inline-block;
    padding: 10px;
    width: 23%;
    min-width: 180px;
    min-height: 50px;
    vertical-align: top;
    word-break: break-all;
    border-top: 1px solid #ddd;
}

#ws-event-views .ws-projectdetail-content div {
    min-width: 180px;
}

.ws-projectdetail-content div.link {
    width: 100%;
    padding-top: 25px;
    border: none;
    font-weight: bold;
    text-align: left;
}

    .ws-projectdetail-content div.link span {
        margin-right: 15px;
        margin-bottom: 10px;
        display: inline-block;
    }

#flags {
    display: inline;
    float: right;
}

img.flag {
    height: 10px;
}


.height-max200-section {
    max-height: 200px;
    overflow: auto;
}


.ws-light-blue {
    color: rgb(0, 148, 255);
}



@media all and (max-width: 800px) {


    #ws-menu {
        text-align: center;
        width: 100%;
        padding-bottom: 15px;
    }

    #ws-page {
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        margin-bottom: 15px;
    }

    .ws-create-form-section {
        width: 100%;
        margin-bottom: 10px;
    }

    #ws-loggedinas {
        display: none;
    }


    #ws-calendar {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }



    #ws-filter-section div {
        width: 100%;
        display: inline-block;
    }

    table#ws-createclient-table {
        width: 100%;
    }

    table#ws-createproject-table {
        width: 100%;
    }
}
