body {
    background-color: white;
    color: #464d52;
}

.my_nav {
    background-color: #FF7A01;
    box-shadow: 0 5px 5px 2px rgba(0,0,0,.2);
}

.main_container{
    margin-top: 4.7rem!important;
}

.nav-role-div {
    margin-right: 1%;
}

.nav-role-col{
    color: #5c65b0;
}

.my-table td, th {
    font-size: 12px;
}

.logo-app-name {
    font-size: 11px;
}

.main-block {
    margin: 0.5%;
    height: -webkit-fill-available;
}
.outer-panel {
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    display:inline;
    float:left;
}

.panel {
     border-radius: 15px;
     padding-right: 10px;
     padding-left: 10px
}

.filter-panel {
    border: 1px solid grey;
    background-color: #6D6C6B;
    color: white
}

.query-panel {
    border: 1px solid grey;
    background-color: #5c65b0;
    color: white
}

.shaded_div {
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
    padding: 1%;
}

.orange_button {
    background-color: #FF7A01!important;
    color: white!important;
    box-shadow: 0 5px 5px 2px rgba(0,0,0,.2);
}

.orange_button:hover {
    background-color: #d06300!important;
    color: #FFA627;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.grey_button {
    background-color: #6D6C6B!important;
    color: white!important;
    box-shadow: 0 5px 5px 2px rgba(0,0,0,.2);
}

.grey_button:hover {
    background-color: #4c4c4c!important;
    color: #FFA627;
    box-shadow: 0 12px 13px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.blue_button {
    background-color: #007bff !important;
    color: white!important;
    box-shadow: 0 5px 5px 2px rgba(0,0,0,.2);
}

.blue_button:hover {
    background-color: #095fff !important;
    color: #FFA627;
    box-shadow: 0 12px 13px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.turquese_button {
    background-color: #00e677 !important;
    color: white!important;
    box-shadow: 0 5px 5px 2px rgba(0,0,0,.2);
    margin-right: 10px
}

.turquese_button:hover {
    background-color: #00cc6a !important;
    color: #FFA627;
    box-shadow: 0 12px 13px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.add-button {
    margin-top: 3%;
    margin-left: 4%;
    margin-bottom: 4%;

}

.readonly {
	background-color: #e9ecef;
	opacity: 1;
}

.nav_link {
    margin-right: 1%;
}

.spinner {
    margin-right: 1%;
}

/* Used to avoid the possibility of changing the selection in a dropdown with read-only attribute */
select[readonly] option, select[readonly] optgroup {
    display: none;
}

.notification .badge {
  color: white;
}

.notification:hover .badge{
  color: #FF7A01;
}

.btn_as_link{
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #ff7a01;;
  text-decoration: underline;
  cursor: pointer;
}

.query{
    display:none;
}

.show {
    display:block;}

.check_main{
    width: 1.5em;
    height: 1.5em;
    margin-top: 5%;
    margin-left: 25%;
    border-radius: 5px;
}

.phone-row{
    margin-top: 4%;
}

.lg-modal{
    width: 80%;
}

.ident {
    font-weight: bold;
    font-style: italic;
    margin-right: 2%;
    margin-top: 0.5%;

}

.left_mg {
    margin-left: 1%;
}


input::-webkit-input-placeholder {
    color: red
}

