/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
*{
	box-sizing: border-box;
	margin:0px;
	padding:0px;
}
body{
	background: #f1f1f1 !important;
}
.nav-link.active{
    color: #fff !important;
    background-color: #2D73C5 !important;
}
a.aga-tab{
    color:#4A4A4A !important;
    line-height: 2em;
}
.table td{
    vertical-align: middle !important;
}
td{
    width:8%;
}
.popover{
    max-width:500px !important;
}
.popover-body{
     text-align: justify;
    text-justify: inter-word;
}
input[type=text],input[type=email],input[type=number],textarea{
    border:1.3px solid #b4b9be;
}
input[type=checkbox]{
	border:1.2px solid #b4b9be;
	background:#fff;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
input[type=checkbox]:checked::before {
	height:16px;
	width:16px;
	background:#2D73C5;
	color:white;
	font:100 16px/1 dashicons !important;
	margin:-1px;
}
h5{
	margin-top: 5px;
}
@media only screen and (min-width: 1200px){
	.container{
		margin-left: 8% !important;
		width:auto;
	}
	.banner{
		width:100%;
	}
}
@media only screen and (min-width: 1920px){
	.container{
		margin-left: 6% !important;
		width:auto;
	}

}