.sec-logo
{
    max-width:250px;
    max-height:70px;
	margin:auto;
	text-align:center;
}

.sec-qrcode-128X128
 {
   width: 128px;
   height: 128px;
 }
 
 

.sec-label10
{
     font-size:10px;
}

.sec-label12
{
    font-size:12px;
}

.sec-label1
{
    font-size:14px;
   
}

.sec-label2
{
    font-size:16px;
}

.sec-label3
{
    font-size:18px;
   
}

.sec-label4
{
    font-size:20px;
   
}


.sec-inputTextBox
{
 	font-size: 13px;   
    min-width: 110px;
    height: 40px;
    padding:6px 15px 6px 15px;
    border-radius: 10px;
    background-color: #F5F5F5;
    color: #000000;
    outline:none;
    border: none; 
	transition: none;
}

.sec-inputTextBox:hover 
{
    border: 1px solid #C8C8C8;
}

.sec-inputTextBox:focus
{
    border : 1px solid #FFC107;
	background-color:#f5f5f5;
    box-shadow:none;
}

.sec-inputnum-without-spinner::-webkit-inner-spin-button,.sec-inputnum-without-spinner::-webkit-outer-spin-button
{ 
  -webkit-appearance: none; 
  margin: 0; 
}
.sec-Button 
{
    font-size: 16px;
    min-width: 50px;
    height: 40px;
    padding:6px 15px 6px 15px;
    border-radius: 10px;
    color: #fff;
    background-color: #2bc0e4;
    border-color: #46b8da;
    outline: none;
    
}

.sec-Button:disabled
{
    font-size: 16px;
    min-width: 50px;
    height: 40px;
    padding:6px 15px 6px 15px;
    border-radius: 10px;
    color: #fff;
    background-color: #c8c8c8;
	border-color: #c8c8c8;
    outline: none;
    
}

.sec-processingicon
{
	width: 25px; 
	height: 25px; 
}

.sec-Link
{
    font-weight: normal;
    color: #141414;
    padding-bottom: 2px;
    background-image: linear-gradient(to right, #616161 40%, rgba(255, 255, 255, 0) 20%);
    background-position: bottom;
    background-size: 7px 1px;
    background-repeat: repeat-x;
    cursor: pointer;
    margin-left:0px;
    margin-right:0px;
}


.sec-Link:hover,.sec-Link:focus 
{
    color: #50cce3;
    text-decoration : none;
    background-image:none;
    outline: none;
}

.sec-hr-seprator
{
	width:100%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px dashed #ddd;
    border-style: dashed;
}

.sec-line-heightN
{
  line-height: normal;
}

.sec-div-description-grey
{
    background-color: #f5f5f5;
    border-radius: 10px;
}


.sec-infobox{
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #c8c8c8;
}

.sec-btn-primary-lg
{   
    height: 40px;
    min-width: 110px;
    padding:10px 15px;
    border-radius: 10px;
    color: #fff;
    background-color: #2bc0e4;
    font-size: 14px;
    font-weight:600;
    text-align: center;
    vertical-align: middle;
    border:none;
    outline: none;
    
}

.sec-btn-secondary-lg
{   
    box-sizing: border-box;
    height: 40px;
    min-width: 110px;
    padding:10px 15px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 14px;
    font-weight:600;
    text-align: center;
    border:1px solid #2bc0e4;
    outline: none;
    color:#141414 ; 

}

.sec-btn-primary-sm{
  box-sizing: border-box;
  height:30px;
  min-width:80px;
  padding:5px 10px;
  border-radius:8px;
  color:#ffffff;
  background-color:#2BC0E4;
  font-size:14px;
  font-weight:600;
  text-align: center;
  vertical-align: middle;
  border:none;
  outline: none;
  
}

.sec-btn-secondary-sm
{   
    box-sizing: border-box;
    height:30px;
    min-width:80px;
    padding:5px 10px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 14px;
    font-weight:600;
    text-align: center;
    border:1px solid #2bc0e4;
    outline: none;
    color:#616161 ; 

}

.sec-btn-primary-lg:focus , .sec-btn-secondary-lg:focus ,
.sec-btn-primary-sm:focus , .sec-btn-secondary-sm:focus{
  outline:none;
}

.sec-sidebar{
  background-color:#ecf3f4;
  min-height: 100vh;
  box-sizing: border-box;
  color:#616161;
  overflow: auto;
  white-space: initial;
  word-wrap: break-word;
}

.nav ul {
  list-style: none;
  padding: 30px 0 0 0;
  width:100%;  
  margin-bottom: 0;
  font-size:14px;
}

 .nav-item {
  min-height: 20px;
  cursor: pointer;
  margin-bottom: 20px;
  padding-left: 20px;
}

.nav-item:hover {
  border-left:2px solid #c8c8c8;
}

.nav-item--active{
  min-height: 20px;
  cursor: pointer;
  margin-bottom: 20px;
  padding-left: 18px;
  border-left:2px solid #ffc107; 
  color: #141414;
  font-weight: 500;
}

.sec-main-content{
  background-color:#fff;
  min-height: 100vh;
  padding: 20px;
  box-sizing: border-box;
  width:100%;
}

.sec-label-container{
  font-size: 14px;
  color:#616161;
  min-height:30px;
  line-height: 30px;
}

.sec-wrapper-sm{
  width:140px;
  padding:0 10px 10px 0;
}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal{  display: none; width : 0; height: 0; }


.sec-textbox-lg{
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    font-family: 'Open Sans',Tahoma;
    width:100%;
    height: 40px;
    padding: 10px;
    font-size: 14px;
    color: #141414;
    border-radius: 10px;
}

.sec-textbox-md{
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  font-family: 'Open Sans',Tahoma;
  width:100%;
  height:30px;
  padding:5px 10px;
  font-size: 14px;
  color: #141414;
  border-radius: 8px;
}

.sec-textbox-sm{
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  font-family: 'Open Sans',Tahoma;
  width:100%;
  height:25px;
  padding:4px 10px;
  font-size: 12px;
  color: #141414;
  border-radius: 6px;
}

.sec-textbox-lg::placeholder , 
.sec-textbox-md::placeholder ,
.sec-textbox-sm::placeholder {
  color: #9b9b9b;
}

.sec-textbox-lg:hover , 
.sec-textbox-md:hover ,
.sec-textbox-sm:hover 
 {
    border: 1px solid #616161;
    outline: none;
}

.sec-textbox-lg:focus ,
.sec-textbox-md:focus ,
.sec-textbox-sm:focus {
  border: 1px solid #FFC107;
  outline: none;
}

.sec-textbox-lg:invalid ,
.sec-textbox-md:invalid ,
.sec-textbox-sm:invalid {
  border: 1px solid #FB0606;
  outline: none;
}

.sec-textbox-lg:disabled ,
.sec-textbox-md:disabled ,
.sec-textbox-sm:disabled {
  background: #C8C8C8;
  color:#616161;
  border: none;
}

/*select starts*/
.sec-select{
  width:100%;
  position: relative;
  font-family: 'Open Sans',Tahoma;
  color:#141414;
  border:1px;
}

.sec-selected-option{
  box-sizing: border-box;
  width:100%;
  height:30px;
  padding:5px 10px;
  background-color:#f5f5f5;
  border-radius:5px;
  position: relative;
}

.sec-selected-option:after{
 content:"";
 background: url("./../../images/ic_down_616161_12.png") no-repeat ;
 background-position: center; 
 width:12px;
 height: 100%;
 position: absolute;
 top: 0;
 right: 10px;
}

.sec-unstyled-list{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sec-select-option-container{
  width:100%;
  position: absolute;
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0 4px 6px 0 #9b9b9b;
}

.sec-select-option-container , .sec-select-option-container :last-child{
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}

.sec-select-option{
  box-sizing: border-box;
  padding:4px 10px;
}

.sec-select-option:hover , .sec-select-option:focus{
  background-color: #f5f5f5;
  cursor: pointer;
}

.sec-select-lg{
  font-size: 14px;
}

.sec-select-md{
  font-size: 14px;
}

.sec-select-sm{
  font-size: 12px;
}

.sec-select-lg > .sec-selected-option{
	height: 40px;
	padding: 10px;
	border-radius: 10px;
}
.sec-select-md > .sec-selected-option{
  height: 30px;
  padding: 5px 10px;
  border-radius: 8px;
}

.sec-select-sm > .sec-selected-option{
  height: 25px;
  padding: 4px 10px;
  border-radius: 6px;
}

.sec-show-options > .sec-selected-option{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: solid 1px #ffc107;
}

.sec-select-lg > .sec-select-option-container , 
.sec-select-lg > .sec-select-option-container :last-child {
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

.sec-select-md > .sec-select-option-container , 
.sec-select-md > .sec-select-option-container :last-child {
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
}

.sec-select-sm > .sec-select-option-container , 
.sec-select-sm> .sec-select-option-container :last-child {
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
}
/*select ends*/

.sec-table-sm-header{
  color:#616161;
  font-size: 12px;
  font-weight: 600;
}

.sec-table-sm-header td:not(:last-child){
  min-width:142px;
  padding:0 10px 0 0;
}

.delete-tablerow-container{
  width:25px;
  margin-left:10px;
  padding-bottom: 10px;
  padding-left:10px;
  border:1px;
}

.sec-dashed-divider{
  width:100%;
  height:1px;
  background-repeat: repeat-x;
  background-size: 9px 1px;
  background-image: linear-gradient(to right, #c8c8c8 67%, rgba(255,255,255,0) 0%);
}

.sec-solid-divider{
  width:100%;
  height:1px;
  background-color: #9b9b9b;
  margin:10px 0;
}

button:focus{
  outline: none;
}

:root {
  --tooltip-text-color:#141414;
  --tooltip-background-color:  #F5F5F5;
  --tooltip-margin: 35px;
  --tooltip-arrow-size: 5px;
}

.sec-tooltip-wrapper {
  display: inline-block;
  position: relative;
 
}

.sec-tooltip-tip {
  position: absolute;
  border-radius: 8px;
  min-width: 135px;
  left: 50%;
  transform: translateX(-50%);
  padding: 9px 10px;
  color: var(--tooltip-text-color);
  background: var(--tooltip-background-color);
  font-size: 12px;
  font-family: 'Open Sans';
  line-height: 1;
  z-index: 100;
  white-space: nowrap;
  box-shadow: 0 0 8px #616161; 
}

.sec-tooltip-tip::before {
  content: " ";
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: var(--tooltip-arrow-size);
  margin-left: calc(var(--tooltip-arrow-size) * -1);
}

.sec-tooltip-tip.top {
  top: calc(var(--tooltip-margin) * -1);
}

.sec-tooltip-tip.top::before {
  top: 100%;
  border-top-color: var(--tooltip-background-color);
}

.sec-tooltip-tip.right {
  left: calc(100% + var(--tooltip-margin));
  top: 50%;
  transform: translateX(0) translateY(-50%);
}

.sec-tooltip-tip.right::before {
  left: calc(var(--tooltip-arrow-size) * -1);
  top: 50%;
  transform: translateX(0) translateY(-50%);
  border-right-color: var(--tooltip-background-color);
}

.sec-tooltip-tip.bottom {
  bottom: calc(var(--tooltip-margin) * -1);
}

.sec-tooltip-tip.bottom::before {
  bottom: 100%;
  border-bottom-color: var(--tooltip-background-color);
}

.sec-tooltip-tip.left {
  left: auto;
  right: calc(100% + var(--tooltip-margin));
  top: 50%;
  transform: translateX(0) translateY(-50%);
}

.sec-tooltip-tip.left::before {
  left: auto;
  right: calc(var(--tooltip-arrow-size) * -2);
  top: 50%;
  transform: translateX(0) translateY(-50%);
  border-left-color: var(--tooltip-background-color);
}
/* ToolTip ends */

.sec-main-content .MuiGrid-container{
  flex-wrap: nowrap;
}
