/* Minification failed. Returning unminified contents.
(2422,1): run-time error CSS1019: Unexpected token, found '@import'
(2422,9): run-time error CSS1019: Unexpected token, found 'url("https://fast.fonts.net/t/1.css?apiType=css&projectid=fa95f136-fb9e-4ad0-b901-31aade6435b8")'
(2744,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2745,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2754,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2755,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
.eidLogin #login_box {
    background-color: #fff;
}
.eidLogin #login_logo {
    background:none;
    background-color:#FFF;
    width:209px;
}
body.eidLogin  {
    background-image: none;
    background-color: #F7F7F7;
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust:100%;
    /* Font variant */
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
/*IE specific fixing text cut off*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
    .html {
        text-shadow: none;
    }
}

label {
    font-weight: 600;
}

.normalWeightedLabels label {
    font-weight: inherit;
}


body {
    margin: 0;
    font-family: "roboto",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.cursorPointer {
    cursor: pointer;
}

.noSelect {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}


.horizontal-padding {
    padding-left:10px;
    padding-right:10px;    
}

.vertical-padding {
    padding-top:10px;
    padding-bottom:10px;    
}

 .form-horizontal .control-label {
    text-align: left;
}
.form-horizontal .control-label-right {
    text-align: right;
}
@media (max-width: 769px) {
  .form-horizontal .control-label-right {
    text-align: left;
  }
}

.tight .input-append.datepicker {
  margin-bottom: -2px;
}
.tight .form-group {
  margin-bottom: 2px;
}

.tight .form-control {
  margin-bottom: 2px;
}

.clearFix {
    clear: both;
    line-height: 0;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}


.text-overflow-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.accordionCustomHeading {
    display:inline-block;
    overflow-x: hidden;
    white-space: nowrap;
    max-width: 80%;
    text-overflow: ellipsis;    
}

.dynamicHeightAccordionHeadings .panel-heading {
    overflow:   auto;
    height:     1%;
    margin:     0 auto;
}

.no-bottom-margin .panel-group{
    margin-bottom: 0px;
}

.overlay
{
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:fixed;
    top: 0px;
    left: 0px;
}

.authentication-signup-flow .loadingContainer,
#routeContent .loadingContainer
{
    position: fixed;
    left: 48%;
    top: 45%;
    z-index: 1000;
    border-radius:5px;
    height: 92px;
    width: 92px;     
}
.loading {
    display: block;
}


.error-text 
{
    font-weight:bold;
}

.menu_item .icon {
  margin-left: auto;
  margin-right: auto;    
  background-position : 8px 2px;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;      
}


.fileinput-button 
{
    position: relative;
    overflow: hidden;
}

.fileinput-button input 
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.uploadFileButton .multi .btn.fileinput-button     {
    position:absolute;
    bottom:10%;
}

.uploadFileButton .multi .fileUploadDropTarget {
    width:100%;
    height:128px;
}


.fileUploadDropTarget {
    padding: 19px;
    display: inline-block;   
}

.fileDragInProgress .fileUploadDropTarget {
    border:4px #ababab dashed;
    background-color:#ececec;
}

.tiny-text, .tiny-text > a {
    font-size: 12px;
    line-height: 15px;
}

.outline-for-visibility {
    outline: 4px red dotted;
    outline-offset: 10px;
    outline-style: dashed;
}

p span.outline-for-visibility {
    outline-offset: 6px;
    display:inline-block;
}

#processFormComments {
    position:fixed;
    max-height: 70%;
    right:0px;
    width:90%;
    z-index: 3;    
}
.miqOverLay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.3);
    cursor: pointer;
    overflow-y: hidden;
    z-index: 2;
}

#processFormListTypeIcon {
    display:inline-block;
    margin-left: 10px;
    margin-right: -10px;    
}


.listing_top_icon_refresh_active {
    -webkit-animation: webKitRotatePlay .7s steps(10) infinite;
    -ms-animation: msRotatePlay .7s steps(10) infinite;
    -moz-animation: mozRotatePlay .7s steps(10) infinite;
    animation: rotatePlay .7s steps(10) infinite;
}

@-webkit-keyframes webKitRotatePlay { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } }
@-ms-keyframes msRotatePlay { from { -ms-transform: rotate(0deg); } to { -ms-transform: rotate(360deg); } }
@-moz-keyframes mozRotatePlay { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); } }
@keyframes rotatePlay { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }


.toned-down {
    font-weight:normal; 
}


ol, ul {
    list-style: none outside none;
}

    .arrow-up {
        width: 0; 
        height: 0; 
        position: absolute;
        top: -8px;
        left: 52%;
    }
    

/* ng-grid */

.rightAlignedHeader 
{
    text-align: right;
}

.fieldHelp {    
    border-bottom: 0px solid transparent;
    border-right-width:24px;
    border-right-style:solid;    
    border-top: 24px solid transparent;
    height: 0px;
    position: absolute;
    width: 0px;
    cursor: pointer;
    z-index:2;
    right: 3px;
    bottom: -1px;    
}

.input-append .fieldHelp {
    right: 0px;    
    bottom: 0px;    
}

.input-append.datepicker input {
    max-width:128px;    
}

.form-horizontal .control-group {
    margin-bottom: 5px;
    margin-top: 2px;
}

.multiSelect li.active:hover {
    text-decoration:underline;  
}

.uploadedFileItem {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 3px 0px;
    max-width: none !important;
    font-size: 13px;
}

.removeButtonCustom{
    border-width:1px;
    border-style:solid;
    width: auto;
    height: 23px;
    float: right;
    padding: 4px 8px 0px;
    border-radius: 1px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    margin-top: -5px !important;
}

.notificationBadge,
.filesUploadedCounter {
   position: absolute;
    top: 3px;
    right: 10px;
    padding: 0px 3px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    border-width:1px;
    border-style:solid;
}

.notificationBadge.tasklist {
    color:#FFF!important;
    top: 12px;
    right:20px;
    line-height: 20px;
    border:0px;
}

.modal-body ul li  {
    border-left: 0 !important;    
}

.modal-header button {
    height: 20px !important;
    width: 20px !important;
    padding-left: 0 !important;    
}


/* MODAL CONTAINER - EMAIL */

.modal-body ul .emailListItem {
    overflow: hidden;
    border-bottom-width:1px;
    border-top-width:1px;
    border-style:solid;    
    padding: 15px 0 0 0;
    padding-bottom: 10px;
    background: url('/content/img/motioniq/mail.png') no-repeat 15px 24px #fff;
    padding: 15px 20px 20px 20px;
}


.emailListItem_expanded {
    height: auto !important;    
}

.modalListHeader {
    min-width: 95px;  
}

.modalListValue {
    font-weight: bold;
    margin-left: 55px;
}

.messageRecipientContainer {
  margin-top: 7px;
  margin-left: 55px;
  height: 25px;
  max-width: 625px;
  overflow: hidden;
  float: left;
  cursor: pointer;
}

.recipientHeader {
    margin-top: 3px;
    font-weight: bold;    
    float: left;
}

.recipientItem {
  padding: 1px 2px;
  border-width:1px;
  border-style:solid;
  margin: 0px 5px 5px 5px;    
}

.messageRecipientContainer_showAll .recipientItem {
   margin-left: 31px;
   margin-top: 4px;
}

.messageRecipientContainer_showAll .recipientItem_0 {
   margin-left: 5px !important;
}


.showMoreRecipients {
  display: inline;
  position: relative;
  top: 7px;
  font-style: normal;
  cursor: pointer;
}

.messageRecipientContainer_showAll {
  width: 300px;
  max-height: 220px;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.modalListMsgBtn {
    margin-left: 15px;
}

.messageStatusBtn {
    padding: 3px 4px;
    font-size: 13px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}


.messageStatusBtn_8 {/*Everything is ok!*/
    visibility: hidden;    
}

/* Email attachments */

.attachmentsContainer {
    height: 40px;
}

.attachmentsContainer_showAll {
    height: auto;
}

.attachmentsContainer {
    margin-left: 50px;
    margin-top: 2px;    
}

.messageAttachmentsIcon {
  background : url('/content/img/motioniq/clip.svg') no-repeat;
  float: left;
  background-size: 19px;
  padding: 0 0 0 25px;
  margin-left: 55px;
  width: 150px;
  cursor: pointer;
}

.messageAttachmentsIcon:hover {
    text-decoration: underline;    
}

.messageAttachments {
    padding: 3px;
}

/* END Email attachments*/
    
.modalListShowMore{
    margin-top: 7px;
    cursor: pointer;
}

.modalListShowMore:hover{
    text-decoration: underline;
}

.modalListMinor{
    font-size: 13px;
}

.emailListBodyContent {
    display: none;    
}

/* GRID CONTEXT MENU */

.gridContextMenu > .dropdown-menu {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
}

.gridContextMenu > .dropdown-menu > li:hover,
.gridContextMenu > .dropdown-menu > li:focus {
    background: none !important;
}

.context-menu-instructions {
    padding: 5px 10px 4px 10px;
    border-style:solid;
    border-width:1px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: -5px;
}

.carousel-inner > .item {
    padding-top:40px;           /* Make room foor carousel controls */
    padding-bottom:55px;        /* Make room foor carousel caption */
}

.carousel {
    margin-bottom:0px;
}

select {
    height: auto;
}

.json-formatter-row .string {
    white-space: inherit;
}

.currentAndAvailableValuesSelectionButtonPanel {
    text-align: center;
    height: 64px;
    margin-top: 24px;
    margin-bottom: 24px;
    width:128px;
    margin-left: auto;
    margin-right: auto;
}

h2.rowHeading {
    padding-left: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px;    
}

.sectionPanel {
    margin-bottom: 5px;
    padding-bottom:10px;
}

.centerContentContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .centerContentContainer {
        display: block;
    }
}

.centerContent {
    white-space: nowrap;
    text-align: center;
}


#printablePDF .page-break-before-always {
    page-break-before: always;
}


input[type="text"].plainText,
input[type="text"]:focus.plainText {
    border:0;
    background-color: transparent;
    box-shadow:none;
}

.miqTimePeriodNavigator .display {
    display:inline-block;
}

.miqTimespanPicker .input-timeline {
    width: 100%;
}

.miqTimespanPicker .input-timeline input {
    width: 18em;
}

@media (min-width: 992px) {
  .currentAndAvailableValuesSelectionButtonPanel {
        margin-top: 132px;
  }
}

.miq-checkbox-group-optionIsHovered {
    background-color:#ebebeb;
    color:black;
}

.miq-checkbox-group {
    margin-top:1em;
}

.miq-vertical-formgroup-nolabel {
    color: rgba(0, 0, 0, 0.0);
}

.form-group div.intl-tel-input {
    display:block;
    max-width:191px;
}

.active {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* ngIf animation */
.animationIf.ng-enter,
.animationIf.ng-leave {
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -ms-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
  opacity: 0;
}
.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
  opacity: 1;
}


.eidLoginAwaitFullscreenUI {
    min-height:256px;
}

/*Buttons*/
.btn {
    padding: 0.3em 0.7em 0.5em 0.7em;
    display: inline-block;
    font-size: 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:0;
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; font-weight: 700; margin: 0px 0px 5px 0px; 
}

.btn-link {
    font-weight:normal;
 }
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
    text-decoration:underline;
 }
.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled:active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:active {
    text-decoration:none;
}

.btn.miq-focused,
.btn:focus {
    border:3px solid black;    
}


.btn-narrow {
    padding:5px 10px 5px 10px;    
}

.btn_close_popup {
    float: right;
    cursor:pointer;
    width: 23px;
    height: 23px;
    display: block;
    background: url(/Content/img/inthecold/btn-close-popup.jpg);
}

.btn_no_chrome {
    background:none;
    border:none;
}

.btn.align-to-vertical-input {
    margin-top:16px;
}

.dropdown-menu .btn 
{
    padding: 5px 10px;
}

.formgroup-post-icon-container  button.btn {
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    z-index: 4;
    height: 24px;
    width: 36px;
    margin-top:2px;
    bottom:10px;
    right: 21px;
}

.formgroup-post-icon-container  button:focus .icon{
    margin-top:-2px;
}

.btn.removeRowButton {
    width: 96%;
    height: 92%;
    padding: 3px 5px 4px;
}

.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

/*
_____   _____  ____   ____    ___   _   _  ____  ___ __     __ _____
|  _ \ | ____|/ ___| |  _ \  / _ \ | \ | |/ ___||_ _|\ \   / /| ____|
| |_) ||  _|  \___ \ | |_) || | | ||  \| |\___ \ | |  \ \ / / |  _|  
|  _ < | |___  ___) ||  __/ | |_| || |\  | ___) || |   \ V /  | |___ 
|_| \_\|_____||____/ |_|     \___/ |_| \_||____/|___|   \_/   |_____|

*/

/*EVERYTHING FROM IPAD AND DOWN*/
@media only screen and (max-width: 999px) {
    /*---------------------------*/
    #homeLogoArea {
        height: 99%;
        width: 76px;
    }

    #homeLogo {
        margin:0px;
        margin: 0px;
        position: absolute;
        top: 10px;
        left: 20px;
        width: 30px;
        padding: 20px;        
    }
    
    #processStackContainer {
        width:100%;
        top:61px;
        left:0px;
    }
    
    #processStackContainer.ng-hide {
        top:-1024px;
    }
    
	#nav {
	    max-width: 100% !important;
        width: 100% !important;
	    max-height: 61px;
	    overflow: hidden;
	}
    .minimalUI #nav {
        max-height:0px;
    }
	
	.menu_item {
	    display: block;
	    border: 0;
	    margin: 0 auto;
	    padding: 13px 25px 13px 10px;
	    width: 35px;
	}
	
	.menu_item p {display: none;}
	.menu_item span {margin: 0 auto;}

	#nav_menu_holder {
	    text-align: center;
	    display: inline;
	}
	
	#nav_menu_holder > li {
	    display: inline-block;
	    width: 95px;
	}
	
	#topbar_container {
	    width: 100% !important;
	    margin: 61px 0px 0px 0px;
	}
	
    #search_box {
	    margin-left: 15px;
	    width: 50%;
    }


	.hide_on_mobile,#nav_footer,#show_programmer_controls,#nav_notification {display: none !important;}
	.hide_on_ipad {display: none !important;}
	

    #routeContentContainer {
        margin-top: 140px;
        margin-left: 0px;
    }
    
   
	#listing_footer_action_bar {width: 100% !important;padding: 20px 15px;}    
	
 	.topbar_dropdown_widget {
		top:120px;
	}

	.arrow-up {
		margin-left: 187px;
		margin-top: -8px;
	}	
	
	.ngGroupPanel {
	    width: 65% !important;    
}
}

/*PHONE ONLY*/
@media only screen and (max-width: 650px) {
    #processStackContainer {
        left:0px;
    }
    
    #btn_back_home {
        display: none !important;
    }

	.hide_when_mobile {display: none !important;}

	#listing_footer_action_bar {position: relative;margin: 20px 0px 0px 0px;border-radius: 4px;}
	#listing_footer_action_bar a {width: 80%;padding: 5px 10% 5px 10%;margin: 5px 0px 5px 0px;text-align: center;}	
    #search_box {
        width: 50%;
    }
    
    #topbar_menu {
        height:99%;    
    }
    
    #nav_menu_holder > li {
	    max-width: 54px;
	}
	
	#nav_menu_holder .MIQ {
	    margin: 0px -8px;
	}
	
	#content_header h1 {
	    margin-left: 15px;
	}

	body.scrolled-down #topbar_container,
	body.scrolled-down #search_box,
	body.scrolled-down #topbar_menu  {
	    max-height:0px;    
	}
	
	body.scrolled-down #search_box,
	body.scrolled-down #topbar_menu {
	    opacity:0;
	    visibility:hidden;
	}
}

/*PHONE in landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 
    #topbar_container {
        position: fixed!important;
        top: -61px;
        height:60px;
        left: 50%;
        width: 50%!important;        
        z-index: 999;
    }
    #routeContentContainer {
        margin-top: 75px;    
    }
}

@media (min-width: 980px) {
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important;
    }    
    #processStack ul {
        /*max-height: 375px;*/
        overflow-y: auto;
        overflow-x: hidden;
    }   
    
    #routeContentContainer.sideMenu {
        margin-left:354px;
    } 
    #topbar_container.sideMenu #search_box {
        margin-left:350px;
    }     
    
    #routeContentContainer.sideMenu #listing_footer_action_bar ul {
        margin-left:265px;
    } 
}

@media (min-width: 768px) and (max-width: 979px) 
{
    #routeContentContainer.sideMenu {
        margin-left:61px;
    }
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important ;
    }
    .visible-tablet {
        display: inherit !important;
    }
    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important;
    }
    .visible-phone {
        display: inherit !important;
    }
    .hidden-phone {
        display: none !important;
    }    
}

/* Override some defaults */
body {
	background-size:100%;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;
}
html, body {
    height: 100%;
    line-height: 1.5;
    overflow-y: auto;
}
.btn {
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 5px 30px;
    transition: all 0.2s ease 0s;
}

/* Login page */
#login_overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 999;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ab000000', endColorstr='#ab000000');    
}

#login_box {
    background-color: rgba(0, 0, 0, 0.6);
    margin: 5% auto 0;
    max-width: 480px;
    overflow: auto;
    width: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ab000000', endColorstr='#ab000000');    
}

#login_logo {
    background: url("/content/img/MotionIQ/gfx-logo-motion.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    margin: 2% auto;
    width: 209px;
}

#login_box .error-text {
    color:#ff0000;    
}

#login_box .row {
 margin-bottom:20px;
}

#login_box .login_field {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #5D5D5D;
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    outline: 0 none;
    padding: 18px;
}

#login_box .centered {
    margin: 0 auto;    
    display:block;
    width: 320px;    
}


#login_box .login_field:focus {border: 1px solid #cd2525;}

#loginBtn {
    background-color: #CD2525;
    border: 0 none;
    cursor: pointer;
    display: block;
    margin: 0 auto 38px;
    padding: 14px 0;
    width: 320px;
}

#login_message {
    background-color: #000000;
    color: #5F5F5F;
    font-size: 15px;
    font-weight: 700;
    padding: 25px 0;
    text-align: center;
}


#login_signup {
    background-color: #000000;
    color: #5F5F5F;
    font-size: 15px;
    font-weight: 700;
    margin: 8px 0;
    line-height: 40px;
    text-align: center;
}


#login_forgot_pw p a {
    color: #ACACAC;
}

#login_title,
#loginPagePromo {
    display:none;    
}

#login_title h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}

body.eidLogin .panel iframe
{
    background-color:transparent;
    height: 196px;
    margin-bottom: 32px;
}


.authentication-signup-flow .loadingContainer {
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);  
    background-color:#FFF;
    left: 47%;
    top: 320px;
}

.loading
{
    background: url("/Content/img/MotionIQ/MotionIq_loader.svg") no-repeat;
    background-size:92px;
    height: 92px;
    width: 92px;
}

.overlay {
    background-color: white;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index:10000;
    -moz-opacity: 0.50;
}


@media (max-width: 480px)
{
    #login_box  {
        margin: 0 auto 0;
        max-width: 400px;
    }  
}

/*EVERYTHING FROM IPAD AND DOWN*/
@media only screen and (max-width: 999px) {
    .authentication-signup-flow .loadingContainer {
        left: 44%;
    }
}

/*PHONE ONLY*/
@media only screen and (max-width: 650px) {
    .authentication-signup-flow .loadingContainer {
        left: 42%;
    }
}

.PIQCardButtonContainer, .PIQCardContainer{
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;    
}
.PIQCardContainer{
    border-radius: 1em;
    background-color: lightgray;
}
.PIQMethodSelector{
    padding-bottom: 1em;
}
.PIQCardContainer label{
    margin: 0.5em 0 0.2em 0
}
.PIQCardTopLabel{
    border-radius: 1em 1em 0 0;
    padding: 0.3em 0.5em 0 0.7em;
    background: black;
    color: white;
    height: 3em;
}
.PIQCardTopLabel h3{
    font-size: 1.4em;
}
.PIQNoLabel label {
    height: 1.042em;
}
.PIQCardButtonContainer{
    margin-top: 1em;
    margin-bottom: 2em;
}
.PIQLoaderContainer{
    height: 13em;
}
.PIQModal{
    background-color: #ffffff;
    position: fixed;   
    z-index: 1050;
    -webkit-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    border-radius: 0.7em;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.PIQModal, .PIQModal-background, .PIQModal-container, .PIQModal-content{
    max-width: 100%;
    max-height: 100%;
} 
.ng-invalid-cc-number:focus, .ng-invalid-cc-exp-year:focus, .ng-invalid-cc-exp-month:focus, .ng-invalid-cc-cvc:focus, .ng-invalid-parse:focus  {
    border-color: red;
}
.centerContent{
    white-space: normal;
}
#PIQMethodList{    
    padding: 0px 0px 0px 0.5em;
    position: relative;
    top: 1em;
}
#PIQMethodList li{
    width: 92%;
    margin: 0 1em 1em 0;
    margin-left: 0px;
    float: left;
    height: 5em;
}
#PIQMethodList li div{
    background-color: #f1f1f1;
    border-color: #ccc;
    transition-duration: 0.3s;
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 0.5em;
    padding: 0.5em 0em 0em 1em
}
#PIQMethodList li div:hover{
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    transition-duration: 0.3s;
    transition-delay: 0s;
    background-color: #e7e0e0;
    cursor: pointer;
}
#PIQMethodList span{
    position: absolute;
}
#PIQMethodList p{
    margin-top: 0.7em;
    margin-left: 3.2em;
    display: inline-block;
    font-size: 2em;    
}

.formgroup-pre-icon-container  .icon {
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    z-index: 4;
    height: 25px;
    width: 25px;
    margin-top:6px;
    left: 21px;
    display: none;
}

input.creditcard-number-input-detected {
    padding-left: 44px;
}

.formgroup-pre-icon-container .creditcard-icon.americanexpress {
    background: url('/processSpecific/Content/Devcode.Bpm.PaymentIQ/img/cardproviders/amex.svg');
}
.formgroup-pre-icon-container .creditcard-icon.dinersclub {
    background: url('/processSpecific/Content/Devcode.Bpm.PaymentIQ/img/cardproviders/diners.svg');
}
.formgroup-pre-icon-container .creditcard-icon.discover {
    background: url('/processSpecific/Content/Devcode.Bpm.PaymentIQ/img/cardproviders/discover.svg');
}
.formgroup-pre-icon-container .creditcard-icon.jcb {
    background: url('/processSpecific/Content/Devcode.Bpm.PaymentIQ/img/cardproviders/jcb.svg');
}
.formgroup-pre-icon-container .creditcard-icon.maestro {
    background: url('/processSpecific/Content/Devcode.Bpm.PaymentIQ/img/cardproviders/maestro.svg');
}
.formgroup-pre-icon-container .creditcard-icon.mastercard {
    background: url('/processSpecific/Content/Devcode.Bpm.PaymentIQ/img/cardproviders/mastercard.svg');
}
.formgroup-pre-icon-container .creditcard-icon.visa {
    background: url('/processSpecific/Content/Devcode.Bpm.PaymentIQ/img/cardproviders/visa.svg');
}

.formgroup-pre-icon-container .creditcard-icon {
    background-repeat: repeat;
    background-size: auto auto;
}
.category.CREDITCARD{
    background:url('/processSpecific/Content/Devcode.Bpm.PaymentIQ/img/icons/creditcard.svg') no-repeat;    
}
.category.BANK{
    background:url('/processSpecific/Content/Devcode.Bpm.PaymentIQ/img/icons/banktransfer.svg') no-repeat;
}
.category.icon{
    width: 5em;
    height: 4em;
    background-size: 5em 4em;
}

.articleList h1 {   font-size:22px; }
.articleList h2 {   font-size:18px; }
.articleList h3 {   font-size:16px; }


.article h1 {   font-size:20px; }
.article h2 {   font-size:18px; }
.article h3 {   font-size:16px; }


.article h1 + p,
.article h2 + p,
.article h3 + p,
.article h4 + p,
.article p:first-of-type { margin-top:unset;}

.btn {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
	border-radius:16px;
	font-size:16px;
    padding:8px 24px;
}



#categories-navigation li {
    height:128px;
}


#categories-navigation li span {
    top:0px;    
}

#categories-navigation p {
    margin-left: 160px;
    margin-top: 40px;
}
#categories-navigation * {
    font-size: 24px;
    font-weight: bold;
}

#categories-navigation p {
    text-shadow: 1px 1px #d1cbcb;
}


body {
    background-color:#FFF;    
}

nav.main {
    background-color: #D3E2E8;
}


nav ul li.menu-item sub {
    color:#000;    
}

nav ul li.menu-item:focus sub,
nav ul li.menu-item:hover sub {
    color:#FFF;
}

nav ul li.menu-item:hover {
    background-color:#6197AD;
}

nav ul li.menu-item:focus {
    background-color:#5B7A86;
} 

nav #logo { 
    background-color:#EB5B5D;
}

nav #logo:focus {
    background-color:#D03032;
}

nav ul li.menu-item {
    border-right-color:#FFF;
}

.row.panel,
.ngTopPanel {
    background-color:#F6F6F6;    
}

.row.panel.miq-invalid {
    border-color:#EB5B5D;    
}


.ngHeaderContainer,
.ngGroupPanel {
    background-color: #535248;
    color: #f5f5f5;
}


.panel input[disabled],
.panel select[disabled],
.panel textarea[disabled],
.panel input[readonly],
.panel select[readonly],
.panel textarea[readonly] {
    background-color:inherit;
    border-color:transparent;
    box-shadow: none;
}

.panel input[disabled]:focus,
.panel select[disabled]:focus,
.panel textarea[disabled]:focus,
.panel input[readonly]:focus,
.panel select[readonly]:focus,
.panel textarea[readonly]:focus {
    box-shadow: none;
}


/***************************************************************
    Button colors
*/
.btn-primary,
.btn-primary a {
  color: #ffffff;
  background-color: #eb5b5d;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active, 
.btn-primary:hover a,
.btn-primary:focus a,
.btn-primary:active a,
.btn-primary.active a {
  color: #ffffff;
  background-color: #D03032;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.disabled a,
.btn-primary.disabled:hover a,
.btn-primary.disabled:focus a,
.btn-primary.disabled:active a,
.btn-primary[disabled] a,
.btn-primary[disabled]:hover a,
.btn-primary[disabled]:focus a,
.btn-primary[disabled]:active a{
    color: #ffffff;
    background-color:#F9D5D6;
}
/***************************************************************
   End Button colors
*/

#categories-navigation li a {
    background-color:#e7e0e0;
    color:#FFFFFF;    
}
#categories-navigation li a:hover {
	background-color: #F16362;
}

#categories-navigation li a:hover * {
	background-color: #F16362;
    text-shadow: 1px 1px #DE5352;
}

#process-flow-widget div.state.active{
    background-color:#89AC82;
}

#process-flow-widget .event.right::after,
#process-flow-widget .event.internal:after {
    border-left-color:#89AC82;
}

#process-flow-widget div.state.past  {color: #fff;background-color: #2e2e2e;}

.fileDragInProgress .signature-file-drop .uploadFileButton .multi .fileUploadDropTarget,
.signature-file-drop {
    border-color: #D3E2E8;
}

.signature-file-drop.drop-disabled {
    border: none !important;
}

.fileDragInProgress .signature-file-drop .uploadFileButton .multi .fileUploadDropTarget {
    height: 256px;
    width: 506px;
    background-color: white;
    border-style: dotted;
    border-width: 0.6em;
    margin-bottom:-30px;
}

.fileDragInProgress .signature-file-drop .uploadFileButton .multi input,
.fileDragInProgress .signature-file-drop .uploadFileButton .multi .btn {
    color: transparent;
    background-color: transparent;
    border: none;
    display: none;
}
.fileDragInProgress .signature-file-drop #filesGrid {
    display: none;
}

.fileDragInProgress .signature-file-drop {
    border:none;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url(https://fonts.gstatic.com/s/titilliumweb/v5/7XUFZ5tgS-tD6QamInJTcSo_WB_cotcEMUw1LsIE8mM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url(https://fonts.gstatic.com/s/titilliumweb/v5/7XUFZ5tgS-tD6QamInJTcZSnX671uNZIV63UdXh3Mg0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


body {
    margin: 0;
    font-family: "Titillium Web","roboto",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
}

#publicSiteHeader h1 {
    font-size: 20px;
}

#content_header h1{
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1px;    
}

@media (max-width: 640px)
{
    #content_header h1{
        font-size: 20px;
 
    }
}

@media (max-width: 480px)
{
    #content_header h1{
        letter-spacing: -2px;    
    }
}

.ngViewport,
.ngHeaderText {
    font-family: Helvetica,sans-serif;        
}

input, select, textarea, button {font-family:inherit;}


.row.panel h2{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;    
}
#content_header #btn_back_home {
	display:none;
}


#routeContentContainer {
    margin-top: 92px;
    margin-left:32px;
    margin-right:32px;    
}

.minimalUI nav.main {
    position:fixed;
    top:-500px;    
}


.row.panel {
    margin:7px;    
    padding-top:8px;
    padding-bottom:8px;    
}

.row.panel.miq-invalid-dirty {
    border-width:medium;
    border-style:solid;
}


.headless #listing_footer_action_bar,
.headless #content_header {
    display:none;
}


.form-horizontal input[type="checkbox"] {
    margin-top: 1.2em;
}

#publicSiteHeader .divider {
    width:400px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 10px;    
    border-bottom:2px solid #535248;
}

#publicSiteHeader img {
    width:256px;
    margin-left:auto;
    margin-right:auto;    
}


#publicSiteFooter .poweredByLink a {
    background-image:url('/processSpecific/Content/_DesignNkel/img/CSign_logo_CMYK.svg');
    background-size: 72px auto;
    background-repeat: no-repeat;
    background-position: right center;
    text-align:left;
    color:Black;
    font-size:14px;
}

#publicSiteFooter .poweredByLink a:hover,
#publicSiteFooter .poweredByLink a:visited,
#publicSiteFooter .poweredByLink a:active {
    text-decoration:none;    
}



#myActiveInstancesPanel {
    min-height: 396px;
}

.alignedPanels .panel {
    min-height: 350px;
}

.article pre {
    background-color:#EBEBEB;
    padding:10px;
}


@media (max-width: 1024px)
{
    #myActiveInstancesPanel,
    .alignedPanels .panel {
       min-height:inherit;
    }
}



@media (max-width: 1024px)
{
    #routeContentContainer {
        margin-top: 120px;
        margin-left:16px;
        margin-right:16px;    
    }    
}

@media (max-width: 767px)
{
    #content_header #btn_back_home {
    	display:block;
    }
    
    #routeContentContainer {
        margin-left:8px;
        margin-right:8px;    
    }        
}


@media (max-width: 599px)
{
    #routeContentContainer {
        margin-top: 110px;
        margin-left:2px;
        margin-right:2px;    
    }    
}

select.form-control[disabled] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

nav .icon.home { 
    background-image: url("/processSpecific/Content/_DesignNkel/img/nav-top/inactive/home.svg");
    background-size: 38px auto;        
}

nav  li:focus .icon.home,
nav  li:hover .icon.home { 
    background-image: url("/processSpecific/Content/_DesignNkel/img/nav-top/active/home.svg");
    background-size: 38px auto;        
}

nav .icon.motioniqdeveloperhome {
    background-image: url("/processSpecific/Content/_DesignNkel/img/nav-top/inactive/wrench.svg");
    background-size:38px;        
}

nav li:focus .icon.motioniqdeveloperhome,
nav li:hover .icon.motioniqdeveloperhome {
    background-image: url("/processSpecific/Content/_DesignNkel/img/nav-top/active/wrench.svg");
    background-size:38px;  
}

nav .icon.statisticsroot {
    background-image: url("/processSpecific/Content/_DesignNkel/img/nav-top/inactive/statistics.svg");
    background-size:38px;
}

nav li:focus .icon.statisticsroot,
nav li:hover .icon.statisticsroot {
    background-image: url("/processSpecific/Content/_DesignNkel/img/nav-top/active/statistics.svg");
    background-size:38px;
}


nav .icon.systemsettings {
    background-image: url("/processSpecific/Content/_DesignNkel/img/nav-top/inactive/settings.svg");
    background-size: 38px auto;
}

nav li:focus .icon.systemsettings,
nav li:hover .icon.systemsettings {
    background-image: url("/processSpecific/Content/_DesignNkel/img/nav-top/active/settings.svg");
    background-size: 38px auto;    
}

nav .icon.tasks { 
    background-image: url("/processSpecific/Content/_DesignNkel/img/nav-top/inactive/tasks.svg");
    background-size: 38px auto;        
}

nav li:focus .icon.tasks,
nav li:hover .icon.tasks { 
    background-image: url("/processSpecific/Content/_DesignNkel/img/nav-top/active/tasks.svg");
    background-size: 38px auto;        
}

nav .icon.new { 
    background-image: url("/processSpecific/Content/_DesignNkel/img/nav-top/inactive/new.svg");
    background-size: 38px auto;        
}

nav li:focus .icon.new,
nav li:hover .icon.new { 
    background-image: url("/processSpecific/Content/_DesignNkel/img/nav-top/active/new.svg");
    background-size: 38px auto;        
}

nav .icon.user {
    background-image: url("/processSpecific/Content/_DesignNkel/img/nav-top/inactive/user.svg");
    background-size:38px auto;        
}

nav li:focus .icon.user,
nav li:hover .icon.user {
    background-image: url("/processSpecific/Content/_DesignNkel/img/nav-top/active/user.svg");
    background-size:38px auto;  
}

nav .icon.warrantadministration{
    background-image: url("/processSpecific/Content/_DesignNkel/img/CategoryIcons/GenericSubPage.svg");
    background-size:84px auto;  
}

nav #logo .icon {
    background-image: url("/processSpecific/Content/_DesignNkel/img/CSign_Symbol_CMYK.svg");
    background-size: 64px auto;
    width: 64px;
    height: 64px;
}



.list_case_status_icon {
    background-image:url("/processSpecific/Content/_DesignNkel/img/caseStatus.svg");
}


.icon.pin {
    width:32px;
    height:32px;    
}

button.icon.pin:hover,
button.icon.pin:focus {
    width:36px;
    height:36px;
}


.icon.pin.unpinned      {
    background-image: url(/processSpecific/Content/_DesignNkel/img/pin_unpinned.svg);
    background-size: 32px auto;    
}
.icon.pin.pinned    {
    background-image: url(/processSpecific/Content/_DesignNkel/img/pin_pinned.svg);
    background-size: 32px auto;    
}

button.icon.pin.unpinned:hover,
button.icon.pin.unpinned:focus      {
    background-image: url(/processSpecific/Content/_DesignNkel/img/pin_focused_unpinned.svg);
    background-size: 36px auto;    
}
button.icon.pin.pinned:hover,
button.icon.pin.pinned:focus    {
    background-image: url(/processSpecific/Content/_DesignNkel/img/pin_focused_pinned.svg);
    background-size: 36px auto;   
}



#content_header #btn_back_home {

    border-right: 1px solid #e1e1e1;

}

#content_header #btn_back_home {
    background-image: url('/processSpecific/Content/_DesignNkel/img/content-header/home.svg');
    background-size: 32px;
}

/*#categories-navigation span {
	background: url('/processSpecific/Content/_DesignNkel/img/CategoryIcons/GenericSubPage.svg') no-repeat;
	width: 256px;
	height: 128px;
    background-size:256px 128px;	
}*/

#categories-navigation .category.icon {
	background: url('/processSpecific/Content/_DesignNkel/img/CategoryIcons/GenericSubPage.svg') no-repeat;
	width: 256px;
	height: 128px;
    background-size:256px 128px;	
}

#categories-navigation .category.MailAdministration {
	background: url('/processSpecific/Content/_DesignNkel/img/CategoryIcons/CategoryEmail.svg') no-repeat;
	width: 256px;
	height: 128px;
    background-size:256px 128px;	
}

#categories-navigation .category.BackofficeUserAdmin,
#categories-navigation .category.UserAdmin {
	background: url('/processSpecific/Content/_DesignNkel/img/CategoryIcons/CategoryUserAdmin.svg') no-repeat;
	width: 256px;
	height: 128px;
    background-size:256px 128px;	
}

#categories-navigation .category.FilesAdministration {
	background: url('/processSpecific/Content/_DesignNkel/img/CategoryIcons/CategoryFilesAdministration.svg') no-repeat;
	width: 256px;
	height: 128px;
    background-size:256px 128px;	
}

#categories-navigation .category.LockedInstances {
	background: url('/processSpecific/Content/_DesignNkel/img/CategoryIcons/Lock.svg') no-repeat;
	width: 256px;
	height: 128px;
    background-size:256px 128px;	

}

#categories-navigation .category.PropertiesAdmin {
	background: url('/processSpecific/Content/_DesignNkel/img/CategoryIcons/CategoryPropertiesAdmin.svg') no-repeat;
	width: 256px;
	height: 128px;
    background-size:256px 128px;	
}

#categories-navigation .category.ProcessesAdmin {
	background: url('/processSpecific/Content/_DesignNkel/img/CategoryIcons/CategoryProcessStatus.svg') no-repeat;
	width: 256px;
	height: 128px;
    background-size:256px 128px;	
}

#categories-navigation .category.ServerSideSystemEvents {
	background: url('/processSpecific/Content/_DesignNkel/img/CategoryIcons/CategorySystemEvents.svg') no-repeat;
	width: 256px;
	height: 128px;
    background-size:256px 128px;	
}

#categories-navigation .category.UserActivity {
	background: url('/processSpecific/Content/_DesignNkel/img/CategoryIcons/CategoryUserActivity.svg') no-repeat;
	width: 256px;
	height: 128px;
    background-size:256px 128px;	
}
 /* Login Page */
 .eidLogin #login_logo,
#login_logo {
	background-image: url("/processSpecific/Content/_DesignNkel/img/CSign_logo_CMYK.svg");
    display: block;
    height: 96px;
    margin: 50px auto 8px;
    width: 240px;
    background-size: 240px 96px;
}

#login_box {
    background:none;    
}

#login_box .login_field {
    color:#000;    
}

#login_title,
#loginPagePromo {
    display:block;    
}

#login_title,
#login_message,
#login_signup {
    background-color:#DFEAEE;
}

#login_box .panel,
#login_title  {
    margin-bottom:8px;        
}

#login_message {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	padding: 25px 0;
	text-align: center;
}

#login_box a,
#login_box a:visited {
    color:#CD2525;    
}

#login_box a:hover {
    text-decoration:underline;    
}

#loginBtn {
    background-color: #EB5B5D;
    border: 0 none;
    margin: 0 auto;
    width: 192px;
}

#loginBtn:hover,
#loginBtn:focus,
#loginBtn:active,
#loginBtn.active {
  background-color: #D03032;
}



#login_box .panel {
    background-color:#ECF3F5;  
    padding-top:16px;
    padding-bottom:16px;    
}

#login_box input.login_field {
    background-color:#FFF;
}
body.login,
#login_overlay {
    background-color:#FFF;    
}

#login_box .centered {
    width:90%;    
}

body.login,
body.eidLogin {
    height:768px;
}
#homeLogo {
    display: inline-block;
}

nav.main {
    height: 86px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:3;
}

nav.main.search {
    z-index:4;
    background:transparent;
    width: unset;
    right: 0;    
}

nav ul li {
    height:86px;
    
}

nav ul li button {
    background-color: transparent;
    border: none;
    width: 100%;    
}


nav ul li {
    width:96px;
}


nav ul li.menu-item { 
    display: inline-block;
    float: left;    
}

nav ul li.menu-item {
    border-right-width:1px;
    border-right-style:solid;    
}
nav #currentUser li.menu-item {
    border:none;
}


nav ul li.menu-item .icon {
    width: 38px;
    height: 38px;  
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;    
}


nav ul li.menu-item .profileImage.icon {
    background-size:38px!important;
    border-radius: 24px;
}

nav ul li.menu-item .title  {
    display: flex;              /* establish flex container */
    flex-direction: column;     /* stack flex items vertically */
    justify-content: center;    /* center items vertically, in this case */
    align-items: center;     
}

nav ul li.menu-item sub {
    white-space: nowrap;
    width: 86px;
    margin: 5px;
    text-align: center;
    font-weight:bold; 
    font-size:14px;   
}

nav input[type="search"] {
    border-radius: 16px;
    margin-top: 20px;
    margin-left: 16px;
    margin-right: 16px;    
    height: 48px;
    width: 224px;
}

nav #currentUser li.menu-item {
    width:64px;    
}
nav #currentUser li.menu-item button {
    margin-top:12px;    
}


nav a:hover,
nav a:visited,
nav a:link,
nav a:active {
    text-decoration: none;
}


nav #searchAndUser {
    float:right;    
}

nav #searchAndUser .searchContainer {
    float:left;
}

nav #currentUser {
    float:left;
}

nav #searchAndUser {
    -webkit-transition: all 1s; 
    -moz-transition: all 1s; 
    -ms-transition: all 1s; 
    -o-transition: all 1s; 
    transition: all 1s;
}


nav #processStackContainer {
    left: 0px;
    top: 86px;
    margin-left :0px;
    width:345px;    
}

nav #processStackContainer ul li {
    width:100%;    
}


nav #processStackContainer ul li {
    height:32px;
}

nav #processStackContainer ul li {
    font-size:100%;
}

nav #processStackContainer .nofStartEvents-2 ul li {
    font-size:140%;
}

nav #processStackContainer .nofStartEvents-3 ul li {
    font-size:133%;
}
nav #processStackContainer .nofStartEvents-4 ul li {
    font-size:120%;
}
nav #processStackContainer .nofStartEvents-5 ul li {
    height:18%;
    font-size:110%;
}


nav #processStackContainer li {
    padding-left:0px;    
}

/* */
@media (max-width: 1024px)
{
    nav #processStackContainer {
        top: 73px;
        width:100%;        
    }
    nav #searchAndUser {
        position:fixed;
        top:72px;
        width:100%;
        background-color:#6197AD;
        height:43px;
        z-index:1;
    }
    
    nav.main {
        height: 72px;
    }
    
    nav.main.search {
        z-index:2;
        width: 100%;
    }    
    
    nav ul li {
        height:72px;
    }
    
    nav #searchAndUser input[type="search"] {
        margin-top: 5px;
        height: 32px;
        width:100%;
    }
    
    nav #searchAndUser .searchContainer {
        width:75%;
        max-width: 768px;
    }
    
    nav #currentUser {
        float:right;
    }    
    
    nav #currentUser li.menu-item {
        height:43px;
    }
    
    nav ul li.menu-item .icon {
        margin-top:4px;    
    }
    
    nav #currentUser li.menu-item button {
        margin-top:0px;    
    }    
    
    nav #currentUser li.menu-item:hover {
        background-color:#D3E2E8;
    }
    
    nav .icon.user {
        background-image: url("/processSpecific/Content/_DesignNkel/img/nav-top/active/user.svg");
        background-size:38px auto;        
    }
    
    nav li:hover .icon.user {
        background-image: url("/processSpecific/Content/_DesignNkel/img/nav-top/inactive/user.svg");
        background-size:38px auto;  
    }
    
	body.scrolled-down #searchAndUser  {
	    top:-128px;
	}

}

@media (max-width: 767px)
{
    nav li.menu-item.home {
        display:none;    
    }
}


@media (max-width: 599px)
{
    nav #processStackContainer {
        left: 0px;
        top: 64px;
        width:100%;    
    }

    nav #searchAndUser {
        position:fixed;
        top:64px;
        width:100%;
        background-color:#6197AD;
        height:43px;
    }
    
    nav.main {
        height: 64px;
    }
    
    nav ul li {
        height:64px;
        width:64px;
    }

    nav ul li.menu-item sub {
        display:none;    
    }
    
    nav ul li.menu-item .icon {
        margin-top:16px;
    }
    
    nav #logo .icon,
    nav #currentUser li.menu-item .icon {
        margin-top:0px;    
    }
}

div[ng-grid] {
    border: none;    
}

.ngTopPanel {
    background: none;
}
.ngHeaderContainer {
    background: #D3E2E8;
    color: black;
    border-bottom: none;
}
.ngCell {
   padding: 0.2em;
}

#filesGrid .btn, #inviteesGrid .btn{
    max-width: 2em;
}

.ngGrid {
    background-color: inherit;
}



.headless #content_header {
    display:none;    
}

#headlessTitle {
    display:none;    
}

.layoutbuilder #headlessTitle,
.headless  #headlessTitle {
    display:block;    
}

#headlessTitle h1 {
    font-size:22px;    
}

.headless form.EnterUserInfo #listing_footer_action_bar {
    display:block;
    bottom: 0px;
    position: fixed;
}
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=fa95f136-fb9e-4ad0-b901-31aade6435b8");

@font-face {
    font-family: "Foundry Monoline";
    src: url("/processSpecific/Content/_ssm/fonts/343c931d-1f3d-444a-bce1-f3ed83e9f245.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

#preFormLoginBox {
    max-width: 1024px;
    margin-left: auto; margin-right: auto;
}

h1 .formTitle  {
    font-weight   : 700;
    line-height   : 1em;
    text-align: center;
}
.formTitle input {
    max-width: calc(50% - 154px);
    margin: 0 auto;
    margin-right: 2em;
}
.formTitle label {
    margin-right: 2em;
    display: inline-block;
}
.formContinueButton button {
    margin-left: 2em;
}

.ssmSSBTLogin h1 {
    text-align: center;
    font-size: 2.0em;
    line-height: 48px;
}
.EmailInputRow span.error-text span{
    display:none;
}

div[ng-controller="PowerOfAttorney.ProcessFormController"]{
    padding:0;
}

.HeaderAddSignatory h2{
    line-height:36px;
}

.SignatoryHeaderAddSignatory h2{
    line-height:16px;
}


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"],
.uneditable-input  {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
    border-color:rgb(169, 169, 169);
}

.input-append .add-on,
.input-prepend .add-on {
    border-color:rgb(169, 169, 169);
}

select.form-control,
input.form-control {
    height:35px;
}

.btn {
    -webkit-border-radius:  0px;
    -moz-border-radius:     0px;
    border-radius:          0px;
}

/* Headless view */
.headless-banner {
    margin-top: 20px;
    clear: both;
    background: #9b2c98;
    height: 50px;
}

.headless-wrapper {
    margin: 0 7.374631268%;
}

/*ironic :)*/
.headless-header {
    padding: 14px 0 0 0;
    position: relative;
    z-index: 10;
    background: #fff;
}

#login_title, #login_message {
    background-color: #E8E8E8;
}

#login_box input.login_field {
    background-color:#FFF!important;
}

#login_box .panel,
body.iframeLoginBg {
    background-color:#F2F2F2;
}
body.iframeLoginBg .headless-header{
    display:none;
}

body.fullscreenLogin #loginUI {
    background-color: #F2F2F2;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    padding-bottom: 16px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.26);
}

/* Possibly only on ifram login page*/
.btn {
    font-size: 18px;
    padding: 12px 32px;
    font-weight: 400;
    line-height: 21px;
}

.btn-transparent,
.btn-transparent:active,
.btn-transparent:focus {
    border: 1px solid #9b2c98;
    color: #9b2c98;
}

.btn-transparent.disabled, 
.btn-transparent[disabled] {
    border: 1px solid #eec3ed;
    color: #eec3ed;
}

.btn-transparent.disabled:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:hover,
.btn-transparent[disabled]:focus {
    border: 1px solid #eec3ed;
    color: #eec3ed;
    background-color:transparent;
}

.btn-transparent:hover,
.btn-transparent:hover:active,
.btn-transparent:hover:active:focus {
    color: #9b2c98;
} 

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active{
    background-color:#D7D7D7;
}

.btn-success#closeRuleFulfilledPopupAndAwaitSignatures,
.btn-success#closeRuleFulfilledPopupAndAwaitSignatures:hover,
.btn-success#closeRuleFulfilledPopupAndAwaitSignatures:active,
.btn-success#closeRuleFulfilledPopupAndAwaitSignatures:focus,
.btn-success:hover,
.btn-success,
.btn-primary#loginBtn,
.btn-primary.btn-iphone-commence-eid-login,
.btn-success:active,
.btn-success:focus {
    background-color: #9B2C98;
}
.btn-success#closeRuleFulfilledPopupAndAwaitSignatures,
.btn-primary.btn-iphone-commence-eid-login:active,
.btn-success#closeRuleFulfilledPopupAndAwaitSignatures:hover,
.btn-success#closeRuleFulfilledPopupAndAwaitSignatures:active,
.btn-success#closeRuleFulfilledPopupAndAwaitSignatures:focus {
    border-color:#9B2C98;
}

.btn-primary#loginBtn:hover,
.btn-primary#loginBtn:hover:active,
.btn-primary#loginBtn:hover:active:focus,
.btn-success:hover,
.btn-success:hover:active,
.btn-success:hover:active:focus {
    background-color:rgb(91, 26, 92);
} 

#RedirectToFullmaktButton {
    padding-left: 10px;
    display: block;
    line-height: 1.8;
    font-size: 18px;
    cursor:pointer;
    max-width: 240px;
}

#RedirectToFullmaktButton a {
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 16px 16px;
    background-image: url('/processSpecific/Content/_ssm/img/icon-link-external.svg');
}


body {
    font-family: "Foundry Monoline",Helvetica,sans-serif;
}

#miq-error a.pull-right {
    display:none;
}

label {
    font-weight : 200;
}

.loading {
    background:none;
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #9b2c98;
    width: 96px;
    height: 96px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.loadingContainer .loading {
    width: 64px;
    height: 64px;
    margin-left: 2px;
    margin-top: 2px;
}

.warrantAdministrationLink{
    margin-right: 2em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    border: 1px solid rgb(155, 44, 152);
}

.warrantAdministrationLink #RedirectToFullmaktButton{
    display:inline-block;
    margin-left: 0.5em;
    min-width:360px;
}

.warrantAdministrationLink a,
.warrantAdministrationLink a:hover,
.warrantAdministrationLink a:focus{
    color:rgb(255, 255, 255);
}

.warrantAdministrationLink h4{
    display: inline-block;
    margin-left: 1em;
}

#RedirectToFullmaktButton.btn-success a {
    background-image: unset;

}

@media (max-width: 1586px) {
    .warrantAdministrationLink h4{
        display:block;
    }
    .warrantAdministrationLink{
        text-align: center;
    }
}

@media (max-width: 400px) {
    .warrantAdministrationLink #RedirectToFullmaktButton{
        max-width:unset;
        min-width:unset;
    }
    .warrantAdministrationLink{
        margin-right: 6em;
    }
}
/*
.warrantAdminstrationButton{
    border: 1px solid #9b2c98;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-top: 0;
    margin-right: 2rem;
    margin-bottom: 1em;
    height: 34px;
}
*/
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
 
    100% {
        -webkit-transform: rotate(360deg);
    }
}
 
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
 
    100% {
        transform: rotate(360deg);
    }
}

nav ul li.menu-item sub {
    color:#fff;
}

#categories-navigation li a:hover {
    background-color: #5B1A5C;
}

nav.main {
    background-color: #952C9A;
}
nav ul li.menu-item:hover {
    background-color:#5B1A5C;
}
#categories-navigation li a:hover * {
    background-color:#5B1A5C;
    text-shadow: 1px 1px #952C9A;
}

@media (max-width: 1024px) {
    nav #searchAndUser {
        background-color: #5B1A5C;
    }
}

@media (max-width: 599px) {
    nav #searchAndUser {
        background-color: #5B1A5C;
    }
}


nav #logo { 
    background-color:transparent;
}

#login_box a,
#login_box a:visited,
a {
    color: #952C9A;
}

a:hover,
a:focus {
    color: #5B1A5C;
    text-decoration:underline;
}


.eidLogin #login_logo,
#login_logo {
	background: url("/processSpecific/Content/_ssm/img/Logo_Stralsakerhetsmyndigheten.svg") no-repeat;
    display: block;
    height: 160px;
    margin: 16px auto 0px;
    width: 100%;
    background-size: auto 160px;
}




nav .icon.home { 
    background-image: url("/processSpecific/Content/_ssm/img/nav-top/inactive/home.svg");
    background-size: 38px auto;        
}
nav .icon.motioniqdeveloperhome {
    background-image: url("/processSpecific/Content/_ssm/img/nav-top/inactive/wrench.svg");
    background-size:38px;        
}
nav .icon.statisticsroot {
    background-image: url("/processSpecific/Content/_ssm/img/nav-top/inactive/statistics.svg");
    background-size:38px;
}
nav .icon.systemsettings {
    background-image: url("/processSpecific/Content/_ssm/img/nav-top/inactive/settings.svg");
    background-size: 38px auto;
}
nav .icon.tasks { 
    background-image: url("/processSpecific/Content/_ssm/img/nav-top/inactive/tasks.svg");
    background-size: 38px auto;        
}
nav .icon.new { 
    background-image: url("/processSpecific/Content/_ssm/img/nav-top/inactive/new.svg");
    background-size: 38px auto;        
}

nav .icon.user {
    background-image: url("/processSpecific/Content/_ssm/img/nav-top/inactive/user.svg");
    background-size:38px auto;        
}

nav #logo .icon {
    background-image: url("/processSpecific/Content/_DesignNkel/img/CSign_Symbol_BW.svg");
}

.PeriodSelector label[for="Title_PeriodSelector"]{
    display:block;
}

.DeleteConfirmWindow .row div{
    display:inline-block;
}

.form-horizontal input[type="checkbox"] {
    margin-top: 0px;
}

.miq-pretty-checkbox .miq-property-option input[type=checkbox]:checked + span:after {
    margin-top: 0.5rem;
}

.miq-pretty-checkbox .miq-property-option.miq-property-option-checkbox input:focus + span.miq-checkbox-option:after {
    margin-top: 0.2rem;
}

#printablePDF .miq-checkbox-option::after{
    margin-top: 0.5em;
}
#printablePDF label[for="Label_FullmaktPrice"],
#printablePDF label[for="Label_GDPR"]{
    margin-top:1.2em;
}
#printablePDF label span.miq-checkbox-option{
    display: inline-block;
}
.pdf_adminstrativerights{
    display: none;
}
#printablePDF .pdf_adminstrativerights{
    display: inline-block;
    position: absolute;
    bottom: 5.7em;
    left: 5em;
}

#printablePDF .form-group.warrantAuthorities label  {
    margin-bottom:24px;
}

.pdf_representcompany {
    display:none
}
#printablePDF .pdf_representcompany{
    display: inline-block;
    position: absolute;
    bottom: 1.7em;
    left: 5em;
}
#printablePDF .miq-property-option-checkbox span.miq-property-option-text{
    display: none;
}


.miq-pretty-checkbox .miq-property-option  span.miq-checkbox-option {
    background: transparent;
}
.miq-pretty-checkbox .miq-property-option  input[type="checkbox"]:checked  + span.miq-checkbox-option {
    background: #952C9A;
}

.miq-pretty-checkbox .miq-property-option span.miq-checkbox-option:after{
    color      : #952C9A;
}

.miq-pretty-checkbox .miq-property-option-readonly.miq-property-option span.miq-checkbox-option:after,
.miq-pretty-checkbox .miq-property-option span.miq-checkbox-option:after {
    color:#FFF;
}


.miq-pretty-checkbox .miq-property-option.miq-property-option-checkbox input:active + span.miq-checkbox-option,
.miq-pretty-checkbox .miq-property-option.miq-property-option-checkbox input:focus + span.miq-checkbox-option{
    border-width:3px;
}

.miq-pretty-radiobuttongroup .miq-property-option .miq-radio-option{
    background: transparent;
    border-color: #000;
}
.miq-pretty-radiobuttongroup .miq-property-option input[type="radio"]:checked + .miq-radio-option{
    background: #FFF;
    border-color: #952C9A;
}
.miq-pretty-radiobuttongroup .miq-property-option input[type="radio"]:checked +.miq-radio-option span{
    border-color    : #952C9A;
    border-style    : solid;
    background       : #952C9A;
    width            : 1.3em;
    height           : 1.3em;
    margin-top       : 0.3em;
}

#incooperationWithWrapper {
    position:absolute;
    top:64px;
    right:106px;
}

#incooperationWithWrapper p,
#incooperationWithWrapper a {
    display:inline-block;
}

.cooperationWithCSignLogo {
    max-width:96px;
}

.headless #currentUser {
   color:white;
}

.headless-banner .headless-banner-item {
    display:inline-block;
    line-height:32px;
    margin-top: 8px;
    font-size:18px;
}

.headless #currentUser .icon {
    background-size:32px;
    width: 32px;
    height: 32px;
    display:inline-block;        
}

.headless .icon.user {
    background-image:url("/processSpecific/Content/_ssm/img/user-circle.svg");
}
.headless .icon.logout {
    background-image:url("/processSpecific/Content/_ssm/img/sign-out.svg");
}

.headless #logOutButton{
    background:transparent;
    border:none;
    color:white;
    margin-right:8px;
}

.headless #logOutButton:hover,
.headless #logOutButton:active {
    background-color: #5B1A5C!important;
}

.ngHeaderContainer {
    background: #e8e8e8;
}
.ngRow.odd {
    background-color: #f4f4f4;
}

@media (max-width: 800px) {
    #incooperationWithWrapper p, #incooperationWithWrapper a {
        display:block;
    }
}

@media (max-width: 800px) {
    #incooperationWithWrapper {
        right:96px;
    }
    .cooperationWithCSignLogo {
        max-width:96px;
    }
    .headless-banner .headless-banner-item {
        font-size:16px;
    }
}

@media (max-width: 640px) {
    #incooperationWithWrapper {
        right:64px;
    }
    .headless-banner .headless-banner-item {
        font-size:12px;
    }
}
@media (max-width: 384px) {
    #incooperationWithWrapper {
        display:none;
    }
}
.rulecollection .btn-primary, .btn-primary a, .rulecollection .miq-property-option .btn {
    color: black;
    background-color: white;
    border-color: #9c1a10;
    border: solid black 0.2rem;
}

.rulecollection .btn-primary[disabled],
.rulecollection .btn-primary[disabled]:hover {
    color: #d6d6d6;
    background-color: white;
    border: solid #d6d6d6 0.2rem;
}
.rulecollection .btn-primary.signed[disabled],
.rulecollection .btn-primary.signed[disabled]:hover {
    color: white;
    background-color: #508D0E;
    border: solid #508D0E 0.1rem;
}
.rulecollection .btn-success{
    color: black;
    background-color: white;
    border:solid #508D0E;
}
.rulecollection .btn-danger{
    color: white;
    background-color: #D9594F;
    border: solid #9c1a10 0.2rem;
}
.rulecollection .btn-success, .rulecollection .btn-success:hover{
    color: white;
    background-color: #E8A253;
    border:solid #508D0E;
}
.rulecollection .btn-primary:hover, .btn-primary a, .rulecollection .miq-property-option .btn:hover {
    color: #ffffff;
    background-color: #94B080;
}
.RuleFullfilled {
    color: white;
    background-color: #70B328;
}
.RuleNotFullfilled {
    color: black;
    background-color: inherit;
}
.ruleFullfilled .accordion-heading {
    background-color: rgb(148,196,128);
}
.cloudy{
    background-color: #F6F6F6;
}
.sunny {
    color: #B41417;
    background-color: rgba(250, 250, 250);
}

.input-append.datepicker input {
    border-right:none;
}

button.btn.add-on {
    border-left-color:none;
}

.rulecollection [type="radio"]:checked + label {
    background-color: #9c1a10;
    color:white;
}
.signatorySection {
    transition: background-color 0.5s ease;
    border:1px solid white;
    border-radius: 1rem;
}
.signatorySection.isHovered {
    border:1px solid #E5E468;
    background-color:#E5E468;
    color:black;
}
.signatorySection.fullfillWithHovered {
    background-color:#70B328;
    color:white;
    border:1px solid white;
}
.csDenyToSign .btn-default{
    background-color: white;
    border: solid #d6d6d6
}
.csDenyToSign .btn-default:hover{
    color: black;
    background-color: #d6d6d6;
}
.SignatoryRightText{
    font-size:20px;
}

.GridDescText{
    font-size:18px;
}

.PersonText
{
    font-size:  16px;   
}

.hidden-sm {
  display: none;
}

@media screen and (min-width: 992px) {
.hidden-sm {
    display: block;
  }
}

.text-align-sm 
{
    text-align:left
}

@media screen and (min-width: 992px) {
.text-align-sm 
 {
    text-align: center;
 }
}

.add-signatory
{
    height:30px;
    border-radius:6px;
    margin-bottom:4px
}


.rulecollection .btn-primary,
.rulecollection .btn-default,
.rulecollection .btn-success  {
    padding: 8px 16px;
    font-size: 18px;
}

.btn-primary-signatory.disabled,
.btn-primary-signatory.disabled:hover,
.btn-primary-signatory.disabled:focus,
.btn-primary-signatory.disabled:active,
.btn-primary-signatory[disabled],
.btn-primary-signatory[disabled]:hover,
.btn-primary-signatory[disabled]:focus,
.btn-primary-signatory[disabled]:active,
.btn-primary-signatory.disabled a,
.btn-primary-signatory.disabled:hover a,
.btn-primary-signatory.disabled:focus a,
.btn-primary-signatory.disabled:active a,
.btn-primary-signatory[disabled] a,
.btn-primary-signatory[disabled]:hover a,
.btn-primary-signatory[disabled]:focus a,
.btn-primary-signatory[disabled]:active a{
    border-radius:6px;
    color: #ffffff;
    background-color:#94B080;
}

.border-fix-right-sm
{
   border-right: 1px solid black; 
}

.infoColumn h2,
.infoColumn h3 {
    line-height:1.5rem;
    font-size:1.5rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.infoColumn h3 {
    font-weight:700;
    font-size:24px;
}


#rulePossibleToFulfill ul {
    list-style:inside;
}

.TopStatusInformation h1 {
    font-size: 24px;
}

.TopStatusInformation{
    margin-bottom: 1rem;
}
.OtherSignatoriesInformation span{
    font-size:24px; 
    font-weight:normal;
}
.OtherSignatoriesInformation h3{
    margin-top:2rem;
}

.signatoryCanSignWithNOtherPersons {
    cursor:help;
}

.interactionInProgress .signatoryName,
.interactionInProgress .signatoryCanSignWithNOtherPersons,
.interactionInProgress .infoColumn,
.interactionInProgress .infoColumn label,
.interactionInProgress .RuleTextContainer {
    color: #d6d6d6;
}

.interactionInProgress .btn.btn-warning {
    background-color:#d6d6d6;
}

.interactionInProgress .RuleSelector select {
    border-color:#d6d6d6;
}

.signature .description {
    font-size:1.2rem;
}

.uploadFileButton .multi .btn.fileinput-button{
    bottom: auto;
}
@media (max-width: 767px) {
    .signatorySection.odd {
        background-color:#cdcdcd;
    }
    .canSignWithNOthersHeading {
        display:none;
    }
}

@media screen and (min-width: 768px) {
 .border-fix-right-sm
 {
    border-right:none;   
 }
}

.border-fix-left-sm
{
   border-left: 1px solid black;
}

@media screen and (min-width: 768px) {
 .border-fix-left-sm
 {
    border-left:none;
    border-bottom:none;
 }
}

@media screen and (max-width: 1200px)
{
 .margin-list-fix
 {
     margin-right:0px;
     margin-left:0px;
 }   
 #routeContent ul > li {
    margin-left: 0px;
 }
}

@media screen and (max-width: 1600px)
{
 .widthextend
 {
    width:100%;   
 }    
}

nav .icon.signaturescenariosdocumentation {
    background-image: url("/processSpecific/Content/ApplyForPower/img/nav-top/inactive/help.svg");
    background-size:38px;        
}

nav li:focus .icon.signaturescenariosdocumentation,
nav li:hover .icon.signaturescenariosdocumentation {
    background-image: url("/processSpecific/Content/ApplyForPower/img/nav-top/active/help.svg");
    background-size:38px;  
}
/*Bygma icons*/
.icon-bygma-envelope {
    background: url('/processSpecific/Content/ApplyForPower/img/Icons/envelope_reverse.svg') no-repeat;
    width: 3rem;
    height: 2em;
    background-size: 3em 2em;
}
.icon-bygma-signed {
    background: url('/processSpecific/Content/ApplyForPower/img/Icons/signedFile_green.svg') no-repeat;
    width: 3rem;
    height: 2em;
    background-size: 3em 2em;
}
.icon-bygma-denied {
    background: url('/processSpecific/Content/ApplyForPower/img/Icons/signedFile_red.svg') no-repeat;
    width: 3rem;
    height: 2em;
    background-size: 3em 2em;
}
