.alertnobr {
    border-radius: 0px !important;
    margin:0px;
    position: fixed;
    z-index: 9999999;
    width: 100vw;
}

/*
.thisonly .col-md-2 {
  width: 14.33%;
}
*/



/*.pad-right-5 {
  margin-right:5px;
  margin-bottom:5px;
  }
.pad-right-5:last-child {
  margin-right:0px;
  }*/
.full-width{
  height:100vh;
  width: 100vw;
  overflow: hidden;
}

.tab-content{
  border:1px solid #dddddd;
  border-top:0px
}

.tab-pane{
  padding: 10px
}

.btn-right{
  float: right;
}

.color-red{
  color:#dd4b39;
}

.label-info{
  background-color:#dd4b39 !important;
}

.textarea-min-height{
  min-height: 200px;
}

.absolute-img {
  margin-top:6px;
  display: block;
  max-width: 100%;
  height: auto;
  z-index: 99999999999;
  position: absolute;
  width:250px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.border-boxed {
  box-sizing:border-box;
  color:#fff;
  font-size:16px;
  background:#dd4b39;
  border-radius:50%;
  width:24px;
  height:24px;
  line-height: 22px;
  text-align: center;
  margin-left:15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background:#dd4b39 !important;
}

.select2-selection__choice__remove{
    color:white !important;
}

.rm-pad-left{
  padding-left: 0px;
}

.rm-pad-right{
  padding-right: 0px;
}

.h-100{
  height: 100px;
}
.saber {
text-align:right;
padding-bottom:3px;
}

.patient-title {
  text-transform: uppercase;
  padding-top:10px;
  margin-bottom:0px;
}

.patient-subtitle {
  padding-bottom:5px;
}

.status-patient{
  padding-left:10px;
  padding-right:10px;
}
.nomargin{
margin:0px;
}

.nomargin-bot{
 margin-top:10px;
 margin-bottom:2px;
}

.mb-10{
  margin-bottom: 10px;
}

.mt-10{
  margin-top: 102px;
}
.user-panel{
  min-height: 120px ;
  padding: 10px;
}

.mainDivVcenter{
    display: flex;
}

.childDivVcenter{
    align-self: center;
}

.sidebar-collapse .user-panel{
  min-height:10px;
}

.disabledit{
  opacity: 0.4;
  pointer-events: none;
}

.image-upload > #file-input{
    display: none;
}

#textImg {
  margin-top: 10px;
  cursor:pointer;
  font-weight: 400;
  color: #3c8dbc;
  opacity: 0.8;
}

.image-upload img{
    width: 80px;
    height: 80px;
    cursor: pointer;
}
.tit-blue{
  color: #3c8dbc;
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.nav-tabs-custom>.nav-tabs>li.active>a {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.mtop-20{
  margin-top: 20px;
}

.mh150{
  padding:20px 0px;
  border-bottom: 1px solid #e1e1e1;
}

.user-panel>.info{
  padding: 0px ;
  margin: 0px;
  left: 0px ;
  position: relative ;

  padding-top:10px;
}
.user-panel>.info> p{
  margin-bottom: 0px;
}
