﻿.br-grid-col {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid rgba(86, 61, 124, .2);
}

.br-grid-col-no-border {
    padding-top: 15px;
    padding-bottom: 15px;
}

.br-text-center {
    text-align: center;
}

.br-text-bold {
    font-weight: bold;
}

.br-status-icon {
    height: auto;
    width: auto;
    overflow: hidden;
}

.br-img-logo {
    max-height: 100px;
    width: auto;
    float: left;
}

p {
    font-size: x-large;
    margin-bottom: 0px;
    color: inherit;
}

label {
    font-size: x-large;
    margin-bottom: 0px;
    color: inherit;
}

body {
    padding-bottom: 50px;
}

span {
    font-size: x-large;
}

@media only screen and (max-width: 600px) {
    button {
        font-size: medium;
    }

    p {
        font-size: medium;
    }

    label {
        font-size: medium;
    }

    span {
        font-size: medium;
    }

    body {
        line-height: 100%;
    }
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    margin-top: auto;
}


.br-icon-grid {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.br-key {
    float: left;
    font-weight: bold;
}

.br-value {
    float:right;
}

.sidenav {
    height: 100%;
    width: 0px;
    margin-left: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
}


@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 900px) {
    body {
        font-size: 0.9em;
    }
    h1 {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 600px) {
    body {
        font-size: 0.6em;
        line-height: 20px;
    }
}
@media screen and (max-width: 300px) {
    body {
        font-size: 0.3em;
    }  
}

@media screen and (max-width: 768px) {
    .title-text {
        padding-left: 10px;
    }
}

.nav-tabs .nav-item {
    padding-left: 0.4em;
    padding-top: 0.4em;
    padding-right: 0.4em;
}

.br-table thead th {
    vertical-align: top; !important;
}

.br-table td, .br-table th {
    padding: 0px; !important;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.br-table {
    table-layout: fixed;
}

.br-status-header {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.br-status-header-actions {
    display:flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 25%;
}

.br-status-header-actions-btn {
    width: 100%;
}

.br-status-header-actions-btn:not(:first-child) {
    margin-top: 5px;
}

.br-status-header-text {
    margin-left: 5px;    
}

.br-order {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.br-order-info {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.br-order-map {
    width: 58%;
    height: auto;
}

@media screen and (max-width: 450px) {
    .br-order {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .br-order-map {
        width: 100%;
        height: auto;
    }

    .br-order-info {
        width: 100%;
    }
}

.br-order:last-child {
    margin-left: auto;
}

.br-order-info-top {
    
}

.br-order-info-bottom {

}

.br-order-productions {

}

.br-databox-header-actions {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.br-databox-header-actions-title {
    font-weight: bold;
}

@media screen and (max-width: 900px) {
    .br-databox-header-actions-title {
        font-size: 2em;
    }
}

.br-form-group {
    margin: 5px;
}

.br-form-item {
    margin: 5px;
}

.br-checkbox {
    transform: scale(2.5);
    height: 13px;
    width: 13px;
    margin: 18px;
}

.br-selector-small {
    max-width: 250px;
}

.br-doc-flexWholeDoc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.br-doc-flex-container {
    margin-bottom: 33px;
    box-shadow: 15px 5px 5px grey;
    width: 30%;
    display: flex;
    flex-direction:column;

}

.br-doc-flex-column {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: stretch;
}

.br-doc-DocBtn{
    
    max-width:60px;
}

.br-doc-DocH1 {
    overflow-wrap: break-word;
}

@media only screen and (max-width: 750px){
    .br-doc-flex-container {
        width:75%;

        
    }
    .br-doc-flexWholeDoc{
        justify-content:center;
    }
  
}

.br-toast-icon {
    width: auto;
    height: 16px;
}
