/* Hide some columns on tasklist when size too small to view all columns  */
@media only screen and (max-width: 800px) {
	/*Fjerne epost kolonnen på supplier list når skjermbilde blir for lite til å vise alle kolonnene */
	#suppliertable th:nth-child(4),
	#suppliertable td:nth-child(4) {display: none;}
	
	/* Fjerner  */
    .takslistremoveresonsivecols td:nth-child(2), 
    .takslistremoveresonsivecols th:nth-child(2),
	.takslistremoveresonsivecols td:nth-child(4),
    .takslistremoveresonsivecols th:nth-child(4) {display: none;}
}


tr.selectable td {
  padding: 4px;
}

@media (max-width: 992px) {
    .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;
	}
}

/* Mobile including large (pads) */
@media only screen and (min-width: 0px) and (max-width: 767px) {

    .spaceonmobile {
      margin-top: 15px;
    }

    .spacebeteenrows {
        margin-top:15px;
    }

    .mobile-header-under { /*top:55px; height:35px; background-color: #44526d;  z-index:1000000;*/ width:100%;}
}

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

    input[type=checkbox] {
      margin-left: 10px;
    }	
	
	.loginbtn { 
		width: 94%;
		margin-left: 15px !important;		
	}

    input[type=checkbox].noleftmargin {
        margin-left: 0px;
    }

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

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

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

    /* Login page start */

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

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

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

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

    .loginbox img {
        width: 195px;
        height: 52px;
    }
    /* Login page end */
}

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

	.loginbtn {
		margin-top: 20px;
		margin-left: 15px !important;
		width: 300px;
	}	

    .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: 50px;
    }

    .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 */
}

.list-group-item { 
    word-wrap: break-word; 
}

.space_10px_below {
    margin-bottom: 10px;
}

.space_seperate_list {
  margin-top: 50px;
}

.spacetop25px {
  margin-top: 25px;
}

.space7px_above {
  margin-top: 7px;
}

.panel-heading {
   overflow: auto;
}
 
.information-after-header {
  padding-top: 10px;
}

.agreedbuttonplacement {
    margin-top: -5px;
    margin-right: -15px;
}

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

.boldtext {
  font-weight: bold;
}

.bolditalictext {
  font-weight: bold;
  font-style: italic;
}

.btn-primary {
	margin-left: 5px;
}

.paddingbottom {
    margin-bottom: 70px;
}

.loginpage {
	background-color: rgb(247, 247, 247);
}

.table>tbody>tr.spaceunder>td {
    padding-bottom: 15px;
    padding-top: 15px;
}

.table>tbody>tr.spaceover>td {
    padding-top: 25px;
}

.badge {
    background-color: #000000;
}

.subcomponent {
    background-color: #fcfcfc;
}

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

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

.bs-callout {
    margin-top: -10px;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}


.hidden {
  display: none;
}

/*.ng-invalid {
  border-left: 5px solid #a94442;
}*/



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

.margin_left_15px {
   margin-left: 15px;
}

.margin_left_25px {
   margin-left: 25px;
}

.margin_top_label {
   margin-top: 7px;
}

.small_space_right {
    margin-right: 5px;
}

.space_over_btn_no_lbl {
    margin-top: 25px
}

.middle {
   vertical-align: middle;
   text-align:center;
   left:10%;
   position:relative; 
   display:table-cell;
}

a:focus {
  outline: 0;
}

.overcheckboxcursor:hover {
  cursor: alias; 
}

.list-group-item:hover {
  background-color: #b8e2ed;
  cursor: pointer; 
}

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

.breadcrumb {
  font-size: 14px;
  font-weight: bold;
  /*font-style: italic;*/
}

.navbar-brand {
  margin: 0px;
  padding: 0px;
  padding-top: 9px;
}

#regtable th, #jobstable th, #sparestable th, #userrightstable th {
    border: none;
}

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

.glyphicon {
  padding-right: 10px;
  font-size: medium;
  cursor: pointer;  
}


.no-right-padding {
  padding-right: 0px;
}
.glyphicon {
  font-size: medium;
  cursor: pointer;  
}

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


  .orangecircle, .redcircle, .greencircle  {
      width: 11px; 
      height: 11px; 
      -moz-border-radius: 50%; 
      -webkit-border-radius: 50%; 
      border-radius: 50%;
    }

    .circlemargins {
      margin-left: 15px;
      margin-top: 5px;
    }

    .orangecircle {
       background: orange; 
    }

    .greencircle {
      background: green;
    }

    .redcircle {
       background: red; 
    }

.internalcontent {
  margin: 5px;
}

.internalcontent_margin15 {
  margin: 15px;
}

.internalcontent_margin10 {
  margin: 10px;
}

.contentbox {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
}

.content_space_from_top {
    margin-top: 75px;
}

.navbar {
  background-color: #f7f7f7;
}

.navbar-brand {
  padding-left: 30px;
}

#logoutbtn {
    padding-right: 30px;
}

.navbar-default .navbar-nav {
    padding-left: 20px;
}

.navbar-default .navbar-nav > .active > a {
  background-color: #f6f3f3;
  border-bottom: solid;
  border-color: #0094ff;
  border-bottom-width: medium;
}

#navigationlinks li a:hover {
  background-color: #b8e2ed; /* f6f3f3 */
}

a {
  cursor: pointer;
}

#navigationlinks li a {
   cursor: pointer;
}

#mytab tab:active {
  background-color: #f6f3f3;
  border-bottom: solid;
  border-color: #0094ff;
  border-bottom-width: medium;
}

.tasklistheader {
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: 15px;
}

/* Login page */

.loginlogo {
  /*margin-left: 30px;*/
  margin-top: 15px;
  padding-bottom: 10px;
}

.loginbutton {
  margin-bottom: 30px; 
}

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

.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;
}

/* Bootstrap override */
.jumbotron, .justoutlinejumbotron {
    padding: 5px;
    border-radius: 6px;
    margin-top: 7px;
    margin-bottom: 15px;
}

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

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

.removeborder { 
    border: none; 

}

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

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

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

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

.under-min-stock {
    font-weight: bold;
    color: red;
}

.over-min-stock {
    color: green;
}

div.list-checkbox-with-label {
    margin-top: 7px;
}


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

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

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


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

.container {
	width: 100%;
}

.info-box-padding  {
	padding: 10px;
}

.btn-default {
	margin-left: 5px;
}

.glyphicon-remove-circle {
	cursor: pointer;
}

.bi-person-circle {
    width: 21px;
    margin-right: 5px;
    position: relative;
    margin-bottom: -4px;
}

/* Table start */

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

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

.readStatusClass {
	font-weight: 500;
}



/* Table end */

