﻿
.container {
    max-width: 800px;
    margin-top: 0px!important;
}

.inner-container {
    padding: 15px 30px 0 15px;
    background-color: #fff;
}

.container .row.well, .container .row.alert {
    margin-left: 0;
}

.red-color {
    color: red;
}

.cal-nextmonth {
    background-color: #e5e5e5;
    color: #333!important;
}

.cal {
    padding: 10px;
}

.logo-image {
    max-width: 300px;
}

.text-bold {
    font-weight: bold;
}

.width100 {
    width: 100% !important;
}

.width50 {
    width: 50px !important;
}

.max-width110 {
    width: 110px;
}

.margin5left {
    margin-left: 5px;
}

.bottomspace-rows .row{
    margin-bottom: 5px;
}

.min-width-250 {

    -moz-min-width: 300px;
    -ms-min-width: 300px;
    -o-min-width: 300px;
    -webkit-min-width: 300px;
    min-width: 300px;
}

.marginright5 {
    margin-right: 5px;
}

.nowrap {
    white-space: nowrap;
}

.label-blockelement {
    display: inline-block;
    text-align: left;
}

.table-sorter thead tr th.header{
    cursor: pointer;
}

.table-confirm-radiobuttons tbody tr td {
    padding-right: 15px;
}

.table-confirm-radiobuttons tbody tr td input{
    vertical-align: top;
}

.table-nomargin {
    margin: 0;
}

.fourequal-tablecell thead tr th, .fourequal-tablecell tbody tr td {
    max-width: 100px;             
}

.contract-details, #change-password-wrapper {
    display: none;
}

.textbox-multiline {
    max-width: 250px;
    width: 100%;
    max-height: 100%;
    height: 100px!important;
}

@media (max-width: 601px) {
 .table-small tbody tr td, .table-small thead tr th {
    padding-left: 0;
    padding-right: 4px;
}   
 .container {
     margin-left: 0;
     padding-left: 0;
 }
}

.logincontainer {    
    width: 550px;
}

h3.nospacing {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

@media (max-width: 560px) {
    .logincontainer {
        width: 90%;
    }    
}

.table tbody tr td {
    border-top: none;
}

.form-control-inline {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}

.smallitalic {
    font-size: 9px;
    font-style: italic;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

 .table-form
  .label {
white-space: normal;
display: table-cell;
padding: 7px;
line-height: 1.2em;
   }

 .steps li {
     margin-right: 5px;
     margin-top: 5px;  
 } 

 .steps .label {
     padding: 8px;
     border-radius: 22px;
     font-size: 110%;
     display: inline-block;
     width: 30px;
 }

 .label-lightdanger {
     background-color: #f2dede;
 }

 .alert-lightdanger {
     color: #31708f;
  background-color: #f2dede;
  border-color: #D9534F;
 }



table.table.table-responsive.table-striped.table-small.table-sorter > tbody > .red-background td{
    border-bottom: #FAC7C7 1px solid;
    background-color: #FAA4A4;
    padding-bottom: 2px;
    padding-top: 2px;
}

table.table.table-responsive.table-striped.table-small.table-sorter > tbody > .red-background td a{
    color: #fff;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.disabledRow, .disabledRow td {
    text-decoration: line-through;
}
.disabledRow td a{
    text-decoration: none;
}

a.glyphicon.glyphicon-remove-circle span {
    padding-left: 5px;
}

.inner-addon { 
    position: relative; 
}

/* Icon in textbox */
.inner-addon .glyphicon {
  position: absolute;
  padding: 5px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon, .right-addon .glyphicon {
    color: #39b3d7;
}
.left-addon .glyphicon {
    left:  0px;
    padding-top: 8px;
    padding-left: 6px;
}
.right-addon .glyphicon {
    
    right: 0px;
    padding-right: 20px;
    padding-top: 9px;
}

.left-addon input  { padding-left:  22px; }
.right-addon input  { padding-left:  5px; }

.checkbox-label-font-normal label {
    font-weight: normal;
    padding-left: 5px;
}

.matching-order-details {
    border-top: 2px solid #e5e5e5;
}

.matching-order-details > div:first-child, .matching-order-details > div:nth-child(2) {
    border-right: 2px solid #e5e5e5;
}