
/************************************
Tillägg för hitta till oss filtrering 
************************************/

.filteroffice #template-search legend {
	display: block;
}
.filteroffice #template-search {
    padding: 15px 15px 25px 15px;
}
.filteroffice #template-search-input {
    border-right: 0;
}
.filteroffice #template-search button {
	font-weight: 600;
}
.filteroffice #template-search button:hover {
	border-color:#808080;
   background-color:#d9d9d9;
}
#template-search-btn:focus, 
.template-errand-expand:focus,
.template-office-expand:focus{
    outline: 1px dotted #000;
}
.template-search-checkbox {
    margin-right: 35px;
    margin-top: 10px;
}
.filteroffice .template-hidden {
   display: none;
}
.filteroffice .template-office-expand,
.filteroffice .template-errand-expand {
   cursor: pointer;
   padding-top: 10px;
}  
.checkbox-label {
   margin-bottom: 0 !important;
   border-bottom: 1px solid #808080;
}
.checkbox-label label input[type='checkbox']:focus {
   outline: -webkit-focus-ring-color auto 5px !important;
}
.checkbox-label label {
	font-weight: normal !important;
   line-height: 1.6;
   display: inline-block;
   width: 100%;
   width: calc(100% - 24px);
   width: webkit-calc(100% - 24px);
   width: moz-calc(100% - 24px);
   padding: 7px 12px;
}
.checkbox-label label:hover {
    cursor: pointer;
}
.checkbox-label input {
	margin-right: 8px;
}
.template-search-checkbox ul {
   border-top: 1px solid #808080;
   list-style-type: none;    
   margin: 20px 0 0 10px;
}
.filteroffice #blankettLista {
	margin-top: 0 !important;
}
.filteroffice #blankettLista .template {
	margin-bottom: 0 !important;
   padding-bottom: 0 !important;
   position: relative;
}
.filteroffice #blankettLista .template a {
   padding-left: 10px;
   padding-bottom: 20px;
   padding-top: 5px;
}
.filteroffice #blankettLista .template::before {
   font-family: 'Font Awesome 6 Pro';
   content: '\f105';
   font-size: 50px;
   position: absolute;
   top: 50%;
   left: 95%;
   margin-top: -25px;
}
.filteroffice #blankettLista ul {
   margin: 0 !important;
   padding: 0 !important;
}
.filteroffice #blankettLista ul li {
   margin-bottom: 0 !important;
}
.filteroffice #blankettLista .marked {
   color: #000;
   background-color: #dfcedb;
   padding: 1px 2px;
   text-decoration: underline;
}
.template-link {
	text-decoration: none;
	display: block;
}
.template-link:hover {
	background-color: #e6e6e6;
}
.template-link:hover h2 {
   text-decoration: underline;
}
.filteroffice #blankettLista .template p.templateInfo {
    width: 92%;
}
.template-header-bold {
   font-size: 120%;
	font-weight: bold;
	margin-top: 0 !important;
   margin-bottom: 0 !important;
   padding-top: 15px;
}
.template-arrow {
    position: absolute;
    display: inline-block;
    width: 95%;
}
.template-arrow i {
    position: relative;
    top: -65px;
    left: 95%;
    font-size: 50px;
}
/*@media (min-width: 768px) {
	.template-search-checkbox ul {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
   }
}*/


/*****************************************
Tillägg för hitta till oss filtrering slut
*****************************************/

/************************************
Tillägg för post- och faxadresser filtrering 
************************************/
.template-search-post {
	background: none !important;
   border-radius: 0 !important;
   border: 0 !important;
   margin-bottom: 0 !important;
   box-shadow: none !important;
   padding: 15px 0 25px 0 !important;
}
.filterpost #template-search #search-label {
   left: 8px !important;
}
.filterpost #template-search button {
   right: 0 !important;
}
.filterpost #blankettLista .template div {
   padding-left: 10px;
   padding-bottom: 20px;
   padding-top: 5px;
}
.filterpost #blankettLista .template::before {
   content: none;
}
.filterpost .template-header-bold {
   margin: 0 !important;
   padding-bottom: 5px !important;
}
.filterpost .adress {
    margin-top: 0 !important;
}  

/************************************
Tillägg för post- och faxadresser filtrering slut
************************************/


/********************************
SAMLINGSSIDA FÖR BLANKETTER START
*********************************/
body.modal-open{
    overflow: hidden;
    position: relative;
}
div.modal{
    position: fixed;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    margin: 0px;
    width: auto;
    background: transparent;
    overflow-y: scroll;
}
.modal-dialog{
    position: relative;
    width: auto;
    margin: 10px;
    top: 180px;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal-content{
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
   clear:both;
}


.modal-content > .modal-footer {overflow:auto}
.modal-content > .modal-footer > .btn {float:right}
.modal-body{
    position: relative;
    padding: 15px;
    max-height: 100%;
    
}
.modal-body h2{
    margin-top: 0px;
}
#myModal.modal.fade.in{
    top: 10px;
    padding-top: 20px;
}


#myModal .modal-header .close{
   
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    background: linear-gradient(to bottom, #fff 10%, #f1f1f1 100%);
    border-radius: 4px;
    border: 1px solid #bbbbbb;
    margin: 10px;
}
#myModal .modal-header .close:hover{
    background: #ddd;
    cursor: pointer;
}
.modal.fade{
    box-sizing: border-box;
}
#blankettLista ul { list-style-type: none; padding-left: 15px; }

ul.blankettListaN1 { margin: 0; padding: 0; }
ul.subfolder { padding-left: 0px; }

ul.blankettListaN1 li div.folder {
//background: #fff;
//border: 1px solid #ccc;
    margin-top: 5px;
    box-sizing: border-box;
}

ul.blankettListaN1 li span.folderHeader {
//font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 5px;
//background: #f9f9f9;
    cursor: pointer;
}

ul.blankettListaN1 li span.folderHeader.unfolded {
//border-bottom: 1px solid #ccc;
}


ul.blankettListaN1 li div.folderContent {
    overflow: hidden;
    height: 0px;
    box-sizing: border-box;
    transition: height 0.6s;

}

ul.blankettListaN1 li div.folderContent.unfolded {

}

ul.blankettListaN1 li span.folderHeader:before {
    content: "\f067";
    font-size: 12px;
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-right: 5px;
}

ul.blankettListaN1 li span.folderHeader.unfolded:before {
    content: "\f068";
}

.fileContent:nth-child(even) {
    background: #f9f9f9;
    font-size: 14px;
}

.fileContent {
    padding: 3px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
}

.fileContent a {
    text-decoration: none;
    font-size: 13px;
    color: #0066cc;
}
#template-search{
    background: #fafafa;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #d1d1d1;
    position: relative;
    margin-bottom: 15px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}
#template-search fieldset{
    margin-top: 15px;
}
#template-search fieldset i{
    margin-right: 5px;

}
#template-search #template-search-input{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 27px;
}
#template-search #search-label{
    position: absolute;
    top: 24px;
    left: 24px;
    opacity: 0.6;
}
#template-search legend{
    display: inline-block;
}
#template-search select{
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    margin-right: 15px;
}
#template-search button{
    position: absolute;
    right: 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 10px 25px;
    top: 15px;
    border: 1px solid #808080;
}
#template-search button:hover{
    cursor: pointer;
}
#blankettLista{
    margin-top: 15px;
}

#blankettLista .template{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #808080;
    transition: all .3s;
}
#blankettLista .template a{
    color: #333;
    text-decoration: none;
}
#blankettLista .template a.template-header{
    font-size: 120%;
}
#blankettLista .template p.templateInfo{
    margin-top: 5px;
}
#blankettLista .link-cat{
    margin-top: 10px;
}
#blankettLista .link-cat span{
    margin-right: 15px;
    font-size: 12px;
    color: #505050;
}
#SearchResults{
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
}
#SearchResults h3{
    margin: 0px;
}
#order-form{
    overflow: hidden;
}
#order-form fieldset{
    margin-top: 15px;
}
#order-form fieldset#send-to{
    margin-top: 25px;
}
#order-form legend{
    margin-bottom: 7px;
}
#order-form label{
    font-size: 14px;
    vertical-align: middle;
}
#order-form input[type=text]{
    width: 100%;
    margin-right: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
#order-form input[type=text].error{
    background: #ffe2e2;
}
#order-form input[type=submit]{
    float: right;
    padding: 6px 20px;
    font-size: 14px;
    margin-top: 15px;
}
#order-form .form-gray{
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    margin-top: 5px;
}
#order-form .form-info .ahjalpfunktioner {
    color: #333;
    margin: 5px 0px;
    font-size: 14px;
    margin-bottom: 10px;
}
#order-form .form-info .ahjalpfunktioner a:visited,
#order-form .form-info .ahjalpfunktioner a:link{
    color: #0066cc;
}
#order-form textarea{
    min-width: 100%;
    box-sizing: border-box;
    min-height: 70px;
    resize: none;
}
#order-form input[type=submit]{
    display: none;
}
#order-form input[type=text]:focus, #order-form textarea:focus{
    border-color: rgba(82,168,236,0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);
}
.modal-footer{
    background: #fff;
    border-top-color: #bbb;
}
.modal .modal-footer button {
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 2px;
    background: linear-gradient(to bottom, #fff 10%, #f5f5f5 100%);
    border: 1px solid #bbb;
    color: #555;
}
.modal .modal-footer button:hover{
    background: #fff;
}
.modal .modal-footer button#order-form-send-btn{
    background: linear-gradient(to bottom, #8a316e 10%, #7d1a5d 100%);
    border: 1px solid #7d1a5d;
    color: #fff;
    box-shadow: inset 0px 1px 0px 0px #a45f8e;
    margin-left: 20px;
}
.modal .modal-footer button#order-form-send-btn:hover{
    background: #7d1a5d;
}
.modal #search-loading-bar{
    position: absolute;
    top: 50%;
    z-index: 9999;
    left: 50%;
    margin-left: -16px;
}
#blankettLista .template .order-pop{
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
}
#blankettLista .template .order-pop a{
    margin-right: 25px;
    color: #0066cc;
}
#blankettLista .template .order-pop a:hover{
    text-decoration: underline;
}
#blankettLista .template .order-pop i{
    margin-right: 4px;
    color: #333;
    font-size: 14px;
}

@media (min-width: 768px) {
    div.modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}
@media only screen and (max-width: 767px) {
    div.modal-dialog{
        position: relative;
        width: auto;
        margin: 10px;
        top: 210px;
    }
    ul.startmenu-leftnav {
        max-width: none !important;
    }

    .startpage-features-wrapper .sv-column-4:nth-child(1) .startpage-featured-shortcut {
        margin-right: 0px;
    }
    .startpage-features-wrapper .sv-column-4:nth-child(2) .startpage-featured-shortcut {
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        border-left: none;
        border-right: none;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .startpage-features-wrapper .sv-column-4:nth-child(3) .startpage-featured-shortcut {
        margin-left: 0px;
    }

}
/*******************************
SAMLINGSSIDA FÖR BLANKETTER SLUT
********************************/
