textarea {
  resize: none;
  height: 95px !important;
}

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee!important;
}

.show-grid {
  margin: 15px 0;
}

.well {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

.nopadding {
  padding:0px;
}

.taleft {
  text-align: left !important;
}

.mylabel1 {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 40px;
}
.mylabel2 {
  margin-bottom: 0;
  line-height: 40px;
}

.mylabel3 {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 21px;
}

.mylabel4 {
  margin-bottom: 0;
  line-height: 21px;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.cb{
  width: 25px !important;
  height: 25px !important;
  margin-top:-5px !important;
  margin-bottom: 0px !important;
  margin-left: -35px !important;
}

.cb2{
  width: 25px !important;
  height: 25px !important;
}

.bdt{
  border-top: 1px solid black;
}

.bdl{
  border-left: 1px solid black;
}

.bdr{
  border-right: 1px solid black;
}

.bdb{
  border-bottom: 1px solid black;
}

.text-center{
  text-align: center !important;
}

.text-right{
  text-align: right !important;
}

.flex{
  display: flex;
}

.iframe_container3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframe_container4 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
}
.iframe_container2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 25%;
}
.iframe_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 42.85%;
}
.iframe_data {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-1 {
  padding: .23rem !important;
}

.py-3px{
  padding-top:3px !important;
  padding-bottom:3px !important;
}