@import url(http://fonts.googleapis.com/css?family=Ubuntu);
.noscrollbars           {overflow:hidden;}

.text-work-order-compact{
    width:500px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

#company-logo {
    margin-top: 10px;
    padding-bottom: 20px;
    margin-left:10px;
    margin-right:10px;
    height:auto;
    min-height:100px;

    max-width:;
    background-size:contain;
    background-image:url('../images/Qccs_logo_Transparantie_300px.png');
    background-repeat:no-repeat;
}

.text-work-order-expand{
    width:500px;
    overflow:hidden;
}
.werkbon-table td{
    padding:3px 5px;
}
.active{
    background-color:#62BB46 !important;
}

.footer-dialog{
    bottom:0px;
    position:absolute;
    padding:5px;
    width:100%;
    text-align:center;
}

/* <--------- Globale Tags ---------> */
body {
    margin:0px;
    font-family: 'Ubuntu', sans-serif !important;
}

a {
    color:#00529B;
    text-decoration:none;
}
img{
    vertical-align:middle;
}

a:hover {
    text-decoration:underline;
}

.table-icon{
    vertical-align:middle;
}

.bottom-container {
    clear: both;
}

.main-fieldset {

}

.tab-menu {
    clear:both;
    margin-bottom:15px;
}

.tab {
    background-color: #00529B;
    color: white;
    font-weight: bold;
    padding: 3px;
    border-radius: 5px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: -20px;
}

hr
{
    margin:20px 0;
    border:0;
    border-top:1px solid #00529B;
    border-bottom:1px solid gray
}

.tab:hover {
    background-color:#62BB46;
}

#tab-active {
    background-color:#62BB46;
}

.tab-menu a {
    color:#fff !important;
    text-decoration:none !important;
}

/* <--------- Globale Tags end ---------> */



/* <--------- Header pagina opbouw ---------> */

.header-container {
    background-color:#00529B;
    border-bottom-style: solid;
    border-bottom-color: #62BB46;
    border-bottom-width: 6px;
    height:30px;
    overflow: auto;
}

.header-content {
    margin: 0px auto;
    vertical-align:middle;
    color:#fff;
    font-weight:500;
}

.homebutton {
    float:left;
    display:inline;
}

.user-tlb {
    float:left;
    display:inline;
    margin-left:5px;
    line-height:30px;
}

.header-content a {
    color:white;
    text-decoration:none;
    font-weight:bold;
    float:right;
    line-height:30px;
}

.topbar {
    background-color:#fff;
}

.logo-container {
    margin: 0px auto;
    padding:0px 20px;
    height:86px;
    background-color:#fff;
}

.logo {
    height:83px;
    margin-left:25px;
    background-image: url('../images/qccs-ict-consultants-text-logo.png');
    background-position:left center;
    background-repeat:no-repeat;
}

.container, .header-content, .logo-container, .login-container {
    width:80%;
    min-width:550px;
}

/* <--------- Header pagina opbouw end ---------> */

.main-table {
    width:100%;
    padding:5px;
}

.table-werkbonnen{
    width:98%;
    border-collapse: collapse;
    margin:5px;   
}
.table-werkbonnen th{
    text-align:left;  
}

.table-customer{
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    width:100%;
    border-collapse: collapse;   
}
.input-search{
    padding:3px !important;
}
.table-customer th{
    text-align:left;
    padding-bottom:5px;   
}
.table-customer th a{
    text-decoration:none; 
    color:black;
}
.table-selected{
    background-color:#00529B;
    color:white;
}
.table-highlight:hover{
  background-color:#62BB46;
  color:#fff;
  cursor:default;
}

.input-company{
    width: 248px;  
}

.link-button-disabled{
    border: medium none;
    display: block;
    background-color:#B3B3B3 !important;
    color: #FFF !important;
    text-align: center;
    vertical-align: middle;
    text-decoration: none !important;
    border-radius: 5px;
    padding: 13px;
    transition: all 0.15s linear 0s;
    margin-left: 5px;
    font-weight: bold;
    display:inline-block;
    cursor: pointer;
    font-size: 13px;
}

.link-button{
    border: medium none;
    display: block;
    background-color:#00529B;
    color: #FFF !important;
    text-align: center;
    vertical-align: middle;
    text-decoration: none !important;
    border-radius: 5px;
    padding: 13px;
    transition: all 0.15s linear 0s;
    margin-left: 5px;
    font-weight: bold;
    display:inline-block;
    cursor: pointer;
    font-size: 13px;
    max-width:150px;
}

.link-button:hover, .customer-button input[type="submit"]:hover{
    text-decoration:none !important;
    color:#fff !important;
    background-color:#62BB46 !important;
}

/*Home Pagina*/

.login-box {
    width: 460px;
    text-align: left;
    border-width: 8px;
    border-style: solid;
    border-color: #196794;
    margin: auto;
    text-align:center;
    background-color: #fff;
    padding: 15px 15px 15px 20px;
    margin-top: 10px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.32), 0 20px 20px rgba(0,0,0,0.32);
}

.login-box h2 {margin-bottom:0px;font-size:25px;font-weight:bolder;}



/*Formulier Pagina*/

.login-container {
    margin: 0px auto;
	padding:20px;
    height:100vh;
    margin: 0px auto;
    margin-top: 20px;
    min-height: 30px;
    text-align: center;
    position: relative;
    top: 10%;
}

.container {
	margin: 0px auto;
	padding:20px;
	background-color:#fff;
}

.msg  
{
  background-color:red;
}

.content {
  width:600px;
  margin:0px auto;
}

/*Formulier style */
input[type="password"] {
    padding: 8px;
    border: 1px solid #62BB46;
}

.login-box input[type="password"] {
margin-top:10px;
}

input[type="password"]:focus,
input[type="password"].focus {
}

input[type="text"], textarea {
  padding:8px;
  border: solid 1px #62BB46;
  width:100%;
}

select {
border: solid 1px #62BB46;
padding:7px;
}

select:focus,
select.focus {

}

input[type="text"]:focus,
input[type="text"].focus {

}

textarea {

}
textarea:focus,
textarea.focus {

}

.confirm_button{
    border: medium none;
    background: none repeat scroll 0% 0% #00529B;
    padding:10px;
    width: 20px;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    transition: all 0.15s linear 0s;
    text-decoration:none;
    font-weight:bold;
}

input[type="submit"],input[type="button"]
{
    border: medium none;
    display: block;
    background: none repeat scroll 0% 0% #00529B;
    height: 40px;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    transition: all 0.15s linear 0s;
    margin-top:20px;
    float:left;
    margin-right:20px;
    font-weight:bold;
}

input[disabled="true"]
{
    border: medium none;
    display: block;
    background: none repeat scroll 0% 0% gray;
    height: 40px;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    transition: all 0.15s linear 0s;
    margin-top:20px;
    float:left;
    margin-right:20px;
    font-weight:bold;
}

.Aanmelden
{
    border: medium none;
    display: block;
    background: none repeat scroll 0% 0% #fff !important;
    height: 40px;
    width: 100px;
    background-color:#62BB46 !important;
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
    transition: all 0.15s linear 0s;
    float:none !important;
    font-weight:bold;
    margin:20px auto !important;
}

.Aanmelden:hover
{
  color:#62BB46 !important;
  background-color:#fff !important;
  border:#62BB46 2px solid;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
}

/* ================= Mainpage style start ================= */

.customer-add-field {
    float:left;
    margin-right:5px;
    margin-top:10px;
}

fieldset {
    border-style: none;
    background-color: #F3F3F3;
    padding: 10px;
    border-radius: 5px;
}
legend{
    background-color:#00529B;
    color:white;
    font-weight:bold;
    padding: 3px;
    border-radius:5px;
}
.customer-button
{
    float:right;
}
.customer-date {
float:left;
}

.postcode-box {
    padding:15px;
}

#postcode {
    text-transform: uppercase;
    text-align:center;
}
/* ================= Mainpage style end ================= */

/* <--------- Zipcode Search ---------> */

.zipcode {
    width:20% !important; 
    height:30px; 
    padding:1px;
}

.housenr {
    width:50px !important; 
    height:30px; 
    padding:1px;
}

table .zipcodechecker {
    width:80%;
}

.zipcodechecker-container {
    bottom:0px;
    position:absolute;
    padding:5px;
    width:65%;
}
/* <--------- Zipcode Search end ---------> */