.txt-right
{
	text-align:right;
	display:none !important;
}
#settings .setting
{
	display: none !important;
}

.chk-box{
    margin: 20px;
    text-align: center;
    border: 2px solid #80808052;
    padding: 15px 10px 5px 10px;
    border-radius: 4px;
}
.card .card-header {
    background-color: #e2e5ed80 !important;
    }
  .gap
  {
    padding-bottom: 40px;
    border: 2px solid #80808033;
  }  

/* tooltip link */

.tip {
  display: inline-block;
  cursor: pointer;
  widows: 400px !important;
}

.tooltip-inner {
  background-color: #00acd6 !important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: #fff;
  width:400px !important;
}
.tip-content
{
 width:400px !important; 
}
.form-control, .form-control:focus, .form-control:disabled, .form-control[readonly] {
    border-color: #959596 !important;
}
label {
    font-weight: 600 !important;
}