﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
input[type=submit] {
    width: 100%;
}
label {
    width: 100%;
    margin-top: 20px;
}
.search-form{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


.login {
    float: right;
    /*margin-left: 925px;*/
}

#form {
    /*margin-top: 250px;*/
}

.login-btn {  
    margin-top: 20px;
}

img {
    /*margin: 130px 0px -200px 420px;*/
    width: 25%;
    display: block;
    margin: 150px auto 0px;
}

.navbar-inverse {
    background-color: #00B0AB !important;
    border-bottom: none !important;
    color: white !important;
    background-image: none;
}

    .navbar-inverse a {
        color: white !important;
        text-shadow: none;
    }

input[type=submit]:hover {
    background-color: #00B0AB;
    color: white;
}

.CustomerItem {
    margin-bottom: 10px;
}

article {
    margin-bottom: 30px;
  
}
            
form {
    position: relative;
    display: inline-block;
    width: 100%;
}

tr:nth-child(odd) {
    background-color: rgba(200, 200, 200, 0.5);
}

tr {
    margin-bottom: 10px;
}

table {
    margin-top: 10px;
}
table h5{
    margin-top:0px;
    margin-bottom:0px;
}

input {
    width: 100%;
}

select {
    width: 100%;
}

.Zoekbtn {
    margin-top:25px;
}

#ok {
    color: green;
}

#stop {
    color: red;
}

td {
    padding-bottom: 10px;
}

.centerTable {
    text-align: center;
    vertical-align: middle;
}

.center {
    text-align: center;
    color: #00B0AB;
    margin-top: 30px;
    background-color: #eee;
    padding: 15px;
}
.center p{
    margin-bottom:0px;
}

/*make responsive*/
.navbar-header:before, .navbar-header:after {
    display: inline !important;
}

.btn-default.Zoekbtn {
    color: #fff;
    background-color: #00B0AB;
}
    .btn-default.Zoekbtn:hover {
        background-color:#009e99;
    }


@media only screen and (max-width: 800px) {
    img {
        width: 50%;
        margin: 50px auto 0px;
    }


    .table-responsive {
        border: none !important;
        overflow:hidden !important;
    }

        /* Force table to not be like tables anymore */
        #no-mobile-tables table, #no-mobile-tables thead, #no-mobile-tables tbody, #no-mobile-tables th, #no-mobile-tables td, #no-mobile-tables tr {
        display: block;
        font-size: 1.15rem;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-mobile-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-mobile-tables tr {
        border: 1px solid #ccc;
    }

    #no-mobile-tables td, #no-mobile-tables th {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: right;
    }

        #no-mobile-tables td:before, #no-mobile-tables th:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 50%;
            padding-right: 10px;
            white-space: normal;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #no-mobile-tables td:before, #no-mobile-tables th:before {
            content: attr(data-title);
        }

    .table .reorder-button, .table .reorder-button:hover {
        border-radius: 0px;
        background-color: transparent;
        color: #1e83d6;
        width: auto;
        height: auto;
        display: block;
        vertical-align: middle;
    }

    .text-center {
        text-align: right !important;
    }


    .table a:hover {
        color: inherit;
    }

    .firstrow{
        display:none !important;
    }
}