.btn-link,  .btn-link:hover{
        background: #2a7bff;
    color: white;
    font-size: 14px;
    /* border: solid; */
    padding: 7px 15px;
    border-radius: 8px;
    text-decoration: none;
}
.error {
    color:red;
}
.form-control-full {
    width: 100% !important;
}
.jumbotron {
    padding: 0px 1rem 1rem 1rem;
    background: none;
    margin-bottom: 0px; 
}
.review-tabs li{
    border: solid 1px #dee2e6;
        margin-right: 10px;
    border-bottom: 0;
    border-radius: 4px 4px 0px 0px;
}
.review-tabs a {
    padding: 6px 20px;
    
    display: block;
}
.review-tabs a.active {
   background: #2a7bff;;
   color: white;
}
.tab-pane{
    border: solid 1px #dee2e6;
    border-top: none;
}
.tab_structure {
    padding: 10px;
}
.input-lg {
    width:200px !important;
}
input:-moz-read-only { /* For Firefox */
  background-color: yellow;
}

input:read-only { 
  background-color: #e0dcdc !important;
}
.cnt {
font-size: 40px;
    font-weight: bold;
    
}
.multiselect {
    border: solid 1px #dee2e6;
    height: 30px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.dropdown-toggle::after {
    margin-left: 90%;
}
.multiselect-native-select .btn-group {
    width: 100% !important;
}