@charset "ISO-8859-1";


.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.hbtn-get-started {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: white;
  background: #085a03;
}

.hbtn-vert {
  color: #085a03;
  border: 2px solid #085a03;
}
.hbtn-vert:hover {
  color: white;
  background: #085a03;
}

.btn-get-started:hover {
  background: #085A03CC;
  opacity:0,8;
}
.div-center {
	display: flex;
	justify-content: center;
	align-items: center
}


.text-responsive {
	width: 100%;
	height: 350px;
	overflow: auto;
}

table thead {
	background-color: #dff0d8 !important;
}

table tbody tr {
	border-bottom: black;
}

.border-blue-sewar {
	border-color: rgba(7, 61, 122, 1) !important
}

.text-blue-sewar {

	color: rgba(7,61,122,1) !important
}


.nb{
	text-align: center;
	font-size: 12px;
	color: #FF5370;
	margin-bottom: 20px;
}

.btn-light {
	background-color: #dcdcdc;
}

.btn-sewar-edit {
	margin-right: 5px;
	color: #DBA901;
	border: 0.5px solid #ccc !important;
	background: #fff
}

.btn-sewar-edit:hover {
	margin-right: 5px;
	color:#DBA901;
	border: 0.5px solid #ccc !important;
	background: #ccc
}

.text-orange {
	color: #DBA901	;
}

.bg-green-light{
	background: #DFF0D9;
}

.bg-success-alt{background-color: rgb(255, 255, 255)}

.gpadding{padding-left: 6.125vw; padding-right: 6.125vw}

.w100{width: 100%}

.hz-50-in{ padding-left: 0px; padding-right: 0px}

.flag{
    height: .55vw;
    min-height: 6px;
    min-width: 250px;
}

.flex-1, .flex.flex-1 > *{flex: 1}

.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.block-center, .absolute.center{
    margin-left: auto; margin-right: auto;
    left: 0; right: 0;
}

.flag > *:first-child{background: rgb(16,135,87)}
.flag > *:first-child + *{background: rgb(255,190,0)}
.flag > *:first-child + * + *{background: rgb(235,0,0)}

.bg-green-light{
	background: #DFF0D9;
}


th{
	text-align: center;
}