﻿/*
LOGGÖVERSIKT CSS    
*/

/* * * * * * * * * * * * * * *
*    
*     GENERIC BASIC CLASSES 
*    
* * * * * * * * * * * * * */

*
{
    margin: 0;
    padding: 0;
}

html
{
    margin: 0;
    padding: 0;
}

body
{
    background: url("../Images/bg-whiteboard.png");
    color: #333;
    font-size: .85em;
    margin: 0 !important;
    padding: 0;
    font-family: 'Arial', sans-serif;
    font-style: normal;
    overflow-x: hidden;
}

#IE_infoMessage
{
    width: 265px;
    padding: 5px;
    position: fixed;
    left: 50%;
    top: 0;
    margin: 0 0 0 -125px;
    background-color: yellow;
    z-index: 70000 ;
    font-size: 11px;
}

.ie_underOverlay
{
    position: fixed;
    width: 990px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -495px;
    background-color: #fff;
    z-index: 20000;
}

#containerWrapper
{
    min-height: 485px;
    height: 100%;
    background: url("../Images/cog_bg.png");
    background-repeat: no-repeat;
    background-position: 2% 0%;
}

h1, h2, h3, h4, h5
{
    font-weight: normal;
    color: #5F5F5F;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

a
{
    color: #5F5F5F;
    outline: none;
    text-decoration: none;
}

img
{
    border: none;
}

a:link, a:visited, a:active
{
    color: #5F5F5F;
}

input
{
    outline: initial;
}

.bold
{
    font-weight: bold;
}

/**************
    
    OVERRIDE JQUERY.UI
    
    */

.ui-widget
{
    font-size: 1em;
    font-family: inherit;
}

    .ui-widget .ui-widget
    {
        font-size: inherit;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget keygen, .ui-widget select, .ui-widget button
    {
        font-family: inherit;
        font-size: inherit;
    }

.ui-widget-content
{
    color: inherit;
}

.ui-tooltip
{
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}


#tabs
{
    margin-top: 10px;
    border-color: #dfe0e0;
}


    #tabs .ui-tabs-nav
    {
        margin-bottom: 5px;
        border-color: #dfe0e0;
    }

        #tabs .ui-tabs-nav li
        {
            border-color: #dfe0e0;
        }

    #tabs li.ui-state-default
    {
        background: #dadada url('themes/base/images/ui-bg_glass_75_dadada_1x400.png');
    }

    #tabs li.ui-state-active
    {
        background: #fff;
    }

    #tabs .ui-widget-header
    {
        background: #fff;
    }

        #tabs .ui-widget-header label
        {
            font-weight: normal;
            margin-left: 10px;
            line-height: 30px;
        }

    #tabs .ui-helper-reset
    {
        font-size: 12px;
    }

    #tabs .ui-state-active
    {
        background: #fbfbfb;
    }

    #tabs .ui-tabs-panel
    {
        background: #fbfbfb;
        padding: 5px;
    }




/* * * * * * * * * * * * * * *
*    
*    GLOBAL FEATURES
*    
* * * * * * * * * * * * * */

.clearFix
{
    clear: both;
    height: 0px;
    overflow: hidden;
    line-height: 0;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 0;
}

/* * * * * * * * * * * * * * *
*    
*     ERROR HANDLING 
*    
* * * * * * * * * * * * * */

.error
{
    border: 1px solid;
    margin-top: 10px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
}


/* ** ** ** ** ** *** ** 
*
*
*
*       MAIN PAGE LAYOUT
*
*
*
** ** ** ** ** ** ** ** ** */


#wrapperSection .content-wrapper {
    margin: 0 auto;
    width: 1550px;
    padding: 5px 25px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
}

#headerContainer
{
    height: 165px;
}

.main-content
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 60px;
}

.roundedAndBoxShade, .roundedAndBoxShade_less
{
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
    border: 1px solid #dfe0e0;
    padding: 0;
    margin: 0;
}

#mainInfoContainer
{
    /*width: 995px;*/
    width: 1500px;
    margin: -65px auto 0 auto;
    background-color: #fff;
    z-index: 0;
    background-image: url("../Images/box_shade.png");
    background-repeat: repeat-x;
    color: #5f5f5f;
    padding: 0;
}

#mainInfoContainer_inner {
    padding: 5px 5px 15px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* featured */

.featured .content-wrapper
{
    background-color: #4c7583;
    height: 80px;
    color: #3e5667;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    margin: 0 auto;
    z-index: 0;
}

.featured + .main-content
{
    position: relative;
    top: -1px;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 1000;
}

.featured #siteTitle
{
    float: left;
    margin: 8px 0 0 0;
    overflow: hidden;
    background-color: #f8f8f8;
}

    .featured #siteTitle h1 a, .featured hgroup.title h2, #siteTitle_sub h1
    {
        color: #4c7583;
        font-size: 45px;
        padding: 2px 10px;
        font-family: Calibri, Arial, sans-serif;
        background-color: #f8f8f8;
        font-weight: bold;
        font-style: italic;
    }

        #siteTitle_sub h1 a
        {
            color: #4c7583;
        }


#siteTitle_sub
{
    overflow: hidden;
    height: 41px;
    float: left;
    margin: 15px 0 0 0px;
    background-color: #f8f8f8;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
    border: 1px solid #dfe0e0;
}

    #siteTitle_sub h1
    {
        padding: 8px 8px 8px 4px;
        font-size: 20px;
    }

#rightMenuWrapper
{
    width: 800px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}


#topMenuRightContainer
{
    position: relative;
    top: 0px;
}

.roundedAndBoxShade_bottom
{
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
    border: 1px solid #dfe0e0;
    border-top: none;
    padding: 0;
    margin: 0;
}

.topMenuRightObject
{
    height: 20px;
    padding: 6px 12px 1px 12px;    
    position: absolute;
}

#menu_support
{    
    width: 75px;
    right: 20px;
    background-color: #fff;
    background-image: -ms-linear-gradient(left, #f7f7f7 0%, #fff 100%);
    background-image: -o-linear-gradient(left, #f7f7f7 0%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f7f7f7), color-stop(1, #fff));
    background-image: -webkit-linear-gradient(left, #f7f7f7 0%, #ffff 100%);
    background-image: linear-gradient(left, #f7f7f7 0%, #fff 100%);
}

    #menu_support:hover
    {
        background-color: #f3f3f3;
        background-image: -ms-linear-gradient(top, #fff 0%, #d7d7d7 100%);
        background-image: -o-linear-gradient(top, #fff 0%, #d7d7d7 100%);
        background-image: -webkit-gradient(linear, top, top, color-stop(0, #fff), color-stop(1, #d7d7d7));
        background-image: -webkit-linear-gradient(top, #fff 0%, #d7d7d7 100%);
        background-image: linear-gradient(top, #fff 0%, #d7d7d7 100%);
    }

    #menu_support a
    {
        top: 1px;
        position:absolute;
    }





/*******************
    
    
     FORMULÄR 

*********************/

#formularView_wrapper
{
    margin-top: 15px;
}

#formularView_wrapper_inner
{
}

#formularView_selectContainer
{
    width: 939px;
    padding: 12px;
    margin: 0 0 5px 0;
    background-color: #fbfbfb;
    position: relative;
    z-index: 1;
}







#wrapperSection .feature
{
    width: 300px;
    float: left;
    padding: 10px;
}


#footContainer
{
    width: 995px;
    margin: 0px auto 0 auto;
    font-size: .8em;
    height: 40px;
}

#spanVersionTime
{
    font-family: arial;
    color: #66AEC8;
    font-size: 11px;
    margin: 0 3px 0 0px;
    float: right;
}

/* Sök vårdgivare / register / starttid / sluttid */

.selectHeader
{
    width: 435px;
    float: left;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}

.search_wrapper
{
    width: 900px;
}

.searchClear
{
    width: 28px;
    float: left;
    margin-right: 20px;
}

.searchIcon
{
    width: 34px;
    float: left;
}

.searchController
{
    float: left;
    width: 150px;
    margin: 0px 12px 0 0;
}

.searchInfo
{
    float: left;
    width: 29px;
    margin: 4px 0 0 8px;
}

#showSearchFld h1, #leftResultContainer h1, #rulesReportHeading h1
{
    margin-bottom: 4px;
}

#exp_selectBox select, #exp_selectBox_0 select, #caregiver_selectBox select, .exp_selectBox_form select, .exp_selectBox_newRule select, .exp_selectBox_caregiverChoice, .exp_selectBox_registryChoice
{
    background-color: transparent;
    width: 420px;
    padding: 5px;
    font-size: 10px;
    border: 1px solid #f3f1eb;
    height: 28px;
    -webkit-appearance: none;
    padding-right: 55px;
    font-size: 12px;
    color: #6a685e;
    font-style: italic;
    overflow: hidden;
    max-width: 420px;
}

    .exp_selectBox_caregiverChoice option, .exp_selectBox_registryChoice option
    {
        width: 420px;
        max-width: 420px;
    }

#exp_selectBox, #exp_selectBox_0, #caregiver_selectBox, .exp_selectBox_form, .exp_selectBox_newRule
{
    /*width: 350px;*/
    height: 28px;
    background: url('../Images/select_arrows_2.png') no-repeat right #f3f1eb;
    -webkit-appearance: none;
    border: 1px solid #cfceca;
    overflow: hidden;
    float: left;
    margin: 5px 0px 5px 0px;
}

    .exp_selectBox_newRule select
    {
        width: 365px;
    }

    .exp_selectBox_form select
    {
        /*width: 342px;*/
    }

.exp_selectBox_form
{
    float: left;
    /*width: 262px;*/
    margin: 5px 12px 0 0;
}


#exp_selectBox_formChoice select
{
    /*width: 387px;*/
}

#exp_selectBox_formChoice
{
    /*width: 287px;*/
}

#pnrTextBox, #formNameSearch, #formSearchBox
{
    width: 180px;
    margin: 0px;
    padding-top: 0px;
}

#formSearchBox
{
    width: 200px;
}

.input_container, .input_container_form
{
    background: url('../Images/inputFld_bg.png') no-repeat center;
    height: 33px;
    margin: 0;
    padding: 0px 0 0 5px;
    border: 0;
    line-height: 260%;
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #6a685e;
    font-style: italic;
}

.input_container_form
{
    width: 352px;
    background-image: url('../Images/inputFld_bg_small.png');
    background-repeat: repeat-x;
    background-size:auto;
    height: 30px;
}



#selectMessage
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 300px;
    font-size: 12px;
    width: 965px;
}


.validationError
{
    color: red;
    display: inline-block;
}
