  	/* always start with a comment, in case */
  	dummy {
  	}

/*
		h1 {
		    border-bottom: 1px solid #ddd;
		    padding-bottom: 10px;
		    margin-bottom: 20px;
		}
		.process-page h1 {
		    border-bottom: 1px solid #ddd;
		    padding-bottom: 40px;
		    margin-bottom: 50px;
		}
		
		.subheading1 {
			margin-top: -75px;
			margin-bottom: 20px;
		}
		
		#grid {
	    font-size: 12px;
		}

		ul.k-upload-files {
			list-style: none;
			margin-left: 0;
			margin-bottom: 0.5em;
			margin-top: 0.5em;
		}
    .k-grid .doc-icons { display: block; }
    .k-grid .doc-icons { text-align: center; }
    .k-grid .doc-icons a { display: inline-block; }
    .k-grid th.k-header { font-weight: bold; }

    .k-notification-upload-success.k-group {
        background: rgba(0%,60%,0%,.7);
        color: #fff;
    }
    .upload-success {
        width: 360px;
        height: 100px;
        padding: 0 30px;
        line-height: 100px;
    }
    .upload-success h3 {
        font-size: 1.7em;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
    }
    .upload-success img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
		}
		

    .dropdown-header {
        border-width: 0 0 1px 0;
        text-transform: uppercase;
    }

    .dropdown-header > span {
        display: inline-block;
        padding: 2px;
    }

    .dropdown-header > span:first-child {
        width: 50px;
    }

    #employee-search-field-list .k-item {
        line-height: 1em;
        min-width: 300px;
    }
    
*/

    /* Material Theme padding adjustment*/
/*    
    .k-material #employee-search-field-list .k-item,
    .k-material #employee-search-field-list .k-item.k-state-hover,
    .k-materialblack #employee-search-field-list .k-item,
    .k-materialblack #employee-search-field-list .k-item.k-state-hover {
        padding-left: 5px;
        border-left: 0;
    }

    #employee-search-field-list .k-item > span {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        margin: 7px 10px 4px 5px;
    }

    #employee-search-field-list .k-item > span:first-child {
        -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        margin: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #employee-search-field-list h3 {
        font-size: 1em;
        font-weight: bold;
        margin: 0 0 1px 0;
        padding: 0;
    }

    #employee-search-field-list p {
        margin: 0;
        padding: 0;
        font-size: .8em;
    }

    .k-list-container {
    	width: 440px !important;
    }
*/    
		.profile-picture-small {
		    display: inline-block;
		    width: 28px;
		    margin-top: 6px;
		    height: 28px;
		    border-radius: 50%;
		    background-size: 100%;
		    background-position: center center;
		    vertical-align: middle;
		    line-height: 30px;
		    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
		    margin-left: -5px;
		}

/*
    .medarbeider-navn {
        display: inline-block;
        vertical-align: middle;
        line-height: 32px;
        padding-left: 8px;
    }
    
		code {
		  font-size: 80%;
		}

		.doc-icon {
		  margin-right: 10px;
		}
		#employee-search-field {
			width: 225px;
		}
		
		.hovedknapp {
			display: inline-block; 
			float: right; 
			position: relative; 
			top: 1em; 
			margin-bottom: 3em;
		}
*/
		.iconbadge {
		   position:relative;
		}
		.iconbadge[data-badge]:after {
		   content:attr(data-badge);
		   position:absolute;
		   bottom:-2px;
		   right:-2px;
		   font: bold 8px arial;
		   background:#ddd;
		   color:white;
		   width:10px;height:10px;
		   text-align:center;
		   line-height:10px;
		   border-radius:50%;
		   box-shadow:0 0 1px #333;
	     opacity: 0.3;
		}
		.new-iconbadge[data-badge]:after {
			   background:#124B8C;
		}
		.away-iconbadge[data-badge]:after {
			   background:#ffd900;
		}
		.nojob-iconbadge[data-badge]:after {
			   /*background:#900;*/
			   background:#124B8C;
		}
		.out-iconbadge[data-badge]:after {
			   /*background:#900;*/
			   background:#124B8C;
		}
		.normal-iconbadge[data-badge]:after {
			   background:#005A0d;
		}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
  margin: 2px auto;
  width: 58px;
  float: left;
}
.sk-spinner-three-bounce div {
  width: 14px;
  height: 14px;
  background-color: #999999;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* MEDARBEIDER STYLES */


/*
		#grid {
	    font-size: 12px;
		}

		ul.k-upload-files {
			list-style: none;
			margin-left: 0;
			margin-bottom: 0.5em;
			margin-top: 0.5em;
		}
*/
		/* Grid */
/*
    .k-grid .doc-icons { display: block; }
    .k-grid .doc-icons { text-align: center; }
    .k-grid .doc-icons a { display: inline-block; }
    .k-grid th.k-header { font-weight: bold; }
*/
    /* Success template */
/*
    .k-notification-upload-success.k-group {
        background: rgba(0%,60%,0%,.7);
        color: #fff;
    }
    .upload-success {
        width: 360px;
        height: 100px;
        padding: 0 30px;
        line-height: 100px;
    }
    .upload-success h3 {
        font-size: 1.7em;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
    }
    .upload-success img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
		}
		
		.k-multiselect-wrap {
			min-height: 2.3em;
		}
		
		.k-multiselect-wrap .k-icon, :root *>.k-sprite, :root *>.k-button-group .k-tool-icon {
	    vertical-align: top;
	    top: 4px;
	    position: relative;
		}
*/
    .mobile-only {
        display: none;
    }
    .input-group .k-dropdown-wrap {
        border-radius: 0 4px 4px 0;
    }

		.has-error .input-group .k-dropdown-wrap {
			border-color: #a94442;
		}

    .dropdown-header {
        border-width: 0 0 1px 0;
        text-transform: uppercase;
    }

    .dropdown-header-orgno {
        padding: 3px;
    }

    .dropdown-header > span {
        display: inline-block;
        padding: 2px;
    }

    .dropdown-header > span:first-child {
        width: 50px;
    }

    #employee-search-field-list .k-item {
        line-height: 1em;
        min-width: 300px;
    }

    /* Material Theme padding adjustment*/

    .k-material #employee-search-field-list .k-item,
    .k-material #employee-search-field-list .k-item.k-state-hover,
    .k-materialblack #employee-search-field-list .k-item,
    .k-materialblack #employee-search-field-list .k-item.k-state-hover {
        padding-left: 5px;
        border-left: 0;
    }

    #employee-search-field-list .k-item > span {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        margin: 7px 10px 4px 5px;
    }

    #employee-search-field-list .k-item > span:first-child {
        -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        margin: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #employee-search-field-list h3 {
        font-size: 1em;
        font-weight: bold;
        margin: 0 0 1px 0;
        padding: 0;
    }

    #employee-search-field-list p {
        margin: 0;
        padding: 0;
        font-size: .8em;
    }    #employee-search-field-list .k-item {
        line-height: 1em;
        min-width: 300px;
    }


    /* For select2 search box */

    #globalsearchbox .select2-results .select2-results__option {
        line-height: 1em;
        min-width: 300px;
    }

    #globalsearchbox .k-material .select2-results .select2-results__option,
    #globalsearchbox .k-material .select2-results .select2-results__option.k-state-hover,
    #globalsearchbox .k-materialblack .select2-results .select2-results__option,
    #globalsearchbox .k-materialblack .select2-results .select2-results__option.k-state-hover {
        padding-left: 5px;
        border-left: 0;
    }

    #globalsearchbox .select2-results .select2-results__option > span {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        margin: 7px 10px 4px 5px;
    }

    #globalsearchbox .select2-results .select2-results__option > span:first-child {
        -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        margin: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #globalsearchbox .select2-results h3 {
        font-size: 1em;
        font-weight: bold;
        margin: 0 0 1px 0;
        padding: 0;
    }

    #globalsearchbox .select2-results p {
        margin: 0;
        padding: 0;
        font-size: .8em;
    }

    #globalsearchbox .select2-results .select2-results__option {
             line-height: 1em;
             min-width: 300px;
    }

    #globalsearchbox .select2-container--default .select2-results__option--highlighted {
        background-color: #c0c6d1 !important;
        color: black !important;
    }

    /* Select2 search box over */

    #orgnr .k-item {
        line-height: 1em;
        min-width: 300px;
    }
    
    /* Material Theme padding adjustment*/
    
    .k-material #orgnr .k-item,
    .k-material #orgnr .k-item.k-state-hover,
    .k-materialblack #orgnr .k-item,
    .k-materialblack #orgnr .k-item.k-state-hover {
        padding-left: 5px;
        border-left: 0;
    }

    #orgnr .k-item > span {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        margin: 7px 10px 4px 5px;
    }

    #orgnr .k-item > span:first-child {
        -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        margin: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #orgnr h3 {
        font-size: 1em;
        font-weight: bold;
        margin: 0 0 1px 0;
        padding: 0;
    }

    #orgnr p {
        margin: 0;
        padding: 0;
        font-size: .8em;
    }    
    #orgnr .k-item {
        line-height: 1em;
        min-width: 600px;
    }

    #manager .k-item {
        line-height: 1em;
        min-width: 300px;
    }
    
    /* Material Theme padding adjustment*/
    
    .k-material #manager .k-item,
    .k-material #manager .k-item.k-state-hover,
    .k-materialblack #manager .k-item,
    .k-materialblack #manager .k-item.k-state-hover {
        padding-left: 5px;
        border-left: 0;
    }

    #manager .k-item > span {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        margin: 7px 10px 4px 5px;
    }

    #manager .k-item > span:first-child {
        -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        margin: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #manager h3 {
        font-size: 1em;
        font-weight: bold;
        margin: 0 0 1px 0;
        padding: 0;
    }

    #manager p {
        margin: 0;
        padding: 0;
        font-size: .8em;
    }    
    #manager .k-item {
        line-height: 1em;
        min-width: 600px;
    }

    .k-list-container {
    	width: 400px !important;
    }
    #orgno-list {
    	width: 600px !important;
    }
    
    .medarbeider-bilde {
        display: inline-block;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-size: 100%;
        background-position: center center;
        vertical-align: middle;
        line-height: 32px;
        box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
        margin-left: 5px;
    }

    .medarbeider-stort-bilde {
        display: inline-block;
        width: 150px;
        height: 180px;
        border-radius: 25%;
        background-size: 100%;
        background-position: center center;
        vertical-align: middle;
        line-height: 100px;
        box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
        margin-left: 5px;
    }

/*
    .medarbeider-navn {
        display: inline-block;
        vertical-align: middle;
        line-height: 32px;
        padding-left: 8px;
    }
*/
    
    .signatur p, .signatur .div, .signatur span, .signatur td {
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 10pt;
    }

/*
		.k-multiselect .k-button {
		    color: #000;
		    border-color: #ccc;
		    background-color: rgba(131, 167, 82, 0.25);
		    margin-right: 2px;
		}

		.k-multiselect .k-state-hover {
		    background-color: rgba(131, 167, 82, 0.50) !important;
		}

		.k-multiselect-wrap li {
		    margin: 1px 0 1px 1px;
		    padding: .0em 1.6em 0em 0.5em;
		    line-height: 1.79em;
		    float: left;
		    position: relative;
		    top: 2px;
		    left: 2px;
		}

		html {
		  position: relative;
		  min-height: 100%;
		}
		.footer {
		.footer {
		  position: absolute;
		  bottom: 0;
		  width: 100%;
		  height: 70px;
		  background-color: #f5f5f5;
		}

*/
/*		.container {
		  padding: 0 15px 0 0;
		}
		.container .text-muted {
		  margin: 20px 0;
		}

		body > .container {
		  padding: 70px 15px 10px 0;
		}
		
		.footer > .container {
		  padding-right: 15px;
		  padding-left: 15px;
		}
		
		code {
		  font-size: 80%;
		}

		.doc-icon {
		  margin-right: 10px;
		}
		#employee-search-field {
			width: 225px;
		}
		
		table.contact td {
			padding-right: 5px;
			min-width: 150px;
			vertical-align: top;
		}
.navbar-default {
    background-color: #f3f3f3;
    border-color: #ddd;
}

		#grid {
	    font-size: 12px;
		}

		ul.k-upload-files {
			list-style: none;
			margin-left: 0;
			margin-bottom: 0.5em;
			margin-top: 0.5em;
		}
*/

		/* Grid */
/*
    .k-grid .doc-icons { display: block; }
    .k-grid .doc-icons { text-align: center; }
    .k-grid .doc-icons a { display: inline-block; }
    .k-grid th.k-header { font-weight: bold; }

    .k-notification-upload-success.k-group {
        background: rgba(0%,60%,0%,.7);
        color: #fff;
    }
    .upload-success {
        width: 360px;
        height: 100px;
        padding: 0 30px;
        line-height: 100px;
    }
    .upload-success h3 {
        font-size: 1.7em;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
    }
    .upload-success img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
		}
		
    .dropdown-header {
        border-width: 0 0 1px 0;
        text-transform: uppercase;
    }

    .dropdown-header > span {
        display: inline-block;
        padding: 2px;
    }

    .dropdown-header > span:first-child {
        width: 50px;
    }

    #employee-search-field-list .k-item {
        line-height: 1em;
        min-width: 300px;
    }
*/    
    /* Material Theme padding adjustment*/
    
    .k-material #employee-search-field-list .k-item,
    .k-material #employee-search-field-list .k-item.k-state-hover,
    .k-materialblack #employee-search-field-list .k-item,
    .k-materialblack #employee-search-field-list .k-item.k-state-hover {
        padding-left: 5px;
        border-left: 0;
    }

    #employee-search-field-list .k-item > span {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        margin: 7px 10px 4px 5px;
    }

    #employee-search-field-list .k-item > span:first-child {
        -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        margin: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #employee-search-field-list h3 {
        font-size: 1em;
        font-weight: bold;
        margin: 0 0 1px 0;
        padding: 0;
    }

    #employee-search-field-list p {
        margin: 0;
        padding: 0;
        font-size: .8em;
    }

    .k-list-container {
    	width: 400px !important;
    }
    
    .medarbeider-bilde {
        display: inline-block;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-size: 100%;
        background-position: center center;
        vertical-align: middle;
        line-height: 32px;
        box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
        margin-left: 5px;
    }

    .medarbeider-stort-bilde {
        display: inline-block;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background-size: 100%;
        background-position: center center;
        vertical-align: middle;
        line-height: 100px;
        box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
        margin-left: 5px;
    }

    .medarbeider-medium-bilde {
        display: inline-block;
        width: 66px;
        height: 66px;
        border-radius: 50%;
        background-size: 100%;
        background-position: center center;
        vertical-align: middle;
        line-height: 50px;
        box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
        margin-left: 0px;
        float: left;
        margin-right: 10px;
    }

		.circle-border {           
		    border: 6px solid #eeeeee;
		    border-radius: 50%;           
		}                               

		.circle-medium-border {           
		    border: 3px solid #eeeeee;
		    border-radius: 50%;           
		}                               

    .medarbeider-navn {
        display: inline-block;
        vertical-align: middle;
        line-height: 32px;
        padding-left: 8px;
    }
    
    .signatur p, .signatur .div, .signatur span, .signatur td {
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 10pt;
    }
    
    .checkbox.intable {
			margin: 2px 0;
    }

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.sortable li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.sortable li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

ol.nested_with_switch li, ol.simple_with_animation li, ol.serialization li, ol.default li {
    cursor: pointer;
}
ol.vertical.sortable li {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
    color: #0088cc;
    background: #eeeeee;
}
ol.sortable li {
    line-height: 18px;
}

ol.sortable li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ol.sortable {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

/* PROCESS-PAGE */

.process-page h2, .process-page h3, .process-page h4  {
  border-radius: 3px;
	font-weight: bold;
	background-color: #eee;
	padding: 5px 5px !important;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 0.7em;
}
.process-page h2 {
	color: #000;
	font-size: 20px;
}

.process-page div.anchor:before { 
  display: block; 
  content: " "; 
  margin-top: -50px; 
  height: 50px; 
  visibility: hidden; 
}


.process-page .responsible {
	float: right; 
	color: #999; 
	font-size: 0.65em; 
	margin-right: 0.4em; 
	margin-top: 0.25em;
}
.process-page h3 {
  font-style: italic;
  font-weight: bold;
	color: #333;
	font-size: 15px;
}
.process-page h4 {
	color: #666;
	font-size: 13px;
}

.process-page h1 span {
}
.process-page h1 small {
}

.process-page h2 {
    padding: 8px !important;
    margin-left: -5px;
    margin-right: -5px;
}

.process-page .sub-activity {
	padding: 6px 0 4px 0;
	border-bottom: 1px solid #eee;
}

.sub-activity p {
	margin-bottom: 0;
}


/* /PROCESS-PAGE */

/*
.redactor-in {
    padding: 1px 1px;
    margin: 0px 0px;
    border: 1px dashed rgba(0, 0, 0, .15);    
    background: #ffffcc;
}
*/
  .process-page .k-list-container
  {
      padding-right: 25px;
      min-width: 600px;
  }
  .process-page .k-list .k-item, .process-page .k-animation-container
  {
      padding-right: 25px;
      min-width: 550px;
  }

  .process-page .process-description {
      padding-bottom: 10px;
      border-bottom: 1px solid #eee;
  }


/* PILLS */

	.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color:black;
    background-color:#e7e7e7;
  }
	.page-header {
		font-size: 2.5em;
		margin-left: 5px;
	}

	.alert-boring {
	    background-color: #f6f6f3;
	    border-color: transparent;
	    border-left: 3px solid #0f80db;
	    color: #000;
	}			
	.breadcrumb {
		margin-left: 5px;
	}

	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}

    @media screen and (max-width: 767px) {

        .dl-horizontal dd {
            margin-left: 140px;
            /* margin-bottom: 5px; */
            vertical-align: top;
        }
        .dl-horizontal.company-info dd {
            /* margin-left: 120px !important; */
            margin-bottom: 2px;
            vertical-align: top;
        }
        .dl-horizontal dt {
            float: left;
            width: 120px;
            overflow: hidden;
            clear: left;
            text-align: right;
            text-overflow: ellipsis;
            vertical-align: top;
            max-width: 95%;
        }
        /* Specific lists */
        .dl-horizontal.employee-info dt {
            width: 75px;
        }
        .dl-horizontal.employee-info dd {
            margin-left: 90px !important;
            vertical-align: top;
        }
    }

	@media screen and (min-width: 768px) {
		.dl-horizontal {
			max-width: 99%;
		}
		.dl-horizontal dd {
		    margin-left: 180px;
		    /* margin-bottom: 5px; */
		    vertical-align: top;
		}
		.dl-horizontal dt {
            float: left;
		    width: 150px;
		    overflow: hidden;
		    clear: left;
		    text-align: right;
		    text-overflow: ellipsis;
		     margin-bottom: 2px;
		    vertical-align: top;
		}
        /* Specific lists */
        .dl-horizontal.employee-info dt {
            width: 85px;
        }
        .dl-horizontal.employee-info dd {
            margin-left: 100px !important;
            vertical-align: top;
        }
        .dl-horizontal.kpi-info dt {
            width: 125px;
        }
        .dl-horizontal.kpi-info dd {
            margin-left: 140px !important;
            margin-bottom: 2px;
            vertical-align: top;
        }
    }
	@media print {
		.dl-horizontal {
			max-width: 93%;
		}
		.dl-horizontal dd {
		    margin-left: 180px;
		    margin-bottom: 5px;
		    vertical-align: top;
		}
		.dl-horizontal dt {
		    float: left;
		    width: 150px;
		    overflow: hidden;
		    clear: left;
		    text-align: right;
		    text-overflow: ellipsis;
		    margin-bottom: 5px;
		    vertical-align: top;
		    max-width: 95%;
		}
	}

    @media screen and (max-width: 768px) {

        /* Special tabs for mobile */
        #page-content>.tab-base>.nav-tabs>li {
            margin-bottom: -2px;
            width: 50%;
            overflow-y: hidden !important;
        }
        #page-content>.tab-base>.nav-tabs>li .badge {
            display: none;
        }
        .inner-tabs>.nav>li>a {
            padding: 10px 4px;
        }
        .inner-tabs>.nav>li[role="presentation"] {
            display: none;
        }
        .mobile-only {
            display: inline-block;
        }

        /* Special timeline for mobile */
        .timeline {
            padding-bottom: 0;
        }
        .timeline:before {
            background: transparent;
        }
        .timeline:after {
            display:none;
        }
        .timeline>.timeline-entry>.timeline-stat {
            display: none;
        }
        .panel .private-entry .timeline-label, .panel .timeline-label, .timeline-label {
            margin-left: 0 !important;
        }

        /* */
        .panel-heading .panel-control .btn .button-text {
            display: none;
        }

        .panel-body .qr-code {
            display: none; /* no use showing on the mobile */
        }

        /* attendee_learning_module special */
        .webinar-lecturer {
            margin-left: 25px;
        }

    }

.magic-checkbox + label:not(:empty) {
    /* padding: 0 26px !important; */
}	

.list-item-sm {
    padding: 10px 10px;
}

.panel-body .list-group ul {
    /*border-left: 2px solid #ddd;
    background-color: #f1f1f1; */
    list-style-type: square;
    padding: 6px 1.5em;
}


/* CRUMBS */

    #process {
        background-color: #ddd;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 10px;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #crumbs {
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

	#process ul {
		list-style: none;
		display: inline-table;
		padding-left: 0;
	}
	#process ul li {
		display: inline;
	}
    #crumbs ul {
        margin-bottom: 5px;
    }

	#crumbs ul li a:after {
	content: "";  
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 40px solid #127245;
	position: absolute; right: -40px; top: 0;
	z-index: 1;
	}

	#crumbs ul li a:before {
	content: "";  
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 40px solid #ddd;
	position: absolute; left: 0; top: 0;
	}

	#crumbs ul li:first-child a:before {
	display: none; 
	}

	#crumbs ul li:last-child a {
	padding-right: 20px;
	border-top-right-radius: 10px; 
	border-bottom-right-radius: 10px;
	}
	#crumbs ul li:last-child a:after {
	display: none; 
	}

    #crumbs ul.active li a {
        background: #1EBE73;
    }

	#crumbs ul li a:hover {
	background: #1EBE73;
	}
	#crumbs ul li a:hover:after {
	border-left-color: #1EBE73;
	}
		
#crumbs ul li:first-child a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 20px;
    min-width: 70px;
}

#crumbs ul li a {
    display: block;
    float: left;
    height: 80px;
    background: #127245;
    text-align: center;
    padding: 0px 0px 0 50px;
    position: relative;
    margin: 10px 7px 0 0;
    font-size: 0.85em;
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
}

#crumbs span.potp {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
}

#process .underbar {
    display: inline-block;
    padding: 8px;
    height: 40px;
    min-width: 400px;
    background-color: #127245;
    border-radius: 10px;
    color: white;
}
#process .underbar:hover {
    background-color: #1EBE73; 
}

#process .underbar li a {
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    min-width: 400px;
    font-size: 0.85em;
}


h4 {
	margin-top: 20px;
	font-size: 1.2em;
    margin-bottom: 0.75em;
}

.panel h4:first-of-type {
    margin-top: 0px;
    padding-top: 10px;
/*    padding-bottom: 8px; */
}


.redactor-dropdown .redactor-dropdown-h4-add {
	font-size: 1.2em;
}


.blueimp-gallery > .description {
  position: absolute;
  top: 30px;
  left: 15px;
  color: #fff;
  display: none;
}
.blueimp-gallery-controls > .description {
  display: block;
}

.redactor-styles {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #000;
}

.redactor-toolbar {
    box-shadow: none;
}

    .select2-container--open {
    z-index:9999999         
}

#article-tools-area .k-grid tbody tr {
    height: 25px;
}
 
#article-tools-area .k-grid td[role='gridcell'] {
    white-space: nowrap;
}

.panel-body a:hover {
	text-decoration: underline;
}

.tool-panel {
	margin-bottom: 8px;
}

.tool-description h4, .tool-description .panel-control {
	padding-top: inherit !important;
    font-size: 1.15em;
}

.tool-description h4 small {
	font-size: 0.85em;
}

.tool-instruction {
}

.k-grid tbody tr {
	/* cursor: move; */
}

.placeholder {
	outline-style: dotted;
	outline-width: 1px;
	outline-color: red;
}

#screenshot {
	position:absolute;
	border:1px solid #ccc;
	background:#fff;
	padding:5px;
	display:none;
	color:#fff;
}
#screenshot img {
	max-height: 600px;
}
	
.panel-body ul, .panel-body ol {
	padding-left: 1.5em;
}

.nobr { white-space:nowrap; }


.resume-period {
	width: 135px;
    text-align: right;
}
.panel-small-resume-title {
	font-size: 1.1em !important;
}
  .resume-skill-btn {
      width: 19%;
      text-align: center;
      font-size: 75%;
      margin: 0 1% 0 0;
  }

  .skill-level-0-btn:hover, .skill-level-0-btn.skill-level-selected {
      background-color: #DCDDDE;
      color: black;
      /*text-decoration: underline;*/
      border-bottom: 1px solid #999;
  }
  .skill-level-0-btn {
      background-color: #DCDDDE;
      color: black;
  }
  .skill-level-1-btn, .skill-level-1-btn:hover {
      color: black;
      background-color: #D9E25A;
  }
  .skill-level-1-btn {
      color: black;
      background-color: #DCDDDE;
  }
  .skill-level-1-btn:hover, .skill-level-1-btn.skill-level-selected {
    background-color: #D9E25A;
  }
  .skill-level-2-btn {
      color: black;
      background-color: #DCDDDE;
  }
  .skill-level-2-btn:hover, .skill-level-2-btn.skill-level-selected {
      background-color: #1EBE73;
      color: white;
  }
  .skill-level-3-btn {
      color: black;
      background-color: #DCDDDE;
  }
  .skill-level-3-btn:hover, .skill-level-3-btn.skill-level-selected {
      color: white;
      background-color: #006543;
  }
  .skill-level-4-btn, .skill-level-4-btn:hover {
      color: black;
      background-color: #DCDDDE;
  }
  .skill-level-4-btn:hover, .skill-level-4-btn.skill-level-selected {
      color: white;
      background-color: #519FD7;
  }

  .nav-tabs .badge-soft {
      background-color: #bbbbbb;
  }

    .list-item-sm {
        padding: 5px 15px;
    }

  /* CALENDAR */

    #container .fc-toolbar h2 {
        font-weight: 600;
        padding-top: 9px;
        /*font-size: 14px;*/
    }

    .fc-time-grid-event.fc-short .fc-attendee, .fc-time-grid-event.fc-short .fc-company, .fc-time-grid-event.fc-short .fc-project {
        display: inline-block;
        vertical-align: top;
        font-size: .85em;
        padding: 0;
    }
    .fc-time-grid-event.fc-short .fc-prefix { display: none; }

    .fc-time-grid-event .fc-time {
        display: inline-block;
        margin-bottom: 2px;
    }

    .fc-time-grid-event .fc-attendee::before {
        content: "\0A";
        white-space: pre;
    }
    .fc-time-grid-event .fc-company::before {
        content: " - ";
    }
    .fc-time-grid-event.fc-short .fc-company::before {
        padding-left: 3px;
        content: '- ';
        white-space: inherit;
    }
    .fc-time-grid-event.fc-short .fc-attendee::before {
        /* margin-left: 3px; */
        content: " (";
    }
    .fc-time-grid-event.fc-short .fc-attendee::after {
        content: ")";
    }
    .fc-time-grid-event .fc-project, .fc-time-grid-event.fc-short .fc-project {
        /* Exclude Project for now */
        display: none;
    }

    .fc-daygrid-day-frame {
        overflow: hidden;
    }
    a.fc-daygrid-event {
        color: inherit;
    }




/* Idiotic hack */

/*
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        select, textarea, input {
            font-size: 16px !important;
        }
    }
*/



    .file-list .file-name,.popover.mainnav-shortcut,.username {
        white-space: nowrap
    }

    .file-list .file-name,.label-table,.panel-title,.card-title,.text-overflow {
        text-overflow: ellipsis
    }

    #container .invoice-summary tbody>tr>td,.file-list .media-block .media-body {
        vertical-align: middle
    }


    .file-sidebar .list-group-items {
        padding: 10px
    }

    .file-list {
        list-style: none;
        padding: 20px 0
    }

    .file-list>li {
        position: relative;
        padding: 12px;
        border-radius: 1px
    }

    .file-list>li:after {
        content: '';
        display: table;
        clear: both
    }

    .file-list>li:nth-child(odd) {
        background-color: rgba(0,0,0,.025)
    }

    .file-list>li:hover {
        background-color: rgba(0,0,0,.05)
    }

    .file-list>li.selected {
        background-color: #f2f0c2
    }

    .file-list .file-control {
        float: left;
        width: 50px;
        line-height: 3em
    }

    .file-list .media {
        overflow: hidden;
        margin: 0 20px 0 0
    }

    .file-list .media-block>.media-left {
        font-size: 2.5em;
        line-height: 1.2em
    }

    .file-list .file-details {
        display: block;
        overflow: hidden;
        margin-right: 50px
    }

    .file-list .file-name {
        color: #4d627b;
        margin-bottom: 0;
        font-weight: 700;
        display: block;
        overflow: hidden
    }

    .file-list .file-desc {
        color: #000000;
        margin-bottom: 0;
        font-weight: 500;
        display: block;
        overflow: hidden
    }

    .file-list .file-name.single-line, .file-list .file-desc.single-line  {
        line-height: 2.5em
    }

    .file-list .file-settings {
        float: right;
        font-size: 85%;
        text-align: right
    }

    .file-list .file-settings a,.file-list .file-settings button {
        padding: 10px 5px;
        display: inline-block
    }

    .file-panel {
        border-top: 1px solid rgba(0,0,0,.07);
        margin-top: 20px
    }

    .file-toolbar {
        padding: 5px 0;
        text-align: center
    }

    .file-toolbar>.btn-file-toolbar {
        padding: 0;
        display: inline-block;
        float: none!important
    }

    .file-toolbar>.btn-file-toolbar .btn {
        padding: 6px
    }

    @media (min-width: 768px) {
        .file-panel {
            border-top:0;
            margin-top: 0
        }

        .file-manager .file-sidebar {
            padding-right: 15px;
            border-right: 1px solid rgba(0,0,0,.07)
        }

        .file-toolbar {
            padding: 5px 0;
            text-align: left
        }

        .file-toolbar>.btn-file-toolbar {
            padding: 0 10px;
            display: inline-block
        }

        .file-toolbar>.btn-file-toolbar.pull-right {
            float: right!important
        }

        .file-toolbar>.btn-file-toolbar:not(:first-child) {
            border-left: 1px solid rgba(0,0,0,.07)
        }

        .file-toolbar>.btn-file-toolbar:first-child {
            padding-left: 0
        }
    }

    .file-list {
        list-style: none;
        padding: 0 0 20px;
    }
    .tab-base {
        margin-bottom: 15px;
    }
    .inner-tabs.tab-base {
        margin-bottom: 8px;
    }
    .inner-tabs>ul>li:not(.active)>a {
        border: 1px solid transparent !important;
        border-bottom: 3px solid transparent !important;
        /*background-color: rgba(255,255,255,0.5) !important;*/
        background-color: transparent !important;
    }

    .inner-tabs>ul>li.active>a, .inner-tabs>ul>li.active>a:active {
        border: 1px solid transparent !important;
        margin-bottom: 1px;
        border-bottom: 3px solid #99ccff !important;
        background-color: transparent !important;
    }
    .inner-tabs>ul>li.active>a:hover {
        /*background-color: rgba(255,255,255,0.5) !important;*/
        background-color: transparent !important;
    }
    .inner-tabs>ul>li:not(.active)>a:hover {
        /*background-color: transparent;*/
        background-color: transparent !important;
    }
    .inner-tabs.tab-content {
        margin-top: 1em;
        background-color: transparent !important;
        box-shadow: 0 0 0 rgba(0,0,0,0);
        border: 0 !important;
        padding: 0 !important;
    }
    .inner-tabs .form-control.narrow {
        padding: 5px 12px !important;
        border-radius: 4px;
    }

    .inner-tabs .inner-window {
        margin: 15px 20px;
        margin-top:0;
        padding-top: 10px;
        border-top: 1px solid #eeeeff;
    }

    .nav-tabs li a i.fa, .nav-tabs li a i.far, .nav-tabs li a i.fas, .nav-tabs li a i.fal {
        margin-right: 0.3em;
    }


    .activity-tags>.taglist {
        display: inline-block;
        margin-top: 10px;
    }

    .panel .private-entry .timeline-label {
        box-shadow: none;
        border: 0;
        background-color: #f9fcee;
        margin-left: 100px;
    }
    .panel .private-entry .timeline-label:after {
        border-right-color: #f9fcee;
    }

    .select2-selection {
        border: 1px solid rgba(0,0,0,.07) !important;
    }
    .select2-container--default.select2-container--focus .select2-selection--multiple {
        border: 1px solid #ccc !important;
    }

    /* Bootstrap Slider */
    .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
        font-size: 85% !important;
    }

    /* Autocomplete overrides */

    .ui-autocomplete.ui-widget {
        font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 13px;
        line-height: 15px;
        color: #000;
        border: 1px solid #0c80df;
        border-radius: 1px;
    }
    .ui-autocomplete.ui-widget-content {
        border: 1px solid #aaaaaa;
        background: #ffffff;
        color: #222222;
    }
    .ui-autocomplete .ui-corner-all {
        border-radius: 2px;
    }
    .ui-autocomplete .ui-corner-all a {
        background-color: #eee;
    }

    .ui-autocomplete .ui-state-focus a {
        background-color: #eee !important;
    }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        background-color: #eee !important;
    }

    /* Kendo overrides */

    .k-datepicker {
        width: 100%;
    }

    .k-picker-wrap .k-input {
        border-radius: 3px 0 0 3px;
        padding: 5px;
    }

    .select2-container--default .select2-selection--single {
        height: 32px;
    }

    .chart {
        position: relative;
        display: inline-block;
        width: 110px;
        height: 110px;
        text-align: center;
    }
    .chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }
    .percent {
        top: 37px;
        display: inline-block;
        /* line-height: 20px; */
        z-index: 2;
        position: relative;
    }
    .percent:after {
        content: '\%\A formidling';
        white-space: pre-wrap; /* or pre-wrap */
        margin-left: 0.1em;
        font-size: .8em;
    }

    /* Links that need to look like links */
    .delete_report_button {
        cursor: pointer
    }

    .text-red {
        color: #ff0000;
    }

    .text-orange {
        color: #ffaa11;
    }

    .text-task-orange {
        color: #CCCC00;
    }

    .text-blue {
        color: #005ebd;
    }

    .text-green {
        color: #127245;
    }

    .text-bright-green {
        color: #1ebe73;
    }

    .prediction {
        color: #bbbbbb;
    }

    /* Poller -- BS4 */

    .card-title {
        font-weight: 600;
        padding: 0 20px 0 20px;
        font-size: 1.1em;
        line-height: 50px;
        white-space: nowrap;
        overflow: hidden;
        margin: 0 !important;
    }

    .card-header {
        padding: 0 !important;
        margin: 0 !important;
    }
    .card-footer {
        padding-bottom:0 !important;
        margin: 0 !important;
    }

    .tooltip-class {
        display: inline-block;
        text-align: center;
        width: 85px;
        border: 0;
        height: 2.5em;
        background-color: transparent;
        color: #ffffff !important;
        font-size: 10px;
        margin: 2px;
        margin-right: 5px;
    }

    #result_history {
        color: #000;
    }

    .taskmodule-list {
         list-style: none;
         padding: 0;
     }

    ul.taskmodule-list {
        padding-left: 0;
    }

    .taskmodule-list li {
        padding-left: 1.5em;
        position: relative;
        line-height: 1.4em;
    }

    .icon-area {
        color: #AAAAAA;
    }

    .taskmodule-list .icon-area {
        position: absolute;
        left: 0;
        color: #AAAAAA;
    }

    .workshop_item {
        margin-bottom: 0.5em;
    }

    img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
        max-width: none !important;
        max-height: none !important;
    }

    .breadcrumb {
        border-radius: 0;
        background-color: transparent;
        margin-bottom: 0;
        padding: 0 20px 10px;
        font-size: 1em;
    }

    .breadcrumb li,.breadcrumb li a {
        color: #afb9c3;
    }

    .breadcrumb li a:hover {
        color: #03a9f4;
        text-decoration: underline
    }

    .breadcrumb>li+li:before {
        content: "";
        border-color: #4d627b;
        border-style: solid;
        border-width: .1em .1em 0 0;
        display: inline-block;
        height: .55em;
        left: 0;
        position: relative;
        top: -.1em;
        width: .55em;
        padding: 0;
        margin-left: 1ex;
        margin-right: 1.7ex;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        /* transform:rotate(45deg); */
    }

    .breadcrumb .active {
        font-weight: 500;
        color: #4d627b
    }

    .help-block {
        margin-bottom: 0 !important;
    }

    #survey-wizard .row {
        margin: 0 7.5px;
    }

    #confirm_dw_form hr {
        margin: 15px 0;
    }


    .k-grid .inactive_period {
        color: #AAAAAA
    }
    .k-grid .inactive_period.replaced {
             text-decoration: line-through;
    }

    .modal.in .modal-body div.row {
        margin: 5px 7.5px;
    }

    .checkbox.tight {
        margin: auto 0px;
    }

    .white, a:hover.white {
        color: #fff;
    }
    a.white {
        text-decoration: underline;
    }

    /* FullCalendar */

    a.fc-event:focus {
        color: #fff !important;
    }
    a.fc-event:hover {
        text-decoration: none;
    }

    .fc-header-toolbar h2, .fc-toolbar-title {
        font-size: 16px !important;
    }

    .fc-event-main {
        overflow: hidden;
    }

    .fc-event-title a {
        color: inherit;
    }

    .pretty-split-pane-frame {
        height: 1100px;
    }

    .pretty-split-pane-frame #left-component {
        width: 44em; /* Same as divider left */
    }

    .pretty-split-pane-frame #my-divider {
        left: 44em;
        width: 5px;
    }

    .pretty-split-pane-frame #right-component {
        left: 44em; /* Same as divider left */
        margin-left: 5px; /* Same as divider width */
    }

    .k-state-selected a:not(.btn) {
        text-decoration: none;
        color: #ffffff;
        outline: 0;
    }
    .k-state-selected .text-red{
        color:inherit;
    }


    /* Flexbox setup */

    @media only screen and (min-width : 481px) {
        .flex-row.row {
            display: flex;
            flex-wrap: wrap;
        }
        .flex-row.row > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }
        .flex-row.row:after,
        .flex-row.row:before {
            display: flex;
        }
    }

    .flex-row .flex-thumbnail,
    .flex-row .flex-caption {
        flex:1 0 auto;
        flex-direction:column;
    }
    .flex-text {
        flex-grow:1
    }
    .flex-row img {
        height:auto;
        width:100%
    }

    .widget-body {
        padding: 25px 10px 15px;
        position: relative;
    }

    .module-title {
        padding-top: 3px;
        height: 3em;
        overflow-y: hidden;
        overflow-x: hidden;
        display: inline-grid;
        align-items: center;
        justify-content: center;
    }

    .module-description {
        padding-top: 5px;
        height: 3.3em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .widget-footer {
        border-top: 1px solid #ddd;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .flex-thumbnail.panel {
        border-bottom-width: 0;
    }

    .flex-row .panel.widget {
        margin-bottom: 0;
    }

    .subject_item {
        border: 1px solid #ddd;
        margin-bottom: 15px;
        border-radius: 3px;
    }

    .progress-bar-success {
        background-color: #1ebe73;
    }

    #subject-tasks-table .k-command-cell .k-button {
        min-width: 0;
    }

    .subject_item .widget-footer .badge {
        padding: 4px 8px;
    }

    .inner-tabs .nav-tabs {
        margin-bottom: 1.5em;
    }
    #event-form .row {
        margin-bottom: 1em;
    }
    #event-form .form-group {
        margin-bottom: 0;
    }

    .label-for-switch {
        margin-top: 10px;
    }
    .label-for-date {
        margin-top: 5px;
    }

    .footer-info {
        margin-top: 7.5px;
        max-width: 80%;
        overflow: hidden;
        float: left;
        text-align: left;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .popover {
        max-width: 500px !important;
    }

    .censored-text {
        color: #666666;
        background-color: #666666;
    }

    .inner-tabs .tab-content {
        box-shadow: none;
        padding: 0 15px;
    }

    blockquote {
        font-size: inherit;
    }
    blockquote p {
        margin-bottom: 0.25em;
    }
    h3.module-title, h3.modal-title, .content-webinars h3, #webinar-list h3{font-size:1.2em;}
    .bq-sm h3{color:#000;font-weight: 700;font-size: 13px}
    legend.control-label{font-size: 13px;font-weight:600;border:0;margin:0;padding-bottom: 0;}

    .dropdown-submenu{position: relative;}
    .dropdown-submenu .caret{-webkit-transform: rotate(-90deg); transform: rotate(-90deg); position: relative; float: right; top: 0.5em; }
    .dropdown-submenu > .dropdown-menu {top:0; left:100%; margin-top:-6px; margin-left:-1px;}
    .dropdown-submenu.open > a:after{border-left-color:#fff;}
    .dropdown-submenu.open > .dropdown-menu, .dropdown-submenu.open > .dropdown-menu {display: block;}
    .dropdown-submenu .dropdown-menu{margin-bottom: 8px;}
    @media screen and (min-width:992px){
        .dropdown-submenu .dropdown-menu{margin-bottom: 2px;}
    }

    .btn-group .report_menu{width:140px;}
    .submit-report-button {width:140px;}
    .btn-default .report_menu{width:120px;}
    #att-reports-table .dropdown-menu a.btn{text-align:left;}
    .dropdown-menu .btn.report_menu { text-align: left; }
    #att-reports-table .canceled{text-decoration:line-through;}

    .badge-tag {
        display: inline-flex;
        height: 19px;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #F9F9F9;
        padding: 0px 6px 0px 0;
        margin: 0 1px 1px 0;
        vertical-align: middle;
        font-size: 0.9em;
    }

    .tag-accent {
        display: inline-block;
        width: 12px;
        height: 12px;
        background-color: transparent;
        margin-right: 0;
        margin-left: 4px;
        border-radius: 999px;
        border: 1px solid #666;
        vertical-align: middle;
    }

    .tag-label {
        padding-right: 0px;
        padding-left: 5px;
        white-space: nowrap;
        vertical-align: middle;
        color: #000 !important;
    }

    .tag-close {
        background: none;
        border: none;
        font-size: 16px;
        cursor: pointer;
        color: #555;
        padding: 1px 0 0 4px;
        vertical-align: middle;
    }

    .tag-link {
        color: #000 !important;
    }

    .tag-close:hover {
        color: #000;
    }

    .select2_tag_color {
        display:inline-block;width:12px;height:12px;border-radius:50%;position:relative;top:1px;background-color: transparent; margin-right:6px;border:1px solid #666;
    }

    .select2_selected_tag_color {
        display:inline-block;width:10px;height:10px;border-radius:50%;position:relative;top:-1px;background-color:transparent;margin-right:4px;vertical-align:middle;border:1px solid #666;
    }

.nace_childlink {
    font-size: 110%;
    color: #000 !important;
}

span.nace_grandchildren_links {
    font-size: 95%;
}

.widget-rating {
    text-align: center;
    padding-bottom: 5px;
}

.item_rating {
    position: relative;
    top: -2px;
    margin-bottom: 5px;
}
.item_rating .star_item {
    padding: 0 2px;
    font-size: 110%;
    color: #ffffff;
}
.item_rating .star_item:hover {
    color: #FFC107;
}

.feedback-buttons-area {
    width:100%;
    height:30px;
    border:0;
    margin-top: 12px;
    text-align:center;
}
.feedback-buttons-area .btn {
    padding-top:5px;
}

.feedback-comment-area {
    width:100%;
    height:3.3em;
    border:0;
    text-align:center;
}
.feedback-comment-area textarea::placeholder {
    color: #999;
}
.tag-new{
    padding-left:5px;
    /* background-color: #bbffbb !important; */
    padding-top:2px;
}