@CHARSET "ISO-8859-1";

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #414243;
    background: url('/static/images/boklok_bg_uni.jpg') no-repeat #aba6a3;
    background-size: 100% auto;
}

a {
    font-weight: bold;
    color: #1f599b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3 {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

.hidden {
    display: none;
}

#wrapper {
    position: relative;
    padding: 31px 0;
}

#wrapper-top {
    width: 982px;
    height: 29px;
}

#wrapper-top-whole {
    width: 982px;
    height: 29px;
    overflow: hidden;
    background: url(/static/images/content-top-whole.jpg) no-repeat top left;
}

#wrapper-top-left {
    background: url(/static/images/content-top-left.jpg) no-repeat top left;
    float: left;
    height: 29px;
    overflow: hidden;
    width: 7px;
}

#wrapper-top-right {
    background: url(/static/images/content-top-right.jpg) no-repeat top right;
    float: left;
    height: 29px;
    overflow: hidden;
    width: 7px;
}

#wrapper-top-container {
    height: 29px;
}

#path table tr td {
    vertical-align: middle;
}

#path {
    color: #000;
    float: left;
    width: 300px;
}

#path a {
    font-size: 11px;
    font-weight: normal;
}

#wrapper-inner {
    background: #fff;
    width: 931px;
    border: 1px solid #231f20;
    padding: 35px;
    margin: 0 auto;
}

#header {
    width: 980px;
    height: 190px;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
}

#content {
    padding: 4px 0;
}

#home {
    width: 620px;
    margin: 0 auto;
}

#home h1 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    text-align: center;
}

#home p {
    margin-top: 0;
}

table.homelinks {
    table-layout: fixed;
    width: 512px;
}

.homelinks tr td {
    padding: 8px 12px;
    text-align: left;
    vertical-align: middle;
}

.homelinks tr td.first:FIRST-CHILD {
    text-align: center;
}

.homelinks a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.homelinks p {
    margin: 0;
    font-size: 11px;
}

.category-preview {
    box-sizing: border-box;
    display: inline-block;
    width: 52px;
    height: 52px;
    padding: 5px;
}

.category-preview .inner {
    box-sizing: border-box;
    display: inline-block;
    width: 42px;
    height: 42px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.clear {
    clear: both;
    float: none;
}

#form-container {
    width: 470px;
    margin: 20px auto;
    border: 1px solid #231f20;
}

#login-top {
    background: #005587 none repeat scroll 0 0;
    border-bottom: 1px solid #d8e5ee;
    color: white;
    font-size: 13px;
    padding: 7px 20px;
    text-align: left;
    font-weight: bold;
}    

#login-content {
    padding: 20px;
}

table.login tr td {
    padding: 2px 3px;
    color: #000;
    vertical-align: middle;
}

table.login tr td.right {
    text-align: right;
}

table.login input {
    width: 275px;
    height: 23px;
    padding: 2px 2px 4px 8px;
    font-size: 11px;
    border: 0;
    background: #e7e7e8;
    border: #a8a9ad 1px solid;
}

table.login select {
    width: 237px;
    padding: 0px 0;
    border: 1px solid #C6D7DF;
    height: 22px;
}

table.login button {
    background: #005587;
    width: 88px;
    height: 23px;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

table.login button.longer {
    background: #005587;
    width: 128px;
}

div.message {
    color: red;
    width: 100%;
    text-align: center;
}

#path {
    float: left;
}

/**-----------------------------order product form---------------------------**/

#order_form {
    margin: 0 auto;
    border: 1px solid #231f20;
}

#order_form h1 {
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0 0 17px;
    width: 833px;
    height: 26px;
}

.headerblue {
    color: #1f599b;
}

.headergray {
    color: #999999;
}

.headergreen {
    color: #22A449;
}

.headerorange {
    color: #ef6804;
}

#order_form table.order {
    width: 100%;
    table-layout: fixed;
}

table.order td {
    vertical-align: middle;
    padding: 3px 0 3px 17px;
    font-size: 11px;
}

table.order td input, table.order td select {
    width: 220px;
}

.inputblue {
    border: 1px solid #b4dff8;
}

.inputgray {
    border: 1px solid #a8a8a8;
}

.inputgreen {
    border: 1px solid #b3deb6;
}

.inputorange {
    border: 1px solid #ffd5b6;
}

table.order td input:disabled, table.order td select:disabled, table.order td textarea:disabled {
    background-color: #ffffff;
    color: #414243;
}

table.order td input[type=radio], table.order td input[type=checkbox] {
    width: auto;
    border: 0;
}

table.order td textarea {
    width: 815px;
    height: 100px;
}

table.order td textarea.rates {
    width: 640px;
    height: 60px;
}

table.order td textarea.small {
    width: 220px;
    height: 40px;
}

table.order tr.head td {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding-left: 17px;
}

.headblue {
    background-color: #005587;
}

.headgray {
    background-color: #999999;
}

.headgreen {
    background-color: #22a449;
}

.headorange {
    background-color: #EF6804;
}

/**--rates--**/
table.order td div.cont {
    width: 106px;
    text-align: center;
    padding: 5px 0;
    border-right: 1px solid #D6E1EB;
    float: left;
}

table.order td div.cont.first, table.order td div.cont.first {
    border-left: 1px solid #D6E1EB;
}

table.order tr td input.label, table.order tr td input.label {
    width: 57px;
}

table.order tr td input.col, table.order tr td input.col {
    width: 80px;
}

table.order tr.matrix td {
    padding-top: 0;
    padding-bottom: 0;
}

#order_form button {
    cursor: pointer;
    width: 144px;
    height: 24px;
    color: #fff;
    border: 0;
}

.buttonblue {
    background: #005587;
}

.buttongray {
    background: #999999;
}

.buttongreen {
    background-color: #22a449;
}

.buttonorange {
    background-color: #EF6804;
}

/**--end rates--**/

/**-----------------------------end order product form-----------------------**/

div.message {
    margin: 0 auto;
}

div.message.success {
    color: #008100;
}

div.message.error {
    color: #DD0000;
}

span.required {
    color: red;
}

.col1, .col2, .col3 {
    font-family: Verdana, sans-serif;
}

.products {
    font-family: Verdana, sans-serif;
}

.process {
    font-family: Arial, sans-serif;
}

#form-order label.error {
    display: block;
    color: red;
}

#form-order input.error {
    border: 1px dashed pink;
}

#top .col1 {
    text-align: right;
    margin-top: 30px;
}

.no-italicsblue a {
    color: #1f599b;
    font-style: normal;
    cursor: pointer;
}

.no-italicsgray a {
    color: #999999;
    font-style: normal;
    cursor: pointer;
}

.no-italicsgreen a {
    color: #22a449;
    font-style: normal;
    cursor: pointer;
}

.no-italicsorange a {
    color: #ef6804;
    font-style: normal;
    cursor: pointer;
}

.processblue {
    color: #fff;
    background-color: #005587;
    font-size: 11px;
    font-family: Arial, sans-serif;
    padding: 7px 0 0 17px;
    height: 26px;
    margin-top: 75px;
}

.processgray {
    color: #fff;
    background-color: #999999;
    font-family: Arial, sans-serif;
    font-size: 11px;
    padding: 7px 0 0 17px;
    height: 26px;
    margin-top: 75px;
}

.processgreen {
    color: #fff;
    background-color: #22a449;
    font-size: 11px;
    font-family: Arial, sans-serif;
    padding: 7px 0 0 17px;
    height: 26px;
    margin-top: 75px;
}

.processorange {
    color: #fff;
    background-color: #ef6804;
    font-size: 11px;
    font-family: Arial, sans-serif;
    padding: 7px 0 0 17px;
    height: 26px;
    margin-top: 75px;
}

.productblue {
    background-color: #edf7fc;
    font-size: 11px;
    float: left;
    width: 140px;
    height: 90%;
    padding: 15px;
}

.productblue p.title {
    font-weight: bold;
}

.productblue img {
    width: 122px;
    height: 105px;
    margin-left: 10px;
}

.productgreen {
    background-color: #f5ffed;
    font-size: 11px;
    float: left;
    width: 140px;
    height: 90%;
    padding: 15px;
}

.productgreen p.title {
    font-weight: bold;
}

.productgreen img {
    width: 122px;
    height: 105px;
    margin-left: 10px;
}

.productgray {
    background-color: #f7f7f7;
    font-size: 11px;
    float: left;
    width: 140px;
    height: 90%;
    padding: 15px;
}

.productgray img {
    width: 122px;
    height: 105px;
    margin-left: 10px;
}

.productgray p.title {
    font-weight: bold;
}

.productorange {
    background-color: #fff8f3;
    font-size: 11px;
    float: left;
    width: 140px;
    height: 90%;
    padding: 15px;
}

.productorange p.title {
    font-weight: bold;
}

.productorange img {
    width: 122px;
    height: 105px;
    margin-left: 10px;
}

table.phases-new {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    float: none;
    border: 0;
    margin: 20px 0 0;
    padding: 0;
    height: 36px;
}

table.phases-new td {
    height: 36px;
    padding: 0;
    overflow: hidden;
    margin: 0;
    vertical-align: top;
}

table.phases-new td img {
    margin: 0;
    position: static;
    display: block;
}

table.phases-new td.no-bg {
    background: none;
}

table.phases-new a.phase-selector {
    display: block;
    font-weight: normal;
    font-size: 11px;
    outline: none;
    padding: 3px 0;
    text-align: center;
    cursor: pointer;
}

table.phases-new td a.phase-selector {
    color: #000;
}

table.phases-new td a.phase-selector:hover {
    text-decoration: none;
}

.activities {
    width: 100%;
    margin-top: 15px;
}

.activity {
    height: 86px;
    float: left;
    margin-right: 1px;
    margin-bottom: 15px;
}

.activity div.activity-left {
    width: 15px;
    height: 86px;
    float: left;
}

.activity div.activity-center {
    min-width: 60px;
    max-width: 110px;
    font-size: 10px;
    height: 56px;
    padding: 15px 10px 15px 0;
    float: left;
}

.activity div.activity-right {
    width: 15px;
    height: 86px;
    float: left;
}

/*custom*/
.headerMenu a, #path a {
    color: #231f20;
    font-weight: normal;
}

a.greyItem, span.greyItem {
    color: #818284;
}

#top .col1 {
    float: left;
    width: auto;
}

#top .col2 {
    border: 1px solid #231f20;
    padding: 10px;
    float: left;
    margin-left: 42px;
    width: 451px;
    height: 149px;
    color: #000;
}

#top .col2.orderResultMsg {
    margin-left: 165px;
    float: none;
    width: auto;
}

#top .col3 {
    border: 1px solid #231f20;
}

#top .colgray {
    border: 1px solid #231f20;
    padding: 10px;
    float: left;
    margin-left: 42px;
    margin-top: 30px;
    width: 451px; 
    height: 149px;
    background-color: #f7f7f7;
}

.colgray a {
    color: #999999;
}

.colgray h1 {
    color: #999999;
    font-size: 18px;
    padding-bottom: 10px;
}

.col2gray {
    float: right;
    background-color: #f7f7f7;
    width: 222px;
    height: 129px;
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #231f20
}

.col2gray button {
    cursor: pointer;
    width: 144px;
    height: 24px;
    margin-top: 10px;
    color: #fff;
    border: 0;
    background: #999999;
}

.col2graysubmit {
    width: 222px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 15px;
}

.col2gray select {
   width: 220px;
   border-width: 1px;  
}

#top .colblue {
    border: 1px solid #231f20;
    padding: 10px;
    float: left;
    margin-left: 42px;
    margin-top: 30px;
    width: 451px; 
    height: 149px;
    background-color: #edf9ff;
}

.colblue a {
    color: #005587;
}

.colblue h1 {
    color: #005587;
    font-size: 18px;
    padding-bottom: 10px;
}

.col2blue {
    float: right;
    background-color: #edf9ff;
    width: 222px;
    height: 129px;
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #231f20
}

.col2blue button {
    cursor: pointer;
    width: 144px;
    height: 24px;
    margin-top: 10px;
    color: #fff;
    border: 0;
    background: #005587;
}

.col2bluesubmit {
    width: 222px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 15px;
}

.col2blue select {
   width: 220px;
   border-width: 1px;  
}

#top .colorange {
    border: 1px solid #231f20;
    padding: 10px;
    float: left;
    margin-left: 42px;
    margin-top: 30px;
    width: 451px; 
    height: 149px;
    background-color: #fffbf8;  
}

.colorange a {
    color: #ef6804;
}

.colorange h1 {
    color: #ef6804;
    font-size: 18px;
    padding-bottom: 10px;
}

.col2orange {
    float: right;
    background-color: #fffbf8;
    width: 222px;
    height: 129px;
    padding: 20px;
    margin-top: 30px;
    border: 1px solid #231f20
}

.col2orange button {
    cursor: pointer;
    width: 144px;
    height: 24px;
    margin-top: 10px;
    color: #fff;
    border: 0;
    background: #ef6804;
}

.col2orangesubmit {
    width: 222px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 15px;
}

.col2orange select {
   width: 220px;
   border-width: 1px;  
}

#top .colgreen {
    border: 1px solid #231f20;
    padding: 10px;
    float: left;
    margin-left: 42px;
    margin-top: 30px;
    width: 451px; 
    height: 149px;
    background-color: #f5ffed;  
}

.colgreen a {
    color: #22a449;
}

.colgreen h1 {
    color: #22a449;
    font-size: 18px;
    padding-bottom: 10px;
}

.col2green {
    float: right;
    background-color: #f5ffed;
    width: 222px;
    height: 129px;
    padding: 20px;
    margin-top: 30px;
    border: 1px solid #231f20
}

.col2green button {
    cursor: pointer;
    width: 144px;
    height: 24px;
    margin-top: 10px;
    color: #fff;
    border: 0;
    background: #22a449;
}

.col2greensubmit {
    width: 222px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 15px;
}

.col2green select {
   width: 220px;
   border-width: 1px;  
}

.menuItems {
    float: right;
}

.stockBox input.spinner {
    width: 46px;
}

/* copied from [color].css files*/
.products {
    width: 931px;
    padding-bottom: 30px;
}

.products table td {
    vertical-align: top;
    height: 100%;
}

.products .product {
    float: left;
    width: 140px;
    padding: 15px;
    color: #272727;
}

.product .photo {
    margin: 0 auto;
    width: 122px;
    height: 105px;
}

.product p {
    margin: 0;
    padding: 4px 0;
}

.product p.title {
    font-weight: bold;
}

a.colorbox {
    outline: none;
}

#path table tr td {
    vertical-align: middle;
}

#path {
    color: #000;
}

#path a {
    font-size: 11px;
    font-weight: normal;
}

.col3 button.smallBtn.right {
    float: right;
}

.process {
    width: 931px;
}

.col3 select {
    width: 220px;
    border-width: 1px;
}

.col3 div.submit {
    width: 222px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 15px;
}

#top {
    height: 171px;
    width: 931px;
    margin-top: 20px;
}

#top .col1 {
    float: left;
}

table.phases-new td {
    background: url('/static/images/gri-phase-center.jpg') repeat-x;
}

table.phases-new td.sel {
    background: url('/static/images/gri-phase-center-sel.jpg') repeat-x;
}

.activity div.activity-left {
    background: url('/static/images/gri-activity-left.jpg') no-repeat;
}

.activity div.activity-center {
    background: url('/static/images/gri-activity-center.jpg') repeat-x;
}

.activity div.activity-right {
    background: url('/static/images/gri-activity-right.jpg') no-repeat;
}

.productsTable {
    border-collapse: separate;
    border-spacing: 0px 20px;
}

.products table td.productSpacer {
    width: 20px;
    background-color: #FFF;
}

.orders h1 {
    color: #1F599B;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 0 3px 10px;
}

.orders {
    margin: 0 auto;
    border: 1px solid #231f20;
    width: 100%;
}

.orders .table {
    width: 100%;
    table-layout: fixed;
}

.orders .table th {
    background-color: #005587;
    color: #fff;
    font-weight: bold;
    padding: 2px;
}

.orders td a, .orders th a {
    color: #fff;
}

.orders .table td {
    padding: 3px;
    text-align: center;
    border-top: 1px dotted #B4DFF8;
}

a.cart {
    background: url('/static/images/cart.png') no-repeat;
    width: 35px;
    height: 16px;
    display: inline-table;
    margin-top: -5px;
    text-align: right;
}

table.cartTable button {
    background: #005587;
    cursor: pointer;
    width: 144px;
    height: 24px;
    color: #fff;
    border: 0;
}

table.order {
    width: 100%;
}

#user-menu {
    float: right;
    width: 390px;
    background: #fff;
    text-align: right;
    height: 21px;
    color: #344261;
}

#user-menu a {
    color: #231f20;
    text-decoration: none;
    font-weight: normal;
}

#user-menu a:hover {
    text-decoration: underline;
}

#user-menu a.greyItem {
    color: #818284
}

table.order td input.largeInput{
    width:645px;
}

/**-----------------------------popup style---------------------------**/

.popup-wrapper {
    background-color: #fff;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 15px rgba(15, 45, 69, 0.8);
    overflow: hidden;
}

.popup-title {
    padding: 10px 15px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #f0f0f0;
}  

.popup-title h3 {   
    margin: 0;
    line-height: 1.5em;
    color: #333;
}  

.popup-body {
    padding: 10px 15px;
    color: #555;
    font-size: 11px;
    font-family: Verdana, sans-serif;
}  

.popup-close {
    float: right;
    margin-top: 2px;
    margin-right: 5px;
    padding: 0;
    font-size: 24px;
    line-height: 1;
    border: 0;
    background: transparent;
    color: #aaa;
    cursor: pointer;
}  

.popup-close:hover { 
    color: #333;
}

/**----------------------------admin style------------------------------------**/

.admin-table {
    float: left;
    border-collapse: collapse;
}

.admin-table td {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    background: #005587;
    color: #fff;
    padding-right: 100px;
    border: none;
    height: 50px;
}

.admin-table td.admin-table-selected {
    background: #f3f3f3;
    border: 1px solid #005587;
}

.admin-table a.admin-table-selected {
    color: #005587;
}

.admin-table a {
    margin-left: 10px;
    vertical-align: middle;
    color: #fff;
}

.admin-content {
    font-size: 14px;
    font-family: Verdana;
    margin-left: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.admin-content table {
    padding-bottom: 10px;
}

.admin-content th {
    height: 25px;
    border: 1px solid #005587;
    width: 25%;
    background: #f3f3f3;
    font-weight: bold;
}

.admin-content td {
    height: 25px;
    border-bottom-color: rgb(0, 85, 135);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 25%;
    text-align: center;
    padding: 12px;
    word-break: break-word;
    font-size: 12px;
}

.admin-content a {
    font-size: 13px;
}

.admin-content tr {
    background: #fafafa;
    border: 1px solid #005587;
}

.admin-content tr:hover { 
    background: #666;
    color: #FFF; 
}

.admin-content button {
    cursor: pointer;
    width: 144px;
    height: 24px;
    color: #000;
    background: #fafafa;
    border: 0;
}

.admin-content input {
    width: 300px;
    height: 30px;
    font-size: 12px;
}

.create-button {
    cursor: pointer;
    margin-left: 554px;
    height: 50px;
    width: 200px;
    margin-top: 69px;
    margin-bottom: 10px;
    background: #005587;
    color: #fff;
    font-size: 16px;
    font-weight: bold;

}

.matrixform div {
    width: 16%;
    text-align: center;
    padding: 5px 0;
    border-right: 1px solid #D6E1EB;
    float: left;
}

.matrixform td {
    width: auto;
}
.matrixform tbody {
    width: 100%;
}

.matrixform input {
    width: 60px;
}

/**----------------------------multiselect style------------------------------------**/

.multiselect-wrapper {
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
    color: #000;
    text-align: left;
}

.multiselect-wrapper .multiselect-input {
	width: 300px;
	height: 25px;
	padding-right: 50px;
	margin-left: 20px;
}

.multiselect-wrapper label {
	display: block;
	font-size: 12px;
}

.multiselect-wrapper .multiselect-list {
	z-index: 1;
	position: absolute;
	display: none;
	background-color: white;
	border: 1px solid grey;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-top: -2px;
}

	.multiselect-wrapper .multiselect-list.active {
		display: block;
	}

	.multiselect-wrapper .multiselect-list > span {
		font-weight: bold;
	}

	.multiselect-wrapper .multiselect-list .multiselect-checkbox {
		margin-right: 2px;
	}

	.multiselect-wrapper .multiselect-list > span,
	.multiselect-wrapper .multiselect-list li {
		cursor: default;
	}

.multiselect-wrapper .multiselect-list {
	min-width: 300px;
}

.multiselect-wrapper ul {
	list-style: none;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

	.multiselect-wrapper ul li {
		padding-right: 20px;
		display: block;
	}

		.multiselect-wrapper ul li.active {
			background-color: rgb(0, 102, 255);
			color: white;
		}

		.multiselect-wrapper ul li:hover {
			background-color: rgb(0, 102, 255);
			color: white;
		}

.multiselect-input-div {
	height: 34px;
}

	.multiselect-input-div input{
		border: 1px solid #ababab;
		background : #fff;
		margin: 5px 0 6px 0;
		padding: 5px;
		vertical-align:middle;
	}

.multiselect-count {
	text-align: left;
	display: inline-block !important;
	padding: 1px 7px;
}

.multiselect-dropdown-arrow {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
	position: absolute;
	line-height: 20px;
	text-align: center;
	display: inline-block !important;
	margin-top: 17px;
}

.multiselect-checkbox {
    width: auto !important;
    height: auto !important;
}
