/* NOTE R Systems CSS - Commenting out any changes initially. */

div#main_content {
    padding: 10px 40px !important;
}

.welcomePageButton {
	line-height: 16px;
    padding: 11px 22px;
    font-weight: 500;
    border-radius: 3px;
    border: 1px solid
}

/* only for top most div */
.outer-div{
	border-bottom: 1px solid rgb(238 238 238);
}



/* Body div Started */
.body-div{
    padding: 22px 15px;
}

/* No record found */

#noRecords {
    padding-bottom: 25px;
    font-weight: 600;
    font-size: 15px;
    color: #425b76;
    line-height: 24px;
    text-shadow: none !important;
    background: #f7f6f6;
    padding: 10px 18px;
    border-radius: 3px;
	margin-bottom:50px;
}


div#pnlSearch_wrapper{
	    margin-top: 45px;
}

table#pnlSearch{
	font-size: 14px;
    background-color: rgb(255, 255, 255);
    border-collapse: collapse;
    width: 100%;
    border-color: rgb(223, 227, 235);
}


th.welcomePage, th.adminNomTable {
    color: rgb(51, 71, 91);
    border-color: rgb(223, 227, 235);
    border-style: solid;
    border-width: 1px 0px 0px;
	background: rgb(234 240 246) !important;
	border-left: none !important;border-right: none !important;
}

tbody td.welcomePage, tbody td.adminNomTable{
	overflow-wrap: break-word;
    padding: 12px !important;
    vertical-align: middle !important;
	background: #fff !important;
	font-size: 13px !important;
    
border-left: none !important;border-right: none !important;


}

div#pnlSearch_filter , div#pnlSearch_length{
	 margin-bottom: 8px;
}

div#pnlSearch_length label, div#pnlSearch_filter label{
	font-size: 13px;
    color: rgb(51, 71, 91);
}


div#pnlSearch_length label select{
	font-size: 12px;
    margin: 0px 2px;
    border: 1px solid #0078a5;
    border-radius: 3px;
}

div#pnlSearch_filter input[type="search"]{
	font-size: 12px;
    margin: 0px 2px 0px 8px;
    border: 1px solid #0078a5;
    border-radius: 3px;
    padding: 1px 5px;	
}

div#pnlSearch_info , div#pnlSearch_paginate{
    font-size: 13px;
}

.morebutton {
    margin: auto 6px;
    font-size:12px;
    border-radius:3px !important;
    background:#f1f1f0;
    color:#0078a5;
}​

.dataTables_wrapper .dataTables_paginate .paginate_button
{
	border-radius: 3px !important;
    font-size: 12px !important;
    padding: 3px 12px !important;
    margin: auto 2px !important;

}

#pnlSearch_paginate span .paginate_button.current{
 border-radius: 3px !important;
    font-size: 12px !important;
    padding: 3px 12px !important;
    margin: auto 2px !important;	
}​​​​


/* toogle button css */
label.switch { 
    position: relative;
    display: inline-block;
    width: 100%;
    height: 30px;
    box-shadow: rgb(203, 214, 226) 0px 0px 0px 1px inset;
    border-radius: 3px !important;
    background: #eaf0f6;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0; 
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: rgb(234 240 246);
    /* box-shadow: rgb(203, 214, 226) 0px 0px 0px 1px, rgba(0, 0, 0, 0.08) 0px 5px 5px 0px; */
    border-radius: 3px;
    border: 1px solid rgb(0 120 165 / 0.2);
}


.slider:before {
   position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    left: -1px;
    bottom: 0px;
    top: -2px;
    background-color: white;
    border-radius: 3px;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid rgb(0 120 165 / 0.2);
}


input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  left: 8px;
  bottom: 0px;
}