﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*
    input,
select,
textarea {
    max-width: 90%;
    margin: auto;

}
*/

.lblspace {
    margin-left: 5%;
}

.bframe {
    border: 1px solid #ccc;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: 20px !important;
    height: 20px !important;
    margin-right: 7px;
    float: left;
}

.GroupHeaderStyle {
    background-color: #46b8da;
    font-weight: bold;
    font-size: 10pt;
    color: #fff;
}

.Grid_HeaderStyle {
    background-color: #0088C2 !important;
    font-weight: bold;
    font-size: 10pt;
    color: #fff;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
.edit-add-Agent input{
    max-width: 100%;

}
.edit-add-Agent select {
    max-width: 100%;
   
}
.edit-add-Agent textarea {
    max-width: 100%;

}
.table th, .table td {
    vertical-align: middle;
}
.btn {
    margin-top: 0;
    margin: 0 5px;
}
td a {
    margin-top: 4px !important;
}
.list-order label, .form-group {
    width: 100%;
    display: block;
    padding: 0px 5px;
}
.form-control{
    margin-bottom:5px;
}
.collapse.in {
    display: block;
}
h1.page-header {
    font-weight: bold;
}


@media screen and (max-width: 600px) {
    .btn {
        margin: 5px 5px;
        width: 100%;
    }
    .mt-4, .my-4 {
        margin-top: 0.5rem !important;
    }
}

.fl-scrolls::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.fl-scrolls::-webkit-scrollbar {

    background-color: #F5F5F5;
    height:13px;
}

.fl-scrolls::-webkit-scrollbar-thumb {
    border-radius: 10px;

    background-color: #999;
}
.testscroller{
    overflow:auto;
}