.btn-hint {
    background-color: #337ab7;
    border-radius: 20px;
    color: white;
    height: 40px;
    width: 40px;
    padding-left: 13px;
    padding-top: 10px;
    font-size: 15pt;
    float: left;
}

.text-hint {
    font-size: 16pt;
    margin-left: 50px;
    margin-top: 45px;
}

.allways-show {
    display: block !important;
}

.word-wrap {
    word-wrap: anywhere;
}

.btn-menu {
    padding-top: 3px;
    padding-bottom: 9px;
    padding-left: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    background-color: white;
    border-radius: 5px;
}

.btn {
    border-radius: 3px !important;
}

.btn-menu a, .btn-menu button {
    float: left;
}

.top-menu {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px !important;
}

.btn-menu-short {
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
    float: right;
    margin-top: -60px;
}

.bottom-fixed {
    position: fixed;
    bottom: 0;
}

.selectpicker option:hover {
    background-color: transparent !important;
}

.show-mobile {
    display: none;
}

.no-btn {
    background-color: transparent;
    border: none;
    color: dodgerblue;
    padding: 0;
    margin: 0;
}

.no-btn:hover {
    text-decoration: underline;
    cursor: pointer;
}

.base-doc-right {
    list-style-type: none;
    padding-top: 12px;
}

.navbar-doc {
    height: 60px;
}

/*input {*/
/*    height: 35px !important;*/
/*}*/

select, input, textarea, .select2-selection--multiple, .select2-selection--single {
    /*border-radius: 0 !important;*/
}

input[type="checkbox"] {
    /*height: 35px !important;*/
}

.form-group {
    margin-bottom: 8px !important;
}

.bg-white {
    background-color: white !important;
}

.bg-blue {
    background-color: rgba(100, 192, 238, 0.44) !important;
}

.bg-green {
    background-color: rgba(36, 191, 35, 0.57) !important;
}

.bg-red {
    background-color: rgba(255, 0, 0, 0.38) !important;
}

.bg-yellow {
    background-color: rgba(255, 255, 0, 0.4) !important;
}


input[readonly] {
    background-color: white !important;
}

.btn-toggle {
    margin: -3px;
!important;
}

/* Alerts & Messages*/

.alert-info {
    background-color: rgba(19, 175, 205, 0.79);
    color: white;
    font-weight: bold;
    /*font-family: Calibri, sans-serif;*/
    font-size: 12pt;
    letter-spacing: 1px;
}

.alert-danger {
    background-color: rgba(255, 0, 0, 0.84);
    color: white;
    font-weight: bold;
    /*font-family: Arial, sans-serif;*/
    font-size: 12pt;
    letter-spacing: 1px;
}

.message {
    padding: 10px;
    width: 100%;
    font-size: 13pt;
    border-radius: 3px;
}

.message-info {
    background-color: rgba(101, 203, 255, 0.42);
}

.text-center {
    text-align: center;
}

.float-right {
    float: right;
}

.color-red {
    color: red;
}

.color-blue {
    color: blue;
}

.color-black {
    color: black;
}

.color-green {
    color: green;
}

.color-orange {
    color: orange;
}

.color-grey {
    color: #b7b7b7;
}

.color-white {
    color: white !important;
}

.dis-inline-block {
    display: inline-block;
}

.bold {
    font-weight: bold;
}

.border-top {
    border-top: solid 2px darkgray !important;
}

.pos-bottom {
    bottom: 10px !important;
    left: 10px !important;
    position: fixed;
}

.badge {
    font-size: 11pt;
    margin-bottom: 5px;
}

.ui-datepicker td.holiday a, .ui-datepicker td.holiday a:hover {
    background: none #FFEBAF;
}

.margin-none {
    margin-bottom: -10px;
}

.badge-primary {
    background-color: #286090;
}

.dropdown-hide {
    display: none;
}

#relatie_opmerking, #tickets_beschrijving {
    height: 203px;
}

.belangrijk {
    background-color: rgba(255, 0, 0, 0.32);
}

.bellen {
    background-color: lightblue;
}

.status-ja {
    background-color: rgba(0, 235, 0, 0.38);
    border: 2px solid white;
    width: 100px;
    text-align: center;
}

.status-nee {
    width: 100px;
    text-align: center;
    border: 2px solid white;
    background-color: rgba(128, 128, 128, 0.4);
}

.important {
    background-color: rgba(255, 0, 0, 0.29) !important;
}

.ui-datepicker-group {
    width: 100% !important;
}

.ui-datepicker-multi {
    width: 90% !important;
}

.hide-desktop {
    display: none !important;
}

/* FROMS */
.form-format-row .btn {
    width: 100%;
}

.form-format-row label {
    display: none;
}

.select2-selection--multiple {
    height: 35px;
}

/* BUTTONS */
.btn {
    margin: 5px;
    color: white !important;
    text-decoration: none !important;
    /*border-radius: 0 !important;*/
}

.btn-whatsapp {
    background-color: #25d366;
    color: white;
    /*font-size: 13pt !important;*/
}

.btn-delete {
    float: left;
}

.btn-small {
    overflow: auto;
    display: contents;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 9px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn[disabled] {
    background-color: darkgrey;
    border: 1px solid darkgray;
}

.btn[disabled]:hover {
    background-color: darkgrey;
    border: 1px solid darkgray;
}


.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

/* Tabellen */
.table-header-rotated {
    width: 92% !important;
    float: left;
}

.table {
    border-left: 1px solid rgba(0, 0, 0, .125);
    border-right: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

thead {
    background-color: #f8f9fa !important;
}

thead th {
    border-bottom: none !important;
}

.table-header-rotated th.row-header {
    width: auto;
}

.table-header-rotated .thr-box {
    width: 40px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    vertical-align: middle;
    text-align: center;
}

.table-header-rotated th.rotate-45 {
    height: 80px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    position: relative;
    vertical-align: bottom;
    padding: 0;
    font-size: 12px;
    line-height: 0.8;
}

.table-header-rotated th.rotate-45 > div {
    position: relative;
    top: 0px;
    left: 40px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
    height: 100%;
    -ms-transform: skew(-45deg, 0deg);
    -moz-transform: skew(-45deg, 0deg);
    -webkit-transform: skew(-45deg, 0deg);
    -o-transform: skew(-45deg, 0deg);
    transform: skew(-45deg, 0deg);
    overflow: hidden;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

.table-header-rotated th.rotate-45 span {
    -ms-transform: skew(45deg, 0deg) rotate(315deg);
    -moz-transform: skew(45deg, 0deg) rotate(315deg);
    -webkit-transform: skew(45deg, 0deg) rotate(315deg);
    -o-transform: skew(45deg, 0deg) rotate(315deg);
    transform: skew(45deg, 0deg) rotate(315deg);
    position: absolute;
    bottom: 30px; /* 40 cos(45) = 28 with an additional 2px margin*/
    left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
    display: inline-block;
    width: 100%;
    width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
    text-align: left;
    white-space: nowrap; /*whether to display in one line or not*/
}

.link {
    color: dodgerblue !important;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.link:hover {
    text-decoration: underline;
}


.jumbotron-row {
    background-color: #eeeeee;
    padding: 5px;
    font-size: 12pt;
    margin: 5px;
}

.hover-click:hover {
    cursor: pointer;
}

.middle-align {
    vertical-align: middle !important;
    padding-bottom: 8px !important;
}

td {
    vertical-align: middle !important
}

.pagination-input {
    width: 102px;
    height: 40px;
    text-align: center;
    border: 1px solid lightgrey;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-left: -7px;
}

.table-excel {
    background-color: white !important;
}

.table-excel td, .table-excel th {
    padding: 3px 3px 3px 7px;
}

.table-mini td, .table-mini th {
    padding: 2px !important
}

.select2-container {
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
    height: calc(1.5em + 0.75rem + 2px) !important;
    line-height: 33px !important;
    border-color: #ced4da !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: calc(1.5em + 0.75rem + 2px) !important;
    line-height: 33px !important;
}

.select2-selection__rendered {
    line-height: 33px !important;
}


/* Voor Chrome, Safari, Edge en Opera */
.no-arrows[type="number"]::-webkit-outer-spin-button,
.no-arrows[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Voor Firefox */
.no-arrows[type="number"] {
    -moz-appearance: textfield;
}

.text-overflow-250 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 250px;
    display: block;
}