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%;
}

.my-table td, th {
    font-size: 12px;
}

.main-block {
    margin: 0.5%;
    height: -webkit-fill-available;
}

.filter-panel {
    border: 1px solid grey;
    background-color: #6D6C6B;
    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);
}

.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;
}

.subject-info-box-1,
.subject-info-box-2 {
    float: left;
    width: 40%;

    select {
        height: 200px;
        padding: 0;
        option {
            padding: 4px 10px 4px 10px;
        }
        option:hover {
            background: #EEEEEE;
        }
    }
}
.subject-info-arrows {
    float: left;
    width: 10%;
    margin-top: 50px;
    input {
        width: 70%;
        margin-bottom: 5px;
    }
}

.button-update-commercials {
    margin-top: 50px;
}

hr {
    border-top: 1px solid blue;
}