/*
Theme Name: Stockholm Child
Template: stockholm
*/

label a {
  color: #ff0000;
  text-decoration: underline;
}

/**
 * Formulär för att lägga till Worker
 */
.pods-submittable-fields {
    padding: 2.5% 0 0 0;
    background: #65c8c3;
}
@media screen and (min-width: 768px) {
    .pods-submittable-fields {
        padding: 2.5% 2.5% 0 2.5%;
    }
}

    /* Meddelande */
    .pods-form-front-success {
        padding: 10px 0 !important;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        color: #fff !important;
        border: 0 !important;
        background: #000 !important;

    }

    /* Parent */
    .pods-form-fields {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        /* Objekt */
        .pods-form-fields li {
            display: block;
            width: 90%;
            padding: 0;
            margin: 0 5%;
        }
        .pods-form-fields li:after {
            height: 5px;
        }
        @media screen and (min-width: 768px) {
            .pods-form-fields li {
                float: left;
                width: 47%;
                margin: 0 1.5%;
            }
            .pods-form-fields li.pods-form-ui-row-name-language {
                width: 97%;
            }
        }
        @media screen and (min-width: 1001px) {
            .pods-form-fields li.pods-form-ui-row-name-language {
                width: 47%;
            }
        }

            /* Label */
            .pods-field-label {
                padding: 0 !important;
            }
                .pods-field-label label {
                    text-transform: uppercase;
                    font-weight: bold;
                    font-size: 11px;
                    letter-spacing: 1px;
                    padding-bottom: 0 !important;
                }
                .pods-field.error .pods-field-label label {
                    color: #ff0000;
                }

            /* Input-wrapper */
            .pods-field-input {
                width: 100% !important;
                min-width: 100px !important;
            }

                /* Input-styling */
                .pods-field-input input[type=text],
                .pods-field-input select,
                .pods-submit-button {
                    box-sizing: border-box;
                    width: 100% !important;
                    min-width: 100% !important;
                    height: 35px;
                    padding: 0 12px;
                    margin: 0 !important;
                    font-size: 13px;
                    line-height: 33px;
                    font-family: arial, sans-serif;
                    border-radius: 3px;
                    color: #515151;
                    border: solid #7d7f7e 1px !important;
                    background: #fcfcfc;
                    box-shadow: 0 1px 3px #6b6b6b;
                    outline: 0;
                }

                .pods-field-input select[multiple=multiple] {
                    height: 105px;
                }

                /* Error-klass till input */
                .pods-form-ui-field-type-text.error {
                    border: solid #ff0000 1px !important;
                }

                /* Error message */
                .pods-validate-error-message {
                    display: none !important;
                }

        /* Använd endast rubrik för "Skills" */
        .pods-form-fields li.pods-form-ui-row-name-skills {
            width: 97% !important;
        }
        .pods-form-fields li.pods-form-ui-row-name-skills .pods-field-input {
            display: none;
        }

        /* Ja/nej-frågor */
        .pods-form-fields li.pods-form-ui-row-type-boolean .pods-field-label {
            width: 100% !important;
        }
        .pods-form-fields li.pods-form-ui-row-type-boolean .pods-field label {
            margin-top: -5px;
            float: left;
        }
        .pods-boolean:hover {
            background: transparent !important;
        }

        /* Submit */
        .pods-submit {
            clear: both;
            margin: 0 2.5%;
        }
            .pods-submit input[type=submit] {
                width: auto !important;
                font-weight: bold;
                text-transform: uppercase;
                letter-spacing: 1px;
                cursor: pointer;
            }


/**
 * Bokningssystem (bsys)
 */
#bsys {
    font-family: 'arial', sans-serif;
}

    /**
     * Sign in-form
     */
    #bsys .form-signin {
        max-width: 330px;
        padding: 15px;
        margin: 40px auto;
    }

        #bsys .form-signin .form-signin-heading {
            margin-bottom: 10px;
        }

        #bsys .form-signin .form-control {
            position: relative;
            height: auto;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px;
            font-size: 16px;
        }
        #bsys .form-signin .form-control:focus {
            z-index: 2;
        }

        #bsys .form-signin input[type="password"] {
            margin-bottom: 10px;
        }

        #bsys .form-signin .btn-primary {
            background: #00A39B;
            border-color: #00A39B;
        }


    /**
     * Popup
     */
    #bsys-book-modal.success {}

        /* Dölj formulär när tack-meddelande visas */
        #bsys-book-modal.success .modal-form {
            display: none;
        }

        /* Tack-meddelande */
        #bsys-book-modal .modal-success {
            display: none;
        }
        #bsys-book-modal.success .modal-success {
            display: inline-block;
        }

            /* Boka-knapp */
            #bsys-book {
                background: #00A39B;
                border-color: #00A39B;
            }


    /* Ta bort-knapp */
    #bsys tr.danger .bsys-remove {
        background: #000;
        border-color: #000;
    }


    /**
     * Header
     */
    #bsys .bsys-header {
        margin-left: 0;
        margin-bottom: 20px;
    }

        #bsys .bsys-header p {
            font-size: 13px;
            line-height: 23px;
        }

            #bsys .bsys-header h1 {
                font-size: 18px;
                line-height: 26px;
                text-transform: uppercase;
            }


    /**
     * Tider
     */

    /* Box-titel */
    #bsys .panel-title {
        text-transform: uppercase;
    }

    /* Boka-knapp */
    #bsys .btn-book {
        background: #00A39B;
        border-color: #00A39B;
    }

    #bsys .btn-danger.danger {
        background: #000;
    }
