/* 
    Document   : lagerbolag.css
    Created on : 2014-mar-18, 17:31:49
    Author     : andreas
    Description:
        Purpose of the stylesheet follows.
*/
.nuf-border {
	border: 1px solid #eee;
}
.nuf-grey {
	background-color: #fcfcfc;
}
.nuf-white {
	background-color: #fff;
}
.form-control {
	font-size: 1em !important;
}
.nuf-header {
	font-size: 1.5em !important;
	color: rgb(46, 52, 56);
	border-bottom: 4px solid rgb(162, 212, 245);
}
#nuf-skicka #submit {
	font-size: 1.8em !important;
}
#lagerbolag-lightbox{

}

#nuf-skicka {
    text-align: center;
}

#nuf-text {
    font-family: neutra2,"Trebuchet MS";
    font-size: 30px;
    z-index: 999;
    font-weight: bold;
}

#order-mottagen {
}

#nuf-bolagsuppgifter-info {
}

#nuf-styrelse {
}

#nuf-bestallaren {
    min-height: 300px;
}

#nuf-info h4 {
    font-family:neutra2,"Trebuchet MS";
    font-size: 18px !important;
}

#addperson-view {

}

#lagerbolag-nuf{
    min-height: 200px;
}

#lagerbolag-nuf .ui-tabs-nav { 
    background: transparent;
    border-width: 0px 0px 1px 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 

ui-button {
    display: inline-block !important;
    text-decoration: none;
}


.lb-form-input-row p {
    display: inline-block;
}

.boldrow{
    font-weight: bold;
}
/*
.persnr {
    width: 100px;
}*/

.modal {
    color: black;
    text-align: center;
    vertical-align: middle;
    font-size: 20pt;
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        50%;
    left:       50%;
    height:     400px;
    width:      800px;
    margin-top: -200px;
    margin-left: -400px;
    background: rgba( 255, 255, 255, .9 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
    	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
}

body.loading {
    overflow: hidden;   
}

body.loading .modal {
    display: block;
}

.test {
    width: 120px;
}

#orderinfo {
/*    position: absolute;
    top: 40px;
    right: 30px;
    float: right;
    width: 300px;*/
}

#styrelseinfo {
    /*width: 800px;*/
}

#bolagsinfo {
/*    position: absolute;
    top: 40px;
    right: 30px;
    float: right;
    width: 300px;*/
}

/*input.zipcode {
    width: 50px;
}
input.address {
    width: 150px;
}

input.persnr {
    width: 80px;
}

input.ort {
    width: 85px;
}

input.companyno {
    width: 240px;
    resize: both;
}*/

input[type=text]
{
    font-weight: normal !important;
    
}

#styrelse td, #styrelse th {
    padding-right: 5px;
    max-width: 12em;
    min-width: 5em;
}

#addledare {
    margin-top: 1em;
}