
#adminmenu a[href="admin.php?page=oprole_update"] { 
    display: none;
}

.op-calculatotor-page{
   position: relative;
    
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid rgba(0, 0, 0, .2); */
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: .3rem;
    outline: 0;
	padding: 35px 30px;
}


#op-cal-cart{
  overflow-x: auto;   
}


#op-form-report input[type="text"], #op-form-report select{
    border: 1px solid #ddd ;
    transition: all 0.2s ease ;
    border-radius: 5px ;
    font-size: 15px ;
    background: white ;
    color: #757575 ;
    width: 100% ;
}
#op-form-report .form-group {
    width: 49%;
    display: inline-block;
    padding-right: 30px;
}

.op-tbl-cart, .op-tbl-summary{
	border:none;
}
.op-tbl-summary{
    border-radius: 10px;
    background: #f7f7f7;
}
    
.op-tbl-cart td, .op-tbl-cart th {
    border: none;
}



.op-tbl-summary td, .op-tbl-summary th {
    border: none;
}

.op-tbl-cart .op-role-list tr:nth-child(odd) {
  background-color: #f7f7f7; /* Light grey */
  border-radius: 10px;
}

/* Styles for even-numbered table rows */
.op-tbl-cart tr:nth-child(even) {
  background-color: #ffffff; /* White */
}


.op-tbl-cart input{
    border: 1px solid #ddd;
    transition: all 0.2s ease ;
    border-radius: 5px ;
    font-size: 15px ;
    background: white ;
    color: #757575 ;
    width: 100% ;
    padding: .50em;
}

.op-tbl-cart select, .op-cart-header select, .opcal-content-list select{
    border: 1px solid #ddd;
    transition: all 0.2s ease ;
    border-radius: 5px ;
    font-size: 15px ;
    background: white ;
    color: #757575 ;
    width: 100% ;
}
.opcal-content-list select{
max-width: 230px;
}



.td-sum-year-saving{
  font-size: 32px;  
}


.opcal-content-list{
 margin:20px;	
}

#op-form-report{
 margin:40px;	
}


.opcal-content-wrapper{
    padding: 30px;
    border-radius: 10px;
}

.opcal-odd{
   background: #f7f7f7;
}


.op-cart-header{
   display: flex;
    align-items: center;
    justify-content: space-between;
}

.op-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
	opacity: .5;
}


.op-modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
	position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.op-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
	z-index: 1072;
	overflow-x: hidden;
    overflow-y: auto;
	padding-right: 15px;

}

.op-modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 1px solid rgba(0, 0, 0, .2); */
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: .3rem;
    outline: 0;
}

.op-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.op-modal-title {
    margin-bottom: 0;
    line-height: 1.5;
	font-size: 2.1rem;
	padding-left: 30px;
}

.op-modal-header .close {
    padding: 1.5rem;
    margin: -1rem -.5rem -1rem auto;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
	 float: right;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.op-modal-open {
    overflow: hidden;
}




@media (min-width: 576px) {
    .op-modal-dialog {
        max-width: 1000px;
        margin: 5.75rem auto;
    }
}
 