html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  font-family: 'Arial', sans-serif;
  /*
  background: #2C8142;
  font-size: 0.9em;
  */
	padding: 0px;
	margin: 0px;
}
a {
  text-decoration: none;
  color: inherit;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
}
h1, h2, h3 {
  font-family: 'Arial', sans-serif;
}
button {
  cursor: pointer;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
/*
input[type=number] {
  -moz-appearance: textfield;
}
*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
.default-bg {
  background: #006699;
  color: #fff;
}
.nopm {
  padding: 0;
  margin: 0;
}
.test {
  border: 1px solid red;
}
#msgs {
  position: absolute;
  width: 100%;
  text-align: center;
}
.msgs {
  padding: 20px;
}
.msgok {
  display: block;
  padding: 10px;
  margin: 10px 0px;
  color: green;
  background: lightgreen;
  border-radius: 5px;
}
.msgerr {
  display: block;
  padding: 10px;
  margin: 10px 0px;
  color: red;
  background: pink;
  border-radius: 5px;
}
.enMoney::before {
    content:"BDT ";
}
.negMoney {
    color:red;
}
div.negMoney::before {
    content:'(BDT ';
}
div.negMoney::after {
    content:')';
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.txtc {
  text-align: center;
}
.txtr {
  text-align: right;
}
.txtl {
  text-align: left;
}
.txtj {
  text-align: justify;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
[class*="col-"] {
  float: left;
}
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}
/* For tablets: */
@media only screen and (min-width: 768px) {
  .col-s-0 {width: 8px; height: 0px; overflow: hidden;}
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  .col-s-c5 {width: 20%;}
  .col-s-c8 {width: 12.5%;}
}
/* For desktop: */
@media only screen and (min-width: 1152px) {
  .col-1 {width: 8.33%;} /* 12 columns */
  .col-2 {width: 16.66%;} /* 6 columns */
  .col-3 {width: 25%;} /* 4 columns */
  .col-4 {width: 33.33%;} /* 3 columns */
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;} /* 2 columns */
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;} /* 1 column */
  .col-c5 {width: 20%;} /* 5 columns */
  .col-c8 {width: 12.5%;} /* 8 columns */
}
.shdw {
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.24);
  -moz-box-shadow: 0 3px 4px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.24);
  box-shadow: 0 3px 4px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.24);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}
.shdwd {
  -moz-box-shadow: 0 6px 8px rgba(0,0,0,0.25), 0 4px 6px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0 6px 8px rgba(0,0,0,0.25), 0 4px 6px rgba(0,0,0,0.50);
	box-shadow: 0 6px 8px rgba(0,0,0,0.25), 0 4px 6px rgba(0,0,0,0.50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}
.p10px {
  padding: 10px;
}
.r5 {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;

  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
}
.r10 {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;

  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;

  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
}
.r25 {
  -webkit-border-top-left-radius: 25%;
  -webkit-border-top-right-radius: 25%;
  -webkit-border-bottom-right-radius: 25%;
  -webkit-border-bottom-left-radius: 25%;

  -moz-border-radius-topleft: 25%;
  -moz-border-radius-topright: 25%;
  -moz-border-radius-bottomright: 25%;
  -moz-border-radius-bottomleft: 25%;

  border-top-left-radius: 25%;
  border-top-right-radius: 25%;
  border-bottom-right-radius: 25%;
  border-bottom-left-radius: 25%;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
}
.r50 {
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;

  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;

  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
}
.anim {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
