.effect7{
  position:relative;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.05) inset;
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.05) inset;
}
.effect7:before, .effect7:after{
  content:"";
  position:absolute;
  z-index:-1;
  -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
  -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
  box-shadow:0 0 20px rgba(0,0,0,0.8);
  top:0;
  bottom:0;
  left:10px;
  right:10px;
  -moz-border-radius:50px / 10px;
  border-radius:50px / 10px;
}
.effect7:after{
  right:10px;
  left:auto;
  -webkit-transform:skew(8deg) rotate(3deg);
  -moz-transform:skew(8deg) rotate(3deg);
  -ms-transform:skew(8deg) rotate(3deg);
  -o-transform:skew(8deg) rotate(3deg);
  transform:skew(8deg) rotate(3deg);
}
.bg-info-gradient {
  background: #0073b7 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}
.bg-success-gradient {
  background: #00a65a !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
  background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
  background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}
.bg-danger-gradient {
  background: #dd4b39 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
  background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
  background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  color: #fff;
}
.bg-dark-gradient {
  background: #111111 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
  background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
  background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
  background: -o-linear-gradient(#2b2b2b, #111111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
  color: #fff;
}
.bg-greenish{
  background-color: #55efc4 !important;
}
.bg-poster{
  background-color: #81ecec !important;
}
.f-bold{
  font-weight: bold;
}

.f-10{
  font-size: 11px !important;
}
.f-8{
  font-size: 9px !important;
}
.modal.modal-fullscreen .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: none; }

.modal.modal-fullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    border: none; }
.bg-yellow{
  background-color: yellow !important
}
#mytable thead{
  background-color: #2980b9;
  color: #fff;
}

.trans1{
  background-color: hsla(0, 0%, 0%, 0.73) !important;
}
.trans2{
  background-color: hsla(0, 0%, 0%, 0.39) !important;
}

.bg-transparent{
  background-color: transparent !important;
}

.valign{
  vertical-align: middle !important;
}
.vtop{
  vertical-align: baseline !important;
}
.text-blue{
  color: #2980b9;
}
.text-indigo{
  color: #4b0082;
}
.wrap{
  word-wrap: break-word !important; 
  white-space: normal !important
}

.bg-pic{
  background: url(../images/bg.png) #fff
}

.bg-primary2{
  background-color: #3498db !important;
}

.bg-cloud{
  background-color: #2980b9;
}

.border-header{
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.border-footer{
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

.bg-khaki{
  background-color: #f0e68c !important;
}
.bg-readonly{
  background-color: #ced6e0 !important;
}
.hangingindent {
  padding-left: 22px ;
  text-indent: -22px ;
  line-height: 1.5 !important;
  margin-bottom: 0px !important;
} 
.w-auto{
  width: auto !important;
}

.bg-my-blue {
  background-color: #1976d2 !important;
}