.table th, .table td {
    padding: 15px 10px !important;
	text-align:center;
}

.containing-text {
        max-width:650px;  /* adjust to desired wrapping */
        display:table;
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
      }

.navbar-brand img {
    height: auto !important;
        width: calc(275px - 130px)!important;
      margin-top: 5px !important;
}

.brand-logo-mini img {
    width: 55px !important;
    height: auto !important;
}

.myFooter {
  padding: 20px;
}
.myFooter p{
  /* color: gray !important; */
}

.login-logo{
  margin-bottom: 35px;
}


.myBtn {
    color: #fff !important;
    background-color: #18416b !important;
    border-color: #18416b !important;
}

.myError p {
  font-size: 14px;
  margin: 15px;

}
/* profile Style  */
.img-circle {
  border-radius: 100%;
  width:200px;
}

.field-icon {
  color: gray;
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  margin-right: 7px;
  position: relative;
  z-index: 2;
}


.btn.btn-icons-my {

    width: 30px !important;
    height: 30px !important;
    padding: 7.5px !important;

}


.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #00ce68;
    border-color: #00ce68;
}
.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #00ce68;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #00ce68;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #00ce68;
    background-color: #00ce68;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem ;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6;
}


/* .fileupload {
  overflow: hidden;
  position: relative
}

.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fileupload{margin-bottom:9px;}.fileupload .uneditable-input{display:inline-block;margin-bottom:0px;vertical-align:middle;cursor:text;}
.fileupload .thumbnail{overflow:hidden;display:inline-block;margin-bottom:5px;vertical-align:middle;text-align:center;}.fileupload .thumbnail>img{display:inline-block;vertical-align:middle;max-height:100%;}
.fileupload .btn{vertical-align:middle;}
.fileupload-exists .fileupload-new,.fileupload-new .fileupload-exists{display:none;}
.fileupload-inline .fileupload-controls{display:inline;}
.fileupload-new .input-append .btn-file{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.thumbnail-borderless .thumbnail{border:none;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.fileupload-new.thumbnail-borderless .thumbnail{border:1px solid #ddd;} */
