/* Mobile including large (pads) */
@media screen and (min-width: 0px) and (max-width: 767px) {
    /*Change mobile menu start*/
    .navbar-header {
      float: none;
      }
      .navbar-left,.navbar-right {
          float: none !important;
      }
      .navbar-toggle {
          display: block;
      }
      .navbar-collapse {
          border-top: 1px solid transparent;
          box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
      }
      .navbar-fixed-top {
          top: 0;
          border-width: 0 0 1px;
      }
      .navbar-collapse.collapse {
          display: none!important;
      }
      .navbar-nav {
          float: none!important;
          margin-top: 7.5px;
      }
      .navbar-nav>li {
          float: none;
      }
      .navbar-nav>li>a {
          padding-top: 10px;
          padding-bottom: 10px;
      }
      .collapse.in{
          display:block !important;
      }


    /*Change mobile menu end*/
    .bigpaceonmobile {
       margin-top: 20px;
    }

    .open>.dropdown-menu {
	  width: 100%;
	}

    .spaceonmobile {
       margin-top: 15px;
    }

    .smallspaceonmobile {
       margin-top: 10px;
    }

    .reduce-space_25px {
        margin-top: -25px;
    }

    .reduce-space-between-wells {
      margin-top: -19px;
    }

    .mobile-reduce-space-over {
      margin-top: -7px;
    }

     .reduce-space-between-jumbotrons {
       margin-top: -10px;
    }

    .spacebeteenrows {
        margin-top:10px;
    }

    .fillscreen .contentbox {
        margin-top: -10px !important;
        padding-top: 0px !important;
    }

    .navbar-default .navbar-nav>li>a:hover {
        color: #f5f5f5;
    }

    .navbar-header {
        background-color: #576580;
        height: 72px;
    }

    .dropdown-menu li {
        border-bottom: 1px solid #575f6a;
        float: none;
        position: relative;
    }

    .no-bottom-border li {
        border-bottom: 0px !important;
    }


    .navbar-default .navbar-collapse, .navbar-collapse {
        border: 0px !important;
    }

    .icon-bar {
        background-color: white !important;
    }

    /* Override */
    .navbar-toggle {
        border-color: transparent !important;
        margin-top: 25px !important;
    }

    /* Mobile selected row */
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        color: #555;
        background-color: #15bed2;
    }

    /* Mobile nav button  */
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #15bed2;
    }

    /*removed .navbar-collapse.in {
        margin-top: 21px;
    }*/

    .mobilelogo {
        width: 100px;
        height: 100px;
    }

    .smallspacemobil {
        margin-top: 15px;
    }

    /*.smallspacemobil {
        margin-top: 15px;
    }*/

    .fillscreen .contentbox {
        margin-top: 80px !important;
       	margin-bottom: 10px;
	    padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-brand img {
        margin-left: -4px;
        margin-top: -12px;
    }
}

/* Bootstrap col-sm */

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .boostrapColSmallRowSpacer {
        margin-top: 10px;
    }
    
    .boostrapColSmallRowSpacerSmaller {
        margin-top: 8px;
    }
}

/* Alt utenom mobil  */
@media screen and (min-width: 768px) {
	.open>.dropdown-menu {
	  width: 150%;
	}

    /*Navigation start*/
    nav {
	    text-align: left;
    }

    nav ul ul {
        display: none;
	    list-style: none;
    }

    nav ul li:hover > ul {
        display: block;
    }

    nav ul li {
        float: left;
    }

    /*nav ul li:hover {
        background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #4f5964 0%, #5f6975 40%) repeat scroll 0 0;
    }
    nav ul li:hover a {
        color: #fff;
    }*/

    nav ul ul {
        background: #5f6975 none repeat scroll 0 0;
        border-radius: 0;
        padding: 0;
        position: absolute;
        top: 100%;
    }

    nav ul ul li {
        border-bottom: 1px solid #575f6a;
        border-top: 1px solid #6b727c;
        float: none;
        position: relative;
    }

    nav ul ul li a {
        color: #fff;
        padding: 5px 29px;
	    width: 180px;
	    text-align: left;
    }

    nav ul ul li a:hover {
        background-color: #b8e2ed; /*#E9BEF3*/
	    color: black;
    }

    nav ul ul li .router-link-active, nav ul li .router-link-active  {
     text-decoration: none;
     outline: none;
     color: white; 
    }

    nav ul ul li a:visited, nav ul ul li a:link, nav ul li a:active {
	    color: white;
        text-decoration: none;
    }

    nav ul li ul li a:hover {
        color: black;
    }
    
    nav ul ul ul {
        left: 100%;
        position: absolute;
        top: 0;
    }

    nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    nav li {
        float: left;
    }

    nav li a:hover, #navigationlinks .aktivmeny > a {
      background-color: #15bed2;
      text-decoration: none;
      color: white;
    }

    #header-fixed {position:fixed; top:0px; height:65px; background-color: #576580; margin:auto; z-index:10000000; width:100%;} 
    #navigation-fixed {position:fixed; top:65px; height:35px; background-color: #44526d; margin:auto; z-index:1000000; width:100%;} 


    .nav {
        margin-bottom: 0px;
    }

    nav li a {
        display: block;
        width: 140px;
	    text-align: center;
	    height: 35px;
	    padding-top: 5px;
        background-color: #44526d;
	    padding-bottom: 7px;
	    color: white;
    }

    nav-tabs {
        margin: 0;
        padding: 0;
        border: 0; 
        border: none; 
    }

    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        color: #555;
        cursor: default;
        background-color: #fff;
        border-bottom-color: transparent;
    }

    .nav {
        margin-bottom: 0px;
    }

    .nav-tabs {
        margin: 0;
        padding: 0;
        border: 0; 
    }

    #navigation-fixed li {
      font-size: 15px;
      z-index: 10000;
    }

    .navbar-brand {
        height: 0px;
        padding: 0px;
    }

    .navbar-header {
       height: 60px;
    }

    .navbar {
      position: static;
      z-index: 155555;
    }



    /*Navigation end*/
}

/* Mobil */
@media screen and (min-width: 0px) and (max-width: 540px) {
    .desktopvisible {display: none; }
    .mobilevisible {display: block;}

    /*input[type=checkbox] {
      margin-left: 10px;
    }*/

    .smallspacemobil {
        margin-top: 15px;
    }
    
    .smallspacemobilonly {
        margin-top: 15px;
    }

    .mobilelogo img {
        width: 70px !important;
        height: 70px !important;
    }

    hr.list-divider {
        margin-top: 0px !important;
    }


    /*.navbar-brand img {
       margin-left: 10px !important;
    }*/

    /*.fillscreen .contentbox {
        margin-top: 80px !important;
       	margin-bottom: 10px;
	    padding-left: 15px;
        padding-right: 15px;
    }*/

    .breadcrumnnospaceunder {
      margin-top: 0px;
      margin-bottom: 0px;
    }

    .breadcrumbspaceunder {
      margin-bottom: 15px;
    }

    .breadcrumblistunder {
      margin-top: 0px;
      margin-bottom: 0px;
    }

    /*.navbar-brand img {
        margin-left: -4px;
        margin-top: -12px;
    }*/

    /* Login page start */

    .mobilefill {
      width: 100%;
      height: 100%;
    }

    .loginbox {
	    background-color: white;
	    width: 100%;
	    height: 100%;
        margin: 0px;
        padding-top : 25px;
	    padding-left: 15px;
	    padding-right: 15px;
    }

    .pleasewait {
      margin-left: 5px;
      margin-top : 3px;
    }


    .loginbutton {
      margin-bottom: 15px; 
    }

    /*.glempassord {
	    margin-left: -7px;
    }*/

    .licensebox {
	    background-color: white;
        padding-top: 20px;
        padding-right: 10px;
    }

    .agreedrow {
        padding-top: 25px;
        margin-bottom: 20px;
    }

    .loginbox img {
        width: 220px;
        height: 77px;
    }
    /* Login page end */
}



/* Desktop */
@media screen and (min-width: 540px) {
    .mobilevisible {display: none;}
    .desktopvisible {display: block; }    

    .spacebeteenrows {
        margin-top: 7px;
    }

    .dektoplargespacerows {
       margin-top: 15px;
    }

    /* Login page start */
    /*.loginbox {
        position: relative;
        border-radius: 12px;
	    background-color: white;
	    border: 1px solid #e6e6e6;
	    width: 450px;
	    height: 400px;
	    margin-top: 15px;
	    margin-bottom: 20px;
	    padding-left: 60px;
	    padding-right: 60px;
	    padding-bottom: 60px;
	    padding-top: 30px;
    }*/

    .loginbox, .glemtpassordbox, .nybrukerbox {
        position: relative;
        border-radius: 12px;
	    background-color: white;
	    border: 1px solid #e6e6e6;
	    width: 450px;
	    height: 400px;
	    margin-top: 15px;
	    margin-bottom: 20px;
	    padding-left: 60px;
	    padding-right: 60px;
	    padding-bottom: 60px;
	    padding-top: 30px;
    }

    .loginbutton {
        margin-bottom: 25px;
        margin-left: -18px;
        width: 325px !important;
    }

    /*.loginbutton {
      margin-bottom: 25px; 
      width: 325px;
    }*/

    .glempassord {
	    margin-left: -17px;
    }

    .pleasewait {
      margin-left: -2px;
      margin-top : 3px;
    }

    .loginbuttonplacement {
      margin-left: 20px;
      margin-top: 20px;
    }

    .licensebox {
        position: relative;
        border-radius: 12px;
	    background-color: white;
	    border: 1px solid #e6e6e6;
	    width: 450px;
	    height: 430px;
        padding-top: 33px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .overflow {
        overflow-y : auto;
        height: 320px;
    }
    
    .agreedrow {
        padding-top: 15px;
        margin-bottom: 10px;
    }

    /* Login page end */

    .page-header {
      margin-top: -15px;
    }

    .navbar-toggle {
        margin-top: 14px;
    }
}

.whitebackground {
    background-color: white;
}

.lightgraybackground {
    background-color: #f5f5f5;
}

.alertify-log-hide, .hideelement {
    display: none;
}


.number {
    text-align: right;
}

.alertify {
   z-index: 10000000;
   top: 30%;
}

#alertify hr {
    margin-top: -5px;
}

hr.new-invoice {
    margin-top: 17px;
    margin-bottom: 9px;
}

hr.list-divider {
    margin-top: 7px;
    margin-bottom: 9px;
}

hr.gray-list-divider {
    border-color:  #f3f3f3 #ccc; 
    margin-top: 5px;
    margin-bottom: 5px;
}

.reduceSpaceJumbotron {
    margin-top: -17px;
}

#alertify-dialog-message {
   margin-bottom: 15px;
   margin-top: -5px;
   padding-top: -25px;
   margin-left: 15px; 
}

/*#loginpage {
  background-color: #f7f7f7;
}*/

/* Login page */

.loginbuttonplacement {
  margin-top: 20px;
}

.loginbox input, .loginbox button {
  margin-top: 10px;
  outline: none;
}

.loginbox input {
  padding: 10px;
  border-radius: 7px;
  border: 1px solid #e6e6e6; 
  text-align: center;
}

.logoutmarginside {
  margin: 7px;
}

.loggut {
  margin-left: 10px;
}

.logutbutton {
  margin-top: 15px;
  margin-right: 15px;
}

label {
    font-weight: normal;
}

form label  {
 font-weight: bold !important;
}

/*.tab-content, .nav-tabs, .tab-pane {
    padding: 0;
    margin: 0;
}*/
/* Login ting start*/


/*#header-login {position:fixed; top:0px; height:15px; background-color: #eef3fa; margin:auto; z-index:100000; width:100%;} 
#footer-login {position:fixed; bottom:0px; height:15px; background-color: #eef3fa; margin:auto; z-index:100000; width:100%;} */


/* Tab Navigation */


/*.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;    
}
.nav-tabs > li > a {
    border: 0px;
    border-radius: 0;
    margin-right: 0px;
    border-bottom-color: #ff0000;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-style: none;
    outline: none;
    border-image: none;
    border-width: 1px;
    color: #555;
    line-height: 15px;
    cursor: default;
}

.nav-tabs > li > a:hover {
    color: crimson;
    background-color: white;
}

.nav-tabs > li.active {
    border-bottom: solid;
    border-bottom-width: 5px;
    border-color: deepskyblue;
}*/

.loginlogo {
  margin-left: 0px;
  padding-bottom: 10px;
}

.placementnothaveaccount {
  margin-left: 155px;
}

.huskmegcheckbox {
  margin-top: 10px;
}

.loginpagecontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*#customersTable th, #suppliersTable th, #productsTable th, 
#activitiesTable th, #invoiceTable th, #invoiceLinesTable th*/
/*th {
    border: none;
}*/

table th {
    border-top: none !important;
}

.selectable-spacer {
    padding-top: 5px;
    padding-bottom: 5px;
}


.selectable:hover {
  background-color: #b8e2ed;
  cursor: pointer;
}

.sortable, .clickable {
    cursor: pointer;
}
/*.breadcrumb {
  font-size: 14px;
  font-weight: bold;
}*/




.loginbox input, .loginbox button, .glemtpassordbox input, .glemtpassordbox button, .nybrukerbox input, .nybrukerbox button {
  margin-top: 10px;
  outline: none;
}

.loginbox input, .glemtpassordbox input, .nybrukerbox input {
  padding: 10px;
  border-radius: 7px;
  border: 1px solid #e6e6e6; 
  text-align: center;
}


.glemtpassordbox {
	height: 330px;
}

.nybrukerbox {
  	height: 510px;
}

/* Logginn slutt*/

.internalcontent {
  margin: 5px;
}

.internalcontent_margin10 {
    margin: 10px;
}

.internalcontent_margin12 {
    margin: 12px;
}

.internalcontent_margin15 {
    margin: 15px;
}

.revert_internalcontent_margin15 {
    margin: -15px;
}

/*.panel > .panel-heading {
	background-color: #f5f5f5;
}*/

.fillarea {
  width: 100%;
}

a:focus {
  outline: 0;
}

a:hover {
  cursor: pointer;
}

.logo {
  margin-left: 15px;
}


.margintop5px {
    margin-top: 5px;
}

.margintop15px {
    margin-top: 15px;
}

.margintop10px {
    margin-top: 20px;
}

.margintop25px {
    margin-top: 25px;
}

.linkwhitenohoved a {
   color: white; 
}

.fillscreen {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fullwidth {
    width: 100%;
}

.linkwhitenohoved a:hover {
  color: white;
}

.marginright6px {
  margin-right: 6px;
}

.logoutmarginside {
  margin: 7px;
}

.loggut {
  margin-left: 10px;
}

.marginmenuicon {
  margin-right: 5px;
  margin-bottom: 4px;
}

.low {
   z-index: 1;
}

#textalign1 {
  margin-top: 1px;
}

.logutbutton {
  margin-top: 15px;
  margin-right: 15px;
}

.right {
    float: right;
}

.roundcorners {
    border-radius: 12px;
	border: 1px solid #7c879c;
    height: 35px;
}

.my-page-income-expence {
    font-weight: bold;
    margin-left: 10px;
}

.bold-text {
  font-weight: bold;
}

.normal-text {
  font-weight: normal !important;
}

.italic-text {
  font-style: italic;
}

.details-table {
    background-color: #fcfcfc;
    background: #fcfcfc;
}

.marginleft25 {
  margin-right: 25px;
}

.form {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    padding: 0px;
}

.form label {
    color: #333;
    height: 20px;
    width: 200px;
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
    margin-right:15px;
    float:left;
}
.form input {
    width: 50%;
    margin-top: 10px;
}

.tab-content .panel:first-child {
    margin-left: -15px;
}

.tab-content .panel::after {
    margin-right: 15px;
}

.otherforms input {
  padding: 5px;
  border-radius: 4px;
  border: 2px solid #e6e6e6; 
}

.centeringcontainer {
   position: absolute;
   top:50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

/* Modal dialog styling */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1;
    left: 0;
    width: 100%;
    padding: 60px;
    background-color: rgba(255,255,255,0.1);
}

/* Modal innhold */
.modal-content {
    background-color: #ffffff;
    color: black;
    margin: 25% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%; 
}

#fakturaoversikt > ul.nav .active > a {
    background-color: #f5f5f5;
}

.panel .panel-default {
    margin-top: -1px;
}

#fakturaoversikt .panel-heading {
    padding: 10px 15px;
	border-top-left-radius: 0px;
	border-bottom: none;
}

/* Tab Content */
/*.tab-pane {
    text-align: center;
    padding: 10px;
}

#fakturaoversikt .panel {
	border-radius: 0px 3px 3px 3px;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.panel-footer.panel-custom, .well.well-custom {
    background: #fbfbfb;
}*/

.contentbox {
    position: relative;
    margin-bottom: 20px;
	padding: 15px;
	margin-top: 100px;
}

.footer-padding {    
    padding: 10px 15px 30px 15px !important;
}

.footer-padding-accountingreg {    
    padding: 10px 15px 15px 15px !important;
}

.panel-padding {
    padding-top: 13px;
    padding-bottom: 14px;
}

.ajust-select-in-header {
    margin-top: -6px;
}

.small-row-space {
    padding-top: 11px;
}

.row-space {
    padding-top: 15px;
}

.space15pxunder {
    margin-bottom: 15px;
}

.sum-margin {
    margin-top: 5px;
}

.placement-invoice-button {
     margin-top: 20px;
}

.placement-line-button {
   margin-top: 25px;
}

.placementTextOnSelectDropdown {
   margin-top: 5px;
}

.placement-well-button-no-label {
   margin-top: 32px;
}

/*.dropdown, .dropdown-menu {
  z-index:200;
}*/

.dynamicfooter {
    overflow: hidden;
}

.up15px {
    margin-top: -15px;
}

.medium-space-over {
    margin-top: 10px;
}

.welllabel {
    margin-top: 8px;
    font-weight: bold;
}

.well {
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 19px;
    padding-top: 15px;
}


.checkbox {
    border-radius: 2px;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
	border: 1px solid #ddd;
    height: 20px;
    width: 20px;
    padding-left: 2px;
}

table .selectable:hover .checkbox {
   border: 1px solid #ffffff;
}

.list-margin {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.list-margin-header, .list-margin-content {
   margin-left: -3px;
   margin-right: -3px;
   margin-top: 5px;
}

.list-margin-content hr {
  margin-left: 15px;
  margin-right: 13px;
  margin-top: 30px;
  margin-bottom: -4px;
  padding-top: 10px;
}


/*.list-margin-content:nth-child(even) {
    background: #f7f7f7;
    padding-left: 3px; 
    padding-right: 3px; 
}

.list-margin-content:nth-child(odd) {
    background: #FFF;
        padding-left: 3px; 
    padding-right: 3px; 
}*/


/* Mobile menu start */
.navbar-collapse {
    background-color: #44526d;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: white;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color : white;
}

/* Mobile menu end */

.space-under {
   padding-bottom: 15px;
}

.small-space-under {
   padding-bottom: 10px;
}

.very-small-space-under {
   padding-bottom: 5px;
}

.underline {
  border-bottom: 1px solid #eee;
}

.redbold {
    font-weight: bold;
    color: red;
}

.green {
    color: green;
}

label.normal-font-label {
    font-weight : normal !important;
}

.space-over-header {
    margin-top: 5px;
}

.space-under-jumbotron {
    margin-bottom: 15px;
}

.reduce-space-over {
    margin-top: -15px;
}

.reduce-15px-left {
    margin-left: -15px;
}

.left-space-totals {
   margin-left: 7px;
}

.reduce-space-panel-over {
   margin-top: -17px;
}

.reduce-space-under {
    margin-bottom: -15px;
}

hr.purchase-edit-order {
    margin-bottom: 7px;
}

hr.purchase-create-order {
    margin-bottom: 14px;
}

.clear-space-top-bottom {
    margin-top: 0px;
    margin-bottom: 0px;
}


/* Modal dialog styling */
/* overflow: auto;  */
.modal {
    z-index: 1000000000;
}

/* Modal innhold */
.modal-content {
    z-index: 1000000000;
    margin: 15% auto;
    padding: 20px;
    width : 100%;
}

/* Test dropdown  */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #576580;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #b8e2ed;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.line-trough {
    text-decoration: line-through;
}

.text-color-gray {
  color: #9b9b9b;
}

.color-green {
    color: #32c46f;
}

.color-orange {
    color: #fcb814;
}




.smallheader {
    font-size: 14px;
}

.jumbotron, .justoutlinejumbotron {
    padding: 5px;
    border-radius: 6px;
}

.jumbotron p {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.7;
}

.tenpxtop {
    margin-top: 10px;
}

.fivepxtop {
    margin-top: 5px;
}

.jumbotron h2 {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.1;
    overflow-wrap: break-word;
}

.company-logo-placement {
    padding-top: 27px;
}

.company-logo-button-placement {
    margin-top: 5px;
    margin-left:50px;
}

.company-logo-padding {
    padding-top : 15px;
    padding-bottom: 15px;
}

.justoutlinejumbotron {
    border-color: #eee;
    border-width: thin;
    border-style:solid;
    background-color: white;
}

.space-under-top-well-select {
    margin-bottom: 15px;
}


.text-center {
    text-align: center;
}

.excelshow {
    display: none;
}

.accountmainlistheader {
    font-size: 14px;
    font-weight: normal !important;
}

.smallheaderwithspaceunder {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
}

.headerbackground {
    background-color: #fcfcfc;
}

.mobile-img {
    border: 0;
    margin-left: 10px;
    margin-top: 2px;
    /*padding-bottom: 5px; */
    height: 60px; 
}


/* Loading ikon animasjon start */
.breadcrumb>.removeBreadcrumbPathLine:before {
    content: none;
}


.glyphicon-info-sign:before {
    color: darkgray;/*#eaeaea;*/
}

/*.breadcrumb li:last-child:before {
  display: none;
}*/

.icon-loading-animate {
	animation-name: rotateThis;
	animation-duration: .8s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes rotateThis {
	from { transform: scale( 1 ) rotate( 0deg );   }
	to   { transform: scale( 1 ) rotate( 360deg ); }
}
/* Loading ikon animasjon slutt */


/* Knapp inne i film detaljer modal */
/*a.button {
    margin-top: 10px;
    background: #ff6a00;
    color: white;
    padding: 0.6em 1.1em;
    height: auto;
    display: inline-block;
    text-align: center;
    line-height: normal;
    border: none !important;
    border-radius: 5px;
    white-space: nowrap;
    vertical-align: top;
    cursor: default;
}*/

/*table .selectable:hover .glyphicon-ok {
    color: #ffffff;
}*/


/* Knapp inne i modal vindu */
/*a.button {
    margin-top: 10px;
    background: #ff6a00;
    color: white;
    padding: 0.6em 1.1em;
    height: auto;
    display: inline-block;
    text-align: center;
    line-height: normal;
    border: none !important;
    border-radius: 5px;
    white-space: nowrap;
    vertical-align: top;
    cursor: default;
}*/

/* Combobox - dropdown button start */

.dropdown-button {
    position: relative;
    display: inline-block;
	padding: 0px;
	margin: 0px !important; 
}

.dropdown-menu-button {
	padding: 0px !important;
	border: 0px !important;
	border-radius: none;
	box-shadow: none;
}

.nomargin {
    margin: 0px !important;
}


.nopadding {
    padding: 0px !important;
}

.spacerTextOverDivTable {
    padding-left: 12px;
    padding-bottom: 8px;
}

.aligncaret {
    margin-top: 8px;

}

.aligncaret, x:-moz-any-link, x:default {
    margin-top: -10px;
}



.dropdownbutton {
  text-align: left !important;
}

.dropdownbutton:active {
	outline: none !important;
    background-color: white !important;
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.dropdownbutton:focus {
    background-color: white !important;
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.dropdownbutton:hover {
    outline: none;
    background-color: white !important;
	border-color: #ccc !important;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-button {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/*.width500 {
    width: 500px;
}*/

/*.eightypercent{
	width: 80%;
}

.twentypercent {
	width: 20%;
}*/

.overflowhidden  {
  overflow: hidden !important;
}

.nooutline  {
    outline : none !important;
}

.trucatetext {
  max-width:90%;
  display:inline-block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.scrollable {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 253px;
}

.textMeasurer
{
    position: absolute;
    visibility: hidden;
    height: auto;
    width: auto;
    white-space: nowrap; 
}

.selectedItem {
    background-color: #fbfbfb;
}

.list-group-item {
    border: none !important;
    padding: 5px 15px !important;
}

.nopaddingright {
    padding-right: 0px !important;
}


.lightgray-hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #f5f5f5;
}

.btn {
  margin-right: 5px;
}


#customersTable th:hover, #suppliersTable th:hover, #resourcesTable th:hover   {
   cursor: pointer;
}

/* Brukes hovedbok og saldobalanse for mellomrom mellom rader */
.row.selectable.ajustheight {
    min-height: 25px;
    padding-top: 2px;
}

/* Links inside the dropdown */
/*.dropdown-content-button a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}*/

/* Combobox - dropdown button end */
