﻿@font-face {
	font-family: 'Source Sans Pro';
	src: url('Fonts/SourceSansPro-Regular.woff2') format('woff2');
}

@media only screen and (max-width: 650px) {
	/* Set 16px font-size to prevent iphones from zooming when entering input fields */
	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
		font-size: 16px;
	}
}

html, body {
    height: 100%;
}

a {
	color: #333;
	text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 100%;
    color: rgb(115,115,115);
    background-color: #fff;
}

/* For informational/descriptive texts only to be read/spoken by screen readers, for the blind or visually impaired. */
.aural {
	position: absolute !important; /* Outside the DOM flow */
	height: 1px;
	width: 1px; /* Nearly collapsed */
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE 7+ only support clip without commas */
	clip: rect(1px, 1px, 1px, 1px); /* All other browsers */
}

#TopHeader {
    padding: 15px;
    background-color: #fff;
}

#MainDiv {
	background-color:#fff;
    margin: 0;
    padding: 0;
}

#MainContent {
    margin: 0 15px 0 15px;
    padding: 0;
    max-width: 1300px;
    margin: 0 auto;
}

#ContFrame {
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 1px; /* ios iframe fix */
	min-width: 100%; /* ios iframe fix */
	*width: 100%; /* ios iframe fix, IE6 compatible, only needed for IE6  */
	height: 2000px; /* This default (fixed) height is only really necessary for IE 7, since it doesn't support the PostMessage API used to resize this iframe to fit the content. */
	border: none;
	overflow: hidden;
}

.ContentDiv {
    max-width: 1300px;
    margin: 0 auto;
    /*	max-width: 800px; bortkommenterat av daka */
}

    .ContentDiv ul {
        list-style: none;
        padding-left: 3px;
        margin: 0px;
    }

        .ContentDiv ul > li {
            display: table;
            width: 100%;
            padding: 3px 0px 3px 0px;
            margin: 0px;
        }

            .ContentDiv ul > li:hover {
            }

            .ContentDiv ul > li a {
                vertical-align: middle;
            }

            .ContentDiv ul > li > a:hover {
                color: black;
            }

            .ContentDiv ul > li > div.row {
                max-width: 800px;
                /*display: table-row;*/
                margin: 0;
            }

    .ContentDiv .h2 {
        display: block;
        font-size: 1.5em;
        font-weight: 300;
        color:#333; /*Huvudfärg*/
        margin: 0 0 .83em 0;
        padding: 7px;
        text-transform: uppercase;
    }

	.ContentDiv .h4 {
		display: block;
		font-weight: 400;
		font-size: 1.3em;
		background-color: #2C7F9A;
		color: #fff;
		background-position: right center !important;
		background-origin: content-box !important;
		background-repeat: no-repeat;
		margin: 1px 0 2px 0;
		border-radius: 2px;
		padding: 7px 20px 7px 7px;
		cursor: pointer;
	}

	.ContentDiv .h5 {
		display: block;
		font-weight: 400;
		font-size: 1.1em;
		color: white;
		background-color: #818181;
		background-position: right center !important;
		background-origin: content-box !important;
		background-repeat: no-repeat;
		border-radius: 2px;
		padding: 7px 20px 7px 10px;
		margin: 0px;
		cursor: pointer;
	}
    .ContentDiv .searchcontainer {
        margin-top:10px;
        display:flex;
        flex-wrap:wrap;
        flex-direction:row;
        justify-content:space-between;
    }
        .ContentDiv .searchbox {
        margin: 0px 5px 20px 0px;
        white-space: nowrap;
    }

    .ContentDiv .backbutton {
        
    }

.ContentDiv .categoryheader {
    background-image: url('Images/new-arrowdown-white.png');
}

.ContentDiv .categoryheader.collapsed {
    background-image: url('Images/new-arrowdown-white.png');
}


.categoryoutercontainer {
    /*border-bottom:1px solid rgb(230,230,230);*/
    margin-bottom: 5px;
    border-style: solid;
    border-color: #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 3px solid #b1ab7c; /*Sekundärfärg*/
    border: none;
    background-color: #34495e; /*Huvudfärg*/
    color: #fff;
}

    .categoryoutercontainer a {
        cursor: pointer;
    }

.categoryinnercontainer a {
    cursor: pointer;
}

.categoryoutercontainer .categoryinnercontainer {
    background: #f3f3f3;
}

    .categoryoutercontainer .categoryinnercontainer .categoryoutercontainer {
        border: none;
        margin-left: 0px;
        background: #f3f3f3;
        color: #555;
    }

        .categoryoutercontainer .categoryinnercontainer .categoryoutercontainer .categoryinnercontainer {
            border: none;
            margin-left: 0px;
        }

/*--------------------------------*/
/*---------------Menu-------------*/

#CatalogLink {
    background-image: url('Images/form_white.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}

#BookingsLink {
	background-image: url('Images/booking.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	background-size:20px;
}

#DraftsLink {
    background-image: url('Images/folder_white.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}


#CaseLink {
    background-image: url('Images/errand_white.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}


#CoSignLink {
    background-image: url('Images/pen_white.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}


#ProfileLink {
    background-image: url('Images/profile_white.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}

#LoginLink {
    background-image: url('Images/profile_white.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    cursor:pointer;
}

#LogoutLink {
    background-image: url('Images/door_white.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}

#LogoutLink {
    background-image: url('Images/door_white.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}

/*#MenuContent
{
    padding: 4px;
    background-color:blue;
}*/
#TopMenu {
	background: #2C7F9A;
}

.MenuList {
    margin: 0;
    padding: 0;
    background: #34495e; /*Huvudfärg*/
    width: 100%;
    background-color: #34495e; /*Huvudfärg*/
    max-width: 1300px;
    margin: 0 auto;
}

    .MenuList > li {
        display: inline-block;
        height: 60px;
        margin: 0;
        padding-left: 20px;
    }

        .MenuList > li > a {
            line-height: 60px;
            padding: 20px;
            color: #fff; /*Huvudfärg*/
            font-size: 18px;
            text-transform: uppercase;
        }

        .MenuList > li:hover {
            background-color: #b1ab7c; /*Sekundärfärg*/
        }

            .MenuList > li:hover a {
                color: #fff;
            }

.MenuItem {
    display: block;
}


.MenuItemSelected {
    background-color: #b1ab7c /*Sekundärfärg*/;
}

.MenuList .MenuItemSelected > a {
}

.MenuList .MenuItemSelected:hover {
}

#LoginLi {
    padding-left: 0;
}

.MenuItemLogin {
    padding-left: 0;
    /*color: rgb(69,45,137); /*Artvise(purple)*/
    line-height: 60px;
    padding: 20px;
    color: #fff; /*Huvudfärg*/
    font-size: 18px;
    text-transform: uppercase;
}

    .MenuItemLogin > a {
        color: #fff; /*Huvudfärg*/
        font-size: 18px;
        text-transform: uppercase;
    }

.LoggedInLink {
}

    .LoggedInLink:hover {
    }


/*------------------------------------------------------*/
/*----------E-service list, links, buttons, icons-------*/
.e-service-button {
	background: #ededed;
	border: 1px solid #ccc;
	color: #333;
	padding: .5em 2em;
	cursor: pointer;
	outline: none;
	height: auto;
	border-radius: 0.2em;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
}

	.e-service-button:hover {
		background: #ddd;
		outline: none;
		box-shadow: none;
	}

	.e-service-button:disabled {
		border-color: #ccc;
		color: #555;
		background: #ccc;
	}

#btnBack {
	padding-left: 20px;
	background-image: url(Images/tabarrowleft.png);
	background-position: 3px center;
	background-size: 12px;
	background-repeat: no-repeat;
}

	#btnBack:hover {
		background-image: url(Images/tabarrowleft.png);
		background-position: 3px center;
		background-size: 12px;
		background-repeat: no-repeat;
	}


.ListItem {
    /*padding: 3px 0px 3px 0px;*/
    padding: 0;
    margin: 0;
    display: block;
}

.EserviceLink {
    width: 100%;
    max-width: 800px;
    padding: 0;
    margin: 0px 0px 4px 0px;
    min-width: 100px;
}

    .EserviceLink img {
        display: inline-block;
        vertical-align: text-top;
        padding-right: 4px;
        border: none;
    }

.FormLink {
    float: right;
    width: 75px;
}

    .FormLink img {
        padding-right: 4px;
        border: none;
    }

.EServiceIconLink {
    float: right;
    width: 100px;
}

    .EServiceIconLink img {
        padding-right: 4px;
        border: none;
    }

.EserviceLinkNoForm {
    padding: 0px 0px 4px 0px;
    margin: 0;
    min-width: 100px;
    display: inline-block;
    width: 100%;
}

    .EserviceLinkNoForm img {
        vertical-align: text-top;
        padding-right: 4px;
        border: none;
    }

.Icon {
    width: 16px;
    height: 16px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
}

    .Icon.EServiceIcon {
        background-image: url('Images/screen.png');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 8px;
        padding: 2px;
    }

    .Icon.EServiceLinkIcon {
        background-image: url('Images/screen.png');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 8px;
        padding: 2px;
    }

    .Icon.FormIcon {
        background-image: url('Images/printer.png');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 8px;
        padding: 2px;
    }

    .Icon.WordIcon {
        background-image: url('Images/DownloadWord.png');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 8px;
        padding: 2px;
    }


.information {
    background-image: url('Images/information_grey.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    margin-left: 7px;
    vertical-align: top;
    cursor: pointer;
}

.spinner {
    width: 32px;
    height: 32px;
    background-image: url(Images/spinner.gif);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.InactiveDivButton {
    height: 1.5em;
    padding: 0.5em 2em;
    margin: 10px 0px 0px 20px;
    border: 1px solid rgb(128,158,186);
    border-radius: 3px 3px 3px 3px;
    font-family: 'Source Sans Pro', sans-serif;
    color: Black;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

    .InactiveDivButton:hover {
        box-shadow: 0 0 1px 1px #aaf;
    }

.AttachmentIcon {
    padding-right: 4px;
    position: relative;
    top: 4px;
    border: none;
}

.CoSignButton {
    height: 1.0em;
    padding: 0.4em 1.5em;
    margin: 15px 0px 0px 2px;
    border: 1px solid rgb(128,158,186);
    border-radius: 3px 3px 3px 3px;
    font-family: Arial, Lucida Bright;
    color: Black;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

	.CoSignButton:disabled {
		border-color: #ccc;
		color: #888;
		background-color: #f0f0f0;
	}

    .CoSignButton:hover {
        box-shadow: 0 0 1px 1px #aaf;
    }

.errorMessage {
    color: red;
}

/*--------------------------------*/
/*------Profile, Case, Deed-------*/

#DeedInfoTable {
    width: auto;
}

.CaseTable {
    width: 100%;
    text-align: left;
    margin: 0;
	padding: 0;
	border-spacing: 0;
}

    .CaseTable tbody > tr:first-child {
        background-color:#ededed;
        color: #333;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
    }

        .CaseTable tbody > tr:first-child th {
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 400;
        }

.delete-button {
    background: #ededed;
    border: 1px solid #ccc;
    border-radius:0.2em;
    color: #333;
    padding: 8px 12px 8px 12px;
    cursor: pointer;
    outline: none;
}

	.delete-button:hover, .delete-button:focus {
		background-color: #ddd;
	}


	.delete-button:disabled, .delete-button:disabled:hover {
		border-color: #ccc;
		color: #888;
		background-color: #f0f0f0;
	}

.CaseTable th {
    text-align: left;
    font-size: 1.0em;
    font-weight: 400;
    padding: 7px 0px 7px 7px;
}

.CaseTable tr td {
    padding: 8px 0px 8px 8px;
    color: rgb(85,85,85); /*Grey*/
}

.CaseTable a {
    text-decoration: none;
}

    .CaseTable a:hover {
    }

.CaseTableLabel {
    width: 130px;
    font-weight: 500;
    vertical-align: top;
    text-align: left;
}

.LeftCol {
    width: 80px;
}

.CenterCol {
    width: 80px;
}

#DeedList {
    border: solid 1px #ccc;
    width: 100%;
}

    #DeedList option:hover {
        background-color: #ccc;
        cursor: pointer;
    }

.DeedDiv {
    display: block;
    float: left;
}

.DeedLeftCol {
    width: 120px;
}

.DeedDescriptionCell {
    height: 85px;
    vertical-align: top;
}

.SlimDeedCol {
    width: 90px;
}

#DeedFileUploader {
    margin-left: 6px;
}

/*-------------------------------*/
/*-------------Note--------------*/
#CreateNote {
    padding: 0.5em 0.5em;
    margin: 15px 0px 0px 2px;
    border: 1px solid rgb(128,158,186);
    border-radius: 3px 3px 3px 3px;
    font-family: 'Source Sans Pro', sans-serif;
    color: Black;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

    #CreateNote:hover {
        box-shadow: 0 0 1px 1px #aaf;
    }

.NoteButton {
    height: 1.5em;
    padding: 0.5em 2em;
    margin: 10px 0px 0px 20px;
    border: 1px solid rgb(128,158,186);
    border-radius: 3px 3px 3px 3px;
    font-family: 'Source Sans Pro', sans-serif;
    color: Black;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    float: right;
}

    .NoteButton:hover {
        box-shadow: 0 0 1px 1px #aaf;
    }

#CreateNoteDialog {
    width: 620px;
    display: none;
}

.NoteTable {
    width: 600px;
}

#NoteDescription {
    width: 580px;
    height: 80px;
    resize: none;
}

#NoteType {
    width: 180px;
}

#NoteTitle {
    width: 380px;
}

/*----------Frame main, top, right, bottom,left------------*/
/*----Check folder customhtmlincludes in eservice----------*/
.CatalogMain {
    width: 60%;
    max-width: 800px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

/*---------Left----------*/
.CatalogLeft {
    width: 20%;
    max-width: 200px;
    display: inline-block;
    vertical-align: top;
    background-color: #ccc;
    padding: 0;
    margin: 0;
    font-size: 150%;
}

/*---------Top----------*/
.CatalogTop {
    background-color: #00bfff;
    padding: 0;
    margin: 0;
    font-size: 150%;
    height: 150px;
    background: #fff;
}

#TopHeader {
    background-image: url("https://i.imgur.com/q6ew0bO.png");
    background-repeat: no-repeat;
    background-size: auto 120px;
    background-position: center left;
    height: 150px;
    width: 100%;
    padding: 0;
    max-width: 1300px;
    margin: 0 auto;
}

#Header {
    height: 110px;
    background-image: url('Images/bg-slider.png');
}

.headerimage {
    display: block;
    float: left;
    padding: 1em;
}

/*---------Right----------*/
.CatalogRight {
    float: right;
    width: 20%;
    max-width: 200px;
    display: inline-block;
    vertical-align: top;
    background-color: #ccc;
    padding: 0;
    margin: 0;
    font-size: 150%;
}

/*---------Bottom----------*/
.CatalogBottom {
    background-color: #00bfff;
    padding: 0;
    margin: 0;
    font-size: 150%;
}

/*----------Stuff------------*/
.MidRowHeader {
    text-align: left;
    font-weight: normal;
    border-radius: 4px;
    border: solid 1px #CCC;
    padding-left: 5px;
    box-shadow: 0 1px 3px 1px #ddd;
}

.loadingScreen {
    padding: 0;
    font-size: 150%;
    font-weight: bold;
}

.failScreen {
    padding: 0;
    color: Red;
}

.noDisplay {
    visibility: hidden;
}

.noDisplayInfo {
    display: none;
}

#InactiveEServiceDiv {
    width: 620px;
    display: none;
}

.ProfileEdit {
    width: 200px;
    margin-top: 4px;
}

    .ProfileEdit:focus {
        box-shadow: 0px 0px 3px 2px rgb(170, 170, 255);
    }

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/* daka start */
img {
    border: 0; /* IE 10 fix to remove border */
    vertical-align: middle; /* för att centrera bild-länkar */
}

.mobile-header, .mobile-header-notfixed {
    background: -webkit-linear-gradient(rgb(91,61,184) 0%, rgb(69,45,137) 10%, rgb(69,45,137) 90%, rgb(46,30,91) 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(91,61,184) 0%, rgb(69,45,137) 10%, rgb(69,45,137) 90%, rgb(46,30,91) 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(91,61,184) 0%, rgb(69,45,137) 10%, rgb(69,45,137) 90%, rgb(46,30,91) 100%); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(rgb(91,61,184) 0%, rgb(69,45,137) 10%, rgb(69,45,137) 90%, rgb(46,30,91) 100%); /* IE10+ */
    background: linear-gradient(rgb(91,61,184) 0%, rgb(69,45,137) 10%, rgb(69,45,137) 90%, rgb(46,30,91) 100%); /* Standard syntax (must be last) */
    color: white;
    border: thin solid rgb(34,22,69);
    box-sizing: border-box;
}

.mobile-header, .mobile-header-notfixed {
    -ms-flex-align: center; /* IE 10 fix */
    -webkit-align-items: center; /* Safari fix */
    align-items: center;
    display: -ms-flexbox; /* IE 10 fix */
    display: -webkit-flex; /* Safari fix */
    display: flex;
    height: 50px;
    -ms-flex-pack: justify; /* IE 10 fix */
    -webkit-justify-content: space-between; /* Safari fix */
    justify-content: space-between;
    top: 0;
    width: 100%;
    z-index: 50;
}

.mobile-header {
    position: fixed;
}

.header-title {
    font: normal 1.25em sans-serif-regular, sans-serif;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
}

.header-icon {
    padding: .75em;
    cursor: pointer;
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
}

.title-logo {
    width: 100px;
    height: 27px;
}
/* daka end */
.searchtextbox {
    width: 250px;
    height: 28px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-right: none;
    outline: none;
}

    .searchtextbox::placeholder {
        color: #ccc;
        text-transform: uppercase;
        font-size: 12px;
    }

.searchbutton {
    width: 32px;
    height: 32px;
    background-image: url("Images/search.png");
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #fff;
}

#coSignFrame {
    width: 100%;
    height: 900px;
    border: solid 1px #ccc;
    border-left: none;
    border-right: none;
    padding: 0;
    margin: 0;
    display: block;
}

/* PROFILE TABS */
.tabText {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 120%;
}

#tabs_wrapper {
}

#tabs_container #tabs {
    
    padding-left: 0;
}

#tabs {
    list-style: none;
    background-color: #f7f7f7;
    border:1px solid #ccc;
    border-radius:0.2em;
}

    #tabs li {
        display: inline-block;
        width:auto;
        padding:0;
    }
    
        #tabs li a {
            text-decoration: none;
            padding: 8px 8px 8px 8px;
            border-bottom: none;
            outline: none;
            color: #333; 
            display:block;
        }
        #tabs li:first-child a {
            border-bottom-left-radius: 0.2em;
            border-top-left-radius: 0.2em;
        }

            #tabs li a:hover {
                background: #ddd; 
            }

        #tabs li.active a {
            padding: 8px 8px 8px 8px;
            background-color: rgb(69,45,137);
            color:#fff;
        }

      
        #tabs li a.icon_accept {
            background-image: url(accept.png);
            background-position: 5px;
            background-repeat: no-repeat;
            padding-left: 24px;
        }

            #tabs li a.icon_accept:hover {
                padding-left: 24px;
            }

#tabs_content_container {
    background-color: rgba(0,0,0,0);
    padding: 10px 0;
    border-top: none;
}

.tab_content {
    display: none;
}

/* Child tabs*/
.ChildTabList {
    padding: 0px 0 4px 0;
    margin: 0 0 0 0px;
}

    .ChildTabList li {
        width: 100%;
    }

        .ChildTabList li a {
            padding: 4px 6px;
            text-decoration: none;
            outline: none;
            width: 100%;
        }

            .ChildTabList li a.icon_accept {
                background-image: url(accept.png);
                background-position: 5px;
                background-repeat: no-repeat;
                padding-left: 24px;
            }

                .ChildTabList li a.icon_accept:hover {
                    padding-left: 24px;
                }


@media only screen and (max-width: 650px) {
    .vTabsContainer {
        flex-direction: column;
        order: 0;
    }

    .vTabListContainer {
        width: 100% !important;
        margin-top: 25px;
    }
}
/* Container for vertical tabs. Encloses tab list and panels*/
.vTabsContainer {
    display: flex;
}
/* contains list of vertical tabs*/
.vTabListContainer {
    width: 40%;
    float: right;
    display: block;
    order: 2;
}

/* Contains all tab panels*/
.vTabsContentContainer {
    border-top: none;
    width: 600px;
    display: block;
}
/* Contains all tab panels*/
.vTabsContentPanel {
    display: none;
}

/* Child tabs*/
/*
#child_tabs {

    padding: 0px 0 4px 0;
    margin: 0 0 0 0px;
}

#child_tabs li {
    width:100%;
     background-color: #fff;
}
#child_tabs li a {
    border: 0px solid #ccc;
    padding: 4px 6px;
    text-decoration: none;
   

    outline: none;
  width:100%;
}
#child_tabs li :hover {
    background-color: #dddddd;
    padding: 4px 6px;width:100%;
}
    */
#child_tabs li.active  {
    border-bottom: 1px solid #fff;
    background-color: #eeeeee;

    border-bottom: none;width:100%;
}

#realEstate_tabs li.active {
    border-bottom: 1px solid #fff;
    background-color: #eeeeee;
    border-bottom: none;
    width: 100%;
}
/*
#child_tabs li.active :hover {
    background-color: #eeeeee;
   
    border-bottom: none;width:100%;
}
 
#child_tabs li a.icon_accept {
    background-image: url(accept.png);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 24px;
}
#child_tabs li a.icon_accept:hover {
    padding-left: 24px;
}*/
/*
#child_tabs_content_container {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    width: 750px;
    height:380px;

     display:block;
  
}*/
/*
#child_tabs_container
{
    width:200px;
    height:400px;
    float:left;
    border-right: 1px solid #ccc;
    display:block;
}
*/
.child_tab_content {
    display: none;
}

.CaseTable2 {
	text-align: left;
	margin: 0;
	padding-left: 10px;
	border-spacing: 0;
}

    .CaseTable2 th {
        text-align: left;
        font-size: 1.0em;
        font-weight: 600;
        background-color: RGB(235,235,235); /*Mediumgrey*/
        padding: 7px 0px 7px 7px;
    }

    .CaseTable2 tr td {
        padding: 5px 0px 5px 0px;
        color: rgb(85,85,85); /*Grey*/
    }

#menuToggle {
	display: none;
	background-image: url('Images/hamburger_white.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #333;
	width: 20px;
	height: 30px;
	cursor: pointer;
}

@media only screen and (max-width: 700px) {

    #menuToggle {
        display: block;
        padding: 10px 20px;
    }

    #MenuContainer {
        z-index: 100;
        width: 100%
    }

    .MenuItem {
        border-bottom: 1px solid #485b6e; /*Huvudfärg-Ljus*/
    }

    .MenuList li {
        display: none;
        width: 100%;
    }

    .MenuList .MenuItem a {
        width: 100% !important;
    }

    .MenuList li ul li {
        display: block;
    }

    .MenuItemSelected {
        display: none;
        background: #b1ab7c; /*Sekundärfärg*/
        width: 100%;
    }

    #LoginLi {
        background-color: #555; /*Huvudfärg*/
    }

        #LoginLi:hover {
            background-color: #333; /*Sekundärfärg*/
        }

    #ContFrame {
    }
}

.menuactive {
    display: block !important;
}

.datafield {
    border: 1px solid #ccc;
    padding: 6px;
    outline: none;
    background-color: #fff;
}

    .datafield:disabled {
        color: #bbb;
    }

#form1 {
    background-color: #fff;
}

.fixedmenu {
    position: fixed;
    top: 0;
    width: 100%
}

.stickycontra {
    margin-top: 50px !important;
}

#CreateNotePanel {
	display: none;
}


/*-------------------Menu------------------------*/

.MenuItemSelected {
    background-color: #333 /*Sekundärfärg*/;
}

.MenuList > li:hover {
    background-color: #333; /*Sekundärfärg*/
}

.MenuList {
	background-color: #2C7F9A;
}

.undermeny {
    display: none;
    -webkit-padding-start: 0px;
    padding-left:0px;
    margin-left: 0px;
}

#DropLi {
    float: right;
    margin-right: 105px;
    padding-left:0px;
}

    #DropLi :hover {
        background-color:#333;
		cursor: pointer;
    }

.undermeny.active {
	display: block;
	position: absolute;
}

.MenuList li ul {
    background: #333;
    list-style-type: none;
}

    .MenuList li ul li a {
        line-height: 60px;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
    }

    .MenuList li ul li {
        padding-left: 20px;
        padding-right: 20px;
    }

        .MenuList li ul li:hover {
            background: #111;
        }
/*------------------------------------------------*/

/*-------------------Dialog-----------------------*/

.ui-dialog {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

/*------------------------------------------------*/

@media only screen and (max-width: 700px) {

    .MenuItem {
        border: none;
        width: 100%;
    }

    .MenuList li {
        background-color:#555;
        padding: 0;
        display: none;
    }

        .MenuList li a {
            margin-left: 20px;
        }

    .MenuList .MenuItem a {
        width: 100% !important;
    }

    .undermeny {
        width: 100%;
        display: block;
        position: absolute;
        background: #333;
        margin-left: 0px;
    }

    .MenuList li ul li {
        padding: 0;
        width: 100%;
        background-color: #555;
    }

        .MenuList li ul li:hover {
            background-color: #333;
        }

        .MenuList li ul li a {
            margin-left: 20px;
        }

    #DisplayName {
        display: none;
    }

    #DropLi {
        float: right;
        margin-right: 0px;
    }

    #LoginSpan {
        padding-left: 0;
        display:none;
    }
}

#MainContent {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 650px) {
	#MainContent {
		padding-left: 5px;
		padding-right: 5px;
	}
}


#menuToggle {
	background-image: url('Images/hamburger_white.png');
}

#TopHeader {
	background-image: url("https://i.imgur.com/q6ew0bO.png");
}

.categoryholder {
	max-width: 700px;
}

.categoryoutercontainer {
	background-color: #fff; /*Huvudfärg*/
	color: #333;
}

.categoryheader img {
	width: 70px;
	padding-right: 10px;
}

.categoryoutercontainer .categoryinnercontainer {
	background: #fff;
}

	.categoryoutercontainer .categoryinnercontainer:first-child {
		border-top: 1px solid #ccc;
	}

	.categoryoutercontainer .categoryinnercontainer .categoryoutercontainer {
		background: #fff;
	}

		.categoryoutercontainer .categoryinnercontainer .categoryoutercontainer .categoryheader {
			background-image: url('Images/new-arrowup-white.png');
		}

		.categoryoutercontainer .categoryinnercontainer .categoryoutercontainer .collapsed {
			background-image: url('Images/new-arrowdown-white.png');
		}

.ContentDiv .categoryheader.collapsed {
	background-image: url('Images/new-arrowdown-white.png');
}

.ContentDiv .categoryheader {
	background-image: url('Images/new-arrowup-white.png');
}



.case-details-field-header {
	float: left;
	margin-right: 5px;
}

#CaseDetails {
	margin-bottom:0.5em;
}


.CategoryBoxContainer {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 700px; /*maxbredd på container*/
	justify-content: center;
}

	.CategoryBoxContainer > .CategoryBox {
		background: grey; /*Bakgrund kategoribox*/
		border-radius: 4px;
		width: 200px;
		height: 200px;
		margin: 10px;
		text-align: center;
		position: relative;
	}

.CategoryImgHolder {
	background: grey;
	/*bildstorlek*/
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 4px;
}

.CategoryBox .Categoryh2 {
	margin: 0;
	/*margin-bottom:75px;  För uppflyttad kategoritext*/
	background: #2C7F9A; /*bakgrundsfärg kategoritext*/
	color: white;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 1.2em;
	border-radius: 0 0 4px 4px;
}

.case-details-header {
	background: #ededed;
    border:1px solid #ccc;
    border-radius:0.2em;
	color: #333;
    margin-bottom:0.5em;
	padding: 8px;
}

.case-details-field-header {
	float: left;
	margin-right: 10px;
}

#CaseDetails {
	margin-bottom: 20px;
	margin-top: 10px;
}

#UpdatePanel1 {
	margin-bottom: 10px;
}
    #UpdatePanel1 > div, select {
        margin-bottom: 0.5em;
        border: 1px solid #ccc;
        padding: 0.4em;
        border-radius: 0.2em
    }

/*BOOKING*/

#BookingTable tr {
	padding: .35em;
	border-radius: 2px;
}

	#BookingTable tr:hover {
		/*background-color: #fffefb;*/
		cursor: pointer;
	}

#BookingTable .booking-inner-header {
	width: 100%;
	display: table-row;
}

#BookingTable .Booking-table-header:hover {
	/*background-color: #cdcdcd;*/
	cursor: default;
}

#BookingTable .hide-always,
#BookingTable .mobile-only {
	display: none;
}



.booking-row-inactive {
	display: none;
}

.booking-inner-header {
	display: block;
	background-color: #fff;
	padding: 0 !important;
}

#BookingTable .reservation-cancelled {
	display: none !important;
}

.reservation-group-collapsed {
	background-image: url(Images/new-arrowdown-grey.png);
	background-repeat: no-repeat;
	height: 0px;
	width: 0px;
	padding: 10px;
	margin-right: 4px;
}

.reservation-group {
	background-image: url(Images/new-arrowup-grey.png);
	background-repeat: no-repeat;
	height: 0px;
	width: 0px;
	padding: 10px;
	margin-right: 4px;
}


.booking-row-active {
	background-color: #fffae7;
}

.booking-spacer-row {
	background: #fff;
	border: 0;
	height: 45px;
	display: none;
}

@media screen and (max-width: 600px) {

	#BookingTable {
		border-collapse: collapse
	}

		#BookingTable .Booking-table-header {
			display: none;
		}

		#BookingTable tr {
			margin-bottom: 25px;
			border: 1px solid #ccc;
			border-radius: 2px;
		}

		#BookingTable td {
			border-bottom: 1px solid #ddd;
			display: block;
			text-align: right;
			padding: 8px;
		}

		#BookingTable tr .booking-title {
			text-align: left;
		}

		#BookingTable td:last-child {
			border-bottom: 0;
		}

		#BookingTable .mobile-only.header-name {
			float: left;
		}

		#BookingTable .mobile-only {
			display: block;
		}

		#BookingTable .hide-always,
		#BookingTable .desktop-only {
			display: none;
		}

		#BookingTable tr .mobile-left-aligned {
			text-align: left;
		}

	.booking-spacer-row {
		display: table-row;
	}

	.reservation-group-collapsed {
		background-position: right center;
	}

	.reservation-group {
		background-position: right center;
	}

	#BookingTable tr .hide-cell-in-mobile {
		display: none;
	}

    .ui-dialog {
        width: 100% !important;
        box-sizing: border-box;
    }
}

/*END BOOKING*/

/*--------------------------------*/
/* Profiles Window */

.fullscreen-window {
	background-color: whitesmoke;
	display: flex;
	flex-direction: column;
	position: fixed;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.fullscreen-window-header {
	background-color: rgb(69, 45, 137); /* primary color */
	height: 50px;
	min-height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: thin solid rgb(49, 27, 111); /* primary color, lum 17% */
	color: white;
	box-sizing: border-box;
}

.fullscreen-window-body {
	flex-grow: 1;
}

.fullscreen-window-footer {
	align-items: center;
	background-color: rgb(69, 45, 137); /* primary color */
	border: thin solid rgb(49, 27, 111); /* primary color, lum 17% */
	box-sizing: border-box;
	color: white;
	display: flex;
	height: 50px;
	justify-content: center;
	min-height: 50px;
}

.window-background {
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.window {
	position: fixed;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 0px 18px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}

.window-header {
	background-color: #ededed; /* primary color */
	height: 50px;
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #ccc;
}

.window-header-title {
	font-size: 20px;
	color: #333;
}

.window-footer {
	background-color: #ededed; /* primary color */
	height: 50px;
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top: 1px solid #ccc;
}

.window-body {
	background-color: white;
	overflow: auto;
	padding: 10px;
	flex-grow: 1;
}

.profiles-table {
	width: 100%;
	text-align: left;
	margin: 0;
	padding:0;
}

.profiles-table tr:hover {
	background-color: #FAFAFA;
	cursor:pointer;
}
	.profiles-table tbody > tr:first-child th {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		background-color: #ededed;
		color: #333;
	}

.profiles-table th {
	text-align: left;
	font-size: 1.0em;
	font-weight: 600;
	padding: 7px 0px 7px 7px;
}

.profiles-table tr td {
	padding: 8px 0px 8px 8px;
	color: rgb(85,85,85); /*Grey*/
}

.profiles-selected-row {
	background-color: #ededed;
}

.profiles-table a {
	text-decoration: none;
}

.profiles-table a:hover {
}

.profiles-table-label {
	width: 130px;
	font-weight: 500;
	vertical-align: top;
	text-align: left;
}

.profiles-delete-button {
	width: 32px;
	height: 32px;
	background-image: url("Images/delete.png");
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
	border: 1px solid #ccc;
	cursor: pointer;
	background-color: #fff;
}

.profiles-message-panel {
	min-width: 150px;
	color: black;
	background-color: white;
	padding: 10px;
	font-size: 110%;
	font-weight: bold;
	/*text-align: center;*/
	border: 1px solid #888;
	border-radius: 3px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
}

/* END Profiles Window */
/*--------------------------------*/

.menu-item-image {
	width: 16px;
	height: 16px;
	padding-right: 4px;
}

.menu-item {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
#header_container {
    display: flex;
    justify-content: space-between;

}
