body {
  font-size: .875rem;
}
.table table {
//    border-top-right-radius: 20px;
//    border-top-left-radius: 20px;
//    border-bottom-right-radius: 20px;
//    border-bottom-left-radius: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}

.avt-blue {
    background-color: #004FA3 !important;
}
/*
.table th {
    background: #6c757d;
    color: white;
    text-shadow: 0 1px 1px #2D2020;
}


.table th:first-child {
    border-top-left-radius: 10px;
}

.table th:last-child {
    border-top-right-radius: 10px;
}

.table tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

.table tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.table tr td:last-child {
    border-right: none;
}
*/

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

#dropdownMenu1 {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.glyphicon-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

.calendar-shift {
    /* bottom: 1px;*/
}

.rotate {
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}

.rotate.down {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.table-sm .form-control:not(textarea) {
	height: calc(1.4125rem + 2px);
	padding: 0 3px;
	font-size: 100%;
}

.no-filter-control {
    height: 28px;
}
.bootstrap-table .search {
	display: none;
}
.bootstrap-table .search>.form-control {
	display: none;
	visibility: hidden;
}
.form-control-xsm {
	height: calc(1.8125rem - 4px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
	border-radius: 0px;
	width: 100%;
}
.container-fluid {
	padding-left: 0px;
}
.inline-form-button {
	height: 1.6rem;
    padding-top: 0.1rem;
}


#id_modal_ttn_box img {
    float: left;
    margin-right: 10px;
}

@media (min-width: 1600px) {

    body .modal-dialog {
        max-width: 100%;
        width: auto !important;
        display: inline-block;
    }

    .modal {
        z-index: -1;
        display: flex !important;
        justify-content: center;
    }

    .modal-open .modal.show {
       z-index: 1050;
    }

    .container {
        max-width: 1800px;
    }
}

.rowCreate {
    background-color: #ffffff;
}
.rowAccepted {
    background-color: #f5faea;
}
.rowLoad {
    background-color: #e6f9ff;
}
.rowUnload {
    background-color: #e6ffff;
}
.rowFinish {
    background-color: #ecf9f2;
}
.rowEnd {
    background-color: #fff6e6;
}
.rowChecked {
    background-color: #e6ffe6;
}
.rowAccident {
    background-color: #ffe9e6;
}
.rowNal {
    background-color: #ff80b3;
}
.rowBase {
    background-color: #ffff00;
}
.showinreports {
    font-weight: bold;
    text-align: center;
}

.tdmirWhite {
    background-color: rgb(255, 255, 255);
}
.tdmirGreenYellow {
    background-color: rgb(173, 255, 47);
}
.tdmirCrimson {
    background-color: #DC143C;
    font-weight: bold;
}
.tdmirCrimson:hover {
    background: #B22222;
    color: #FFFFFF;
    font-weight: bold;
    transition: 0.5s;
}

.tdmirYellow {
    background-color: rgb(255, 255, 0);
}

.hoverElement {

}
.hoverElement:hover {
    background: yellow;
    color: red;
    transition: 0.5s;
}

.tag {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
}

.tag-paid {
    display: inline-block;
    background-color: #28a745;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
}

.tag .remove {
    margin-left: 8px;
    font-weight: bold;
    cursor: pointer;
}

.tags-column {
    width: 50px;
}

.tag-icon {
    font-weight: bold;
    padding-right: 4px;
}