﻿/* Tagg classer */

.dontShow
{
    display: none !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th 
{
    background-color: #ccc !important;
    color: #000 !important;
}

.table-striped tr:first-child
{
    background: #fff !important;
}

.table-striped tr:nth-child(odd)
{
    background: #eee;
}

html, body 
{
   height: 100%;
}

#facebox .content
{
    min-width: 800px !important;
}

/* These holds special rules for <> that has ID same as class name. */
#file_search_string
{
	margin: 3px;
	height: 9px;
	width: 120px;
	float: right;
}

#printicon
{
	position:relative;
	top: 10px;
	left: 90%;
}

#mailicon
{
	position:relative;
	top: 14px;
	left: 83%;
}

#nyheter
{
	height:200px;
	width:auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#content-left
{
	width: 49%;
	float: left ;
	margin-bottom: 20px;
}

#content-right
{
	width: 49%;
	float: right;
	margin-bottom: 20px;
}

#home-left
{
	width: 90%;
	float: left;
	margin-bottom: 20px;
}

#home-middle
{
	width: 90%;
	vertical-align:top;
	margin-bottom: 20px;
}

#home-right
{
	width: 90%;
	float: right;
	margin-bottom: 20px;
}

#container
{
	margin: 0 auto;
	width: 1300px;
	background: #fff;
}

#header
{
	margin: 0 0 20px 0;	
	padding: 20px;
}

#header h1
{ 
	margin: 0;
	font-size: 230%;
}

#content-container
{
	padding: 20px;
    position:relative;
    overflow:auto;
    /*height:100%;*/
    width:100%;
    min-height: 600px;
}

#content
{
	display: inline;
}

#content h2 { margin: 0; }
#content p.customer_title { padding: 0px; color: #4f4f4f; }
#content p.size26 { font-size: 26px; font-weight: bold; }

#footer
{
    position:relative;
    width: 100%;
    border: 2px solid #dddddd;
    border-radius: 20px;
	text-align:center;
	padding: 20px;
    margin-bottom: 25px;
}

table.fullsize 
{
    width: 100%;
}

/* Customer that are blacklisted */
tr.blacklist
{
	background-color:#FFB3B3;
}

tr.backlist:hover
{
	background-color: #FF7D7D;
}

tr.archived 
{
    background-color: #FFB3B3;
    text-decoration: line-through;
}

td.third 
{
    width:33%;
}

a
{
	cursor: pointer;
}

body
{
	font-family: Sans-serif, monospace;
	color: #161616;
}

b
{
	color: #161616;
}

label
{
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	padding: 3px;
	color: #3f3f3f;
}

input
{
	color: #4f4f4f;
	border: 1px solid #afafaf;
	padding: 5px;
	width: 200px;
}

input.checkbox
{
    color: #4f4f4f;
	border: 1px solid #afafaf;
	padding: 5px;
    width: auto;
}

div.orderBoxTyp
{
    float: left;
}

div.orderBoxOppnaStang
{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

div.orderBoxNeka
{
    position: absolute;
    bottom: 100px;
    left: 10px;
}

div.orderBoxOpen
{
    height: 700px !important;
}

div.orderBoxHantera
{
    position: absolute;
    bottom: 100px;
    right: 10px;
}

div.orderBoxTitle
{
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 5px;
}

div.orderBox
{
    position: relative;
    width: 500px;
    float: left;
    margin:3px;
    min-height:175px;
    padding: 0px;
}

input.kundruta
{
    /*width: 300px;*/
	width: 500px;
}

div.kundruta
{
    /*float: left;*/
    padding-bottom: 10px;
    /*width:550px;*/
    width:900px;
}

div.moduleLarge
{
    font-weight: bold;
    width: 150px;
    margin-right: 5px;
    float:left;
}

div.moduleMedium
{
    font-weight: bold;
    width: 100px;
    margin-right: 5px;
    float:left;
}

div.refText
{
    margin-top: 10px;
}

div.wideContent
{
    width: 99% !important;
    float: left !important;
	margin-bottom: 20px;
}

input.disabled
{
	color: #6f6f6f;
	background-color: #efefef;
}

input.input-mini {
  width: 60px;
}

input.input-small {
  width: 90px;
}

input.input-medium {
  width: 150px;
}

input.input-large {
  width: 210px;
}

input.input-xlarge {
  width: 270px;
}

input.input-xxlarge {
  width: 530px;
}

select
{
	color: #4f4f4f;
	border: 1px solid #afafaf;
	padding: 5px;
}

textarea
{
	color: #4f4f4f;
	border: 1px solid #afafaf;
	padding: 5px;
	width: 200px;
}

a
{
	text-decoration: none;
}

/* set the div not to make a new line */
div.nonewline 
{
    display: inline;
}

/* making sure that iframes are 100% used in forum merge */
div.iframe-wrapper 
{
    height:700px;
    width:100%;
}

iframe 
{
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* used in pck */
.brand.brandspec:hover
{
	color: white;
}

/* is used here and there in application */
/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/* used on home page */
.dashitem:last-child
{
	border: 1px solid #dddddd !important;
}
.dashitem:hover
{
	border: 2px solid #dddddd !important;
}

.dashitem
{
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
	border-bottom: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
	padding: 8px 12px;
	color: #3A87AD;
}

.dashitem:last-child
{
	border-bottom-color: #DDD;
	border-bottom-style: solid;
	border-bottom-width: 0.9090908765792847px;
}

.dashitem:hover
{
	background: #ededed;
	cursor: pointer;
}

.dashitem:active
{
	position:relative;
	top:1px;
}

.dashitem:nth-child(even)
{
	background: #f9f9f9;
}

.dashitem:nth-child(even):hover 
{
	background: #f5f5f5;
}

/* also on home page */
.noclick:active
{
	top:0px;
}

/* called well in bootstrap over time shift over to this one instead to make easier read code */
.graybackground {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well.faq
{
	margin-top: 1px;
	margin-bottom: 15px;
}

.well.news
{
	margin-top: 1px;
	margin-bottom: 15px;
}

btn.questions
{
    width: 100px;
}

div.questions
{
    height: 100px;
}

/* List of foretagkunder info */
.InfoRow
{
    text-align: left;
}

.InfoRowLabel
{
    font-weight: bold;
    width: 100px;
    display: inline-block;
}

.InfoRowData
{}

/* in utils.php */
.modalheader
{
	padding: 20px;
	color: #5f5f5f;
}

/* used within my customers */
.colordesc
{
	width: 200px;
	border: 1px solid;
	border-color: #B5B5B5;
	padding: 10px;
	 -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-bottom: 5px;
	display: inline;
	margin-right: 10px; 
}

.colordesc.green
{
	background: #98D69E;
}

.colordesc.yellow
{
	background: #FFFFD5;
}

.colordesc.red
{
	background: #FFB3B3;
}

.infobox
{
	padding: 10px 20px 20px 20px;
	margin: 0 0 10px 0;
	border: 1px solid;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

/* home page */
.nospaceunder
{
	margin: 0 0 0 0;
	border-bottom: 0px solid;
}

.ajaxloader 
{
    height: 32px;
}

.heightauto 
{
    height: auto;
}

.center 
{
    text-align: center;
}

.left 
{
    text-align: left;
}

.alignleft 
{
    align:left;
}

.alignright 
{
    align:right;
}

.right 
{
    text-align: right;
}

.top 
{
    vertical-align: top;
}

.itemDetailView
{
    width: 800px;
}

.savebutton
{
    float: left;
    text-align: left;
    width: 49%;
}

.abortbutton
{
    float: left;
    text-align: right;
    width: 49%;
}

.buttom 
{
    vertical-align: bottom;
}

.hidden
{
    display: none;
}

.italic 
{
    font-style: italic;
}

.bold 
{
    font-weight:bold;
}

.warningtextcolor 
{
    color: #f89406;
}

.blacktextcolor 
{
    color: #000000;
}

.text10 
{
    font-size: 10px;
}

.text12 
{
    font-size: 12px;
}

.itemHeaderWidth
{
    width: 100%;
}

.width50 
{
    width: 50px;
}

.width75 
{
    width: 75px;
}

.width100 
{
    width: 100px;
}

.width150 
{
    width: 150px;
}

.width200
{
    width: 200px;
}

.width300
{
    width: 300px;
}

.width400
{
    width: 400px;
}

.width500
{
    width: 500px;
}

.width600
{
    width: 600px;
}

.width1000
{
    width: 1000px;
}

.width1100
{
    width: 1100px;
}

.centerdiv
{
    margin:auto;
    margin-bottom:20px;
}

.maximized
{
    width: 99%;
}

/* Menyn */

.navbar_infoNumbers
{
    width: 150px;
}

/* Register customer */

div.betweenInput {
    margin-bottom: 12px;
}

.registerCustomerHeadlines {
    padding: 3px; 
    color: #3f3f3f;      
    text-align: left; 
    font-weight: bold;
}

.registerCustomerInputs {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 200px;
}

/* Trafikavgifter */

div.newRow {
    clear:both;
}

.inputNumber {
    width: 100px;
}

.selectOptions {
    margin-bottom: 10px;
}

.selectDate {
    padding-left: 50px;
    margin-top: 25px;
}

.selectedCompany {
    float:left;
    cursor: pointer;
    padding-left: 16px;
    font-style: italic;

    background-color: yellow;
    color: black;
}

.selectedCompanyRow
{
    background: yellow;
    background-color: yellow;
    color: black;
}

.selectedCompanyRow:hover
{
    background: #ccc !important;
    background-color: #ccc !important;
    color: black;
}

.addPointer
{
    cursor: pointer;
}

.detailpageHeadline
{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.detailpageSubline
{
    text-align: center;
    font-weight: bold;
}

.detailRow 
{
    padding-left: 15px; 
    height: 34px;
}

.detailHeadline 
{
    float:left; 
    width: 175px;
    font-weight: bold;
}

.detailInformation
{
    
}

.textLessCheckbox 
{
    width: 15px;
}

/* Godkänna förfrågningar */

.headlineText
{
    font-weight: bold;
    font-size: 45px;
}

input[value="TV"] ~ .firstRow
{
    font-size: 20px;
}

.badgeOrder
{
    color: black;
    font-weight: bold;
    font-size: 25px;
}

.badgeSize
{
    font-size: 30px;
    padding: 10px;
}

.orderDetailSection
{
    margin-bottom: 25px;
}

.orderBorderArea
{
    border: 1px black;
    border-radius: 10px;
    border-style: solid;
    padding: 10px;
    margin: 5px;
}

.orderDetailAlert
{
    margin-bottom: 10px;
}

.orderUser
{   
    float: left;
    width: 150px;
}

.orderUserClear
{
    float: none;
}

.orderDetailHeadline
{
    font-weight: bold;
    font-size: 16px;
}

.searchField
{
    text-align: right;
    margin-bottom: 10px;
}

.searchDescriptiveText
{
    font-size: 12px;
    font-style: italic;
}

div.searchArticleNo
{
    display: inline-flex;
    margin-top: 5px;
}

label.searchArticleNo
{
    font-weight: normal;
    width: 175px;
}

.fieldWidthIcon
{
    width: 20px;
}

.fieldWidthLarge
{
    width: 250px;
}

.fieldWidthLargeTV
{
    width: 275px;
}

.fieldWidthMedium
{
    width: 130px;
}

.fieldWidthInput
{
    width: 190px;
    margin-bottom: 10px;
}

.fieldWidthMarkning
{
    width: 140px;
}

.fieldWidthSmall
{
    width: 70px;
}

.orderHeadline
{
    float: left;
    border-top: 0;
    vertical-align: bottom;    
    font-weight: bold;
    text-align: left; 
}

.orderRowFirst
{
    padding: 8px;  
    display: block;
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 10px;
    margin-bottom: 10px;
}

.orderRowTV
{
    padding: 8px;  
    display: block;
    overflow: auto;
    border-bottom: 1px solid #ddd;
}

.orderRowTV:first-child
{
    background: #fff !important;
}

.orderRow
{
    padding: 8px;  
    display: block;
    overflow: auto;
    border-bottom: 1px solid #ddd;
    
}

.orderRowSelect
{
    cursor: pointer;
}

.orderRow:first-child
{
    /*background: #fff !important;*/
}

.orderRow:nth-child(odd)
{
    background: #eee;
}

.orderRow:hover
{
    background-color: #ccc !important;
    color: #000 !important;
}

.orderProperty
{
    float: left;
    text-align: left;
}

.orderPropertyTV
{
    font-size: 16px;
    font-weight: bold;
    float: left;
    text-align: left;
}

.orderIcon
{
    float: left;
    text-align: right;
}

div.woFormLink
{
    font-size: 14px;
    font-weight: bold;
    border: 1px;
    border-color: black;
    border-style: solid;
    text-align: center;
    border-radius: 5px;
    background: lightblue;
    margin-right: 1px;
}

div.woSiteLink,
.hasWebOffice
{
    font-size: 14px;
    font-weight: bold;
    border: 1px;
    border-color: black;
    border-style: solid;
    text-align: center;
    border-radius: 5px;
    background: lightyellow;
    margin-left: 1px;
}

.hasWebOffice
{
    width: 28px;
}

a.woSiteLink,
a.woSiteLink:hover,
a.woFormLink,
a.woFormLink:hover
{
    text-decoration: none;
    color: black;
}

.hasHardWare
{
    font-size: 14px;
    font-weight: bold;
    border: 1px;
    border-color: black;
    border-style: solid;
    text-align: center;
    border-radius: 5px;
    background: burlywood;
    margin-left: 1px;
    color: black;
}

.infoText
{
    height: 24px;
}

.orderSelect
{
    width: 150px;
}

.orderTextArea
{
    width: 500px;
    height: 75px;
}

.woDone,
.lagerDone
{
    background: green;
    color: white;
}

.woStart,
.lagerStart
{
    background: #9bb107;
    color: white;
}

.woWaitUs,
.lagerOnGoing
{
    background: orange;
    color: black;
}

.lagerUpdated
{
    background: red;
    color: white;
}

.woAddNeeded
{
    background: blue;
    color: white;
}

.woWaitCust
{
    background: lightcoral;
    color: black;
}

.woWaitAF,
.lagerWait
{
    background: red;
    color: white;
}

.woBooked
{
    background: yellow;
    color: black;
}

.deliverySent
{

}

.deliveryDone
{
    background: green !important;
    color: white;
}

.deliveryStart
{
    background: #455DF7 !important;
    color: white;
}

.deliveryOnGoing
{
    background: yellow !important;
    color: black;
}

.deliveryWait
{
    background: red !important;
    color: white;
}

.deliveryOnHold
{
    background: #D3D3D3 !important;
    color: black;
}

.deliveryActiveScan
{
    border: dotted 2px black !important;
}

.deliveryStartedScan
{
    background: yellow !important;
    color: black;
}

.deliveryDoneScan
{
    background: green !important;
    color: white;
}

/* platta */

button.delivery
{
    width: 200px;
    padding: 5px;
    margin: 2px;
}

.buttonArea
{
    height: 50px;
}

.deliveryWorkArea
{
    margin-top: 60px;
}

.backButton
{
    text-align: left;
    margin-bottom: 10px;
    width: 25%;
    float: left;
}

.statusButtons
{
    text-align: right;
    margin-bottom: 10px;
    width: 25%;
    float: right;
}

.defaultBox
{
    padding: 10px;
    border: solid 1px black;
    border-radius: 20px;
}

.boxContents
{
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 15px;
}

.customerArea
{
    margin-bottom: 10px;
    margin-top: 10px;
    width: 50%;
    float: left;
    margin-right: 25px;
}

.emptyFloat
{
    float: none;
}

.customerName
{
    font-weight: bold;
    font-size: 20px;
}

.customerRow
{
    font-size: 20px;
}

/* Lager / Order */

.articleArea
{
}

.articleRowFirst
{
    margin-top: 20px;
}

.articleRow
{
    font-size: 18px;
}

.articleName
{
    font-weight: bold;
    font-size: 20px;
}

.articleItem:hover
{
    background-color: #ccc !important;
    color: #000 !important;
}

.articleDate
{
    font-style: italic;
}

/* ikoner */

i.icon 
{
     /*float:right;*/
     float:left;
     clear:both;
}

.mediumIcon
{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

.largeicon 
{
    -ms-transform: scale(2); /* IE 9 */
    -webkit-transform: scale(2); /* Chrome, Safari, Opera */
    transform: scale(2);
}

.makeRoomIcon
{
    margin-bottom: 40px;
}

/* Loading icon rules */
.loadOver 
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    overflow: hidden;
    z-index: 9999;
}

/* Loading icon rules */
.loadOverDiv 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('imgs/loading.png');
} 

/* Loading icon rules */
.loadOverOverlay 
{
    z-index: 9999;
    display: none;
    background-color: #777;
    opacity: 0.7;
    cursor: wait;
}

/* administration */

/* view one item */

.PropertyArea
{
    clear: both;
    left: 250px;
    position: relative;
    width: 600px;
}

.PropertyRow
{
    margin-top: 5px;
    margin-bottom: 5px;
    height: 32px;
}

.PropertyHeadline
{
    font-weight: bold;
    float: left;
    width: 200px;
}

.PropertyValue
{
    float: none;
}

input.PropertyValue
{
    width: 300px;
}


/* Meny funktioner */

div.menySelection
{
    
}

label.menySelection
{
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

input.menySelection
{
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.DB-monitor
{
    display: none !important;
}

@media all and (max-width : 1550px) 
{
    .navbar_infoNumbers
    {
        width: 125px;
        font-size: 12px;
    }
}

@media all and (max-width : 1475px) 
{
    .navbar_infoNumbers
    {
        width: 115px;
        font-size: 11px;
    }
}

@media all and (max-width : 1450px) 
{
    .navbar_infoNumbers
    {
        width: 110px;
        font-size: 10px;
    }
}

@media all and (max-width : 1430px) 
{
    .navbar_infoNumbers 
    {
        display: none !important;
    }
}