html, body {
    font-family: arial, verdana, helvetica, sans-serif;
    transition: 3s;
    background-color: #FFFFFF;
    height: 100%;
}

.leftnav {
	max-width: 4.40%;
	padding: 0;
	flex: 0 0 4.40%;
}
.rightcontainer {
	max-width: 95.60%;
	flex: 0 0 95.60%;
	height: 100%;
}
.login-container {
  margin-top: 10%;
  border: 1px solid #CCD1D1;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  max-width: 60% !important;
}

.logo{
    display:flex;
}

    .logo i {
        font-size: 45px;
        color: red;
        cursor: pointer;
        padding-top: 5px;
        padding-right:10px;
    }

.reg_backgrund {
    background-image: url(../images/bkg.gif);
}

.ads {
    background-color: #024995;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.loginbtn {
    background-color: #024995;
    border: 0px;
}
.loginbtn:focus, .loginbtn.active, .loginbtn.dropdown-toggle:focus {
    box-shadow:none;
}
.loginbtn:not(:disabled):not(.disabled).active:focus, .loginbtn:not(:disabled):not(.disabled):active:focus, .show>.loginbtn.dropdown-toggle:focus{
    box-shadow:none;
}
.forget-password, .register {
	font-size: 14px;
}
.forget-password label {
    margin-bottom:0px;
}
.register {
	color: #333;
}
.ads h1 {
  margin-top: 20%;
  font-size: 24px;
}
.ads h2 {
    margin-top: 5%;
    font-size: 24px;
    color:white;
}
.ads h5 a{
	color: #28eabe;
}

#fl {
  font-weight: 600;
}

#sl {
  font-weight: 100 !important;
}

.profile-img {
  text-align: center;
	margin-top: 20px;
}

.profile-img img {
  /*border-radius: 50%;*/
  /* animation: mymove 2s infinite; */
}

@keyframes mymove {
  from {border: 1px solid #F2F3F4;}
  to {border: 8px solid #F2F3F4;}
}

.login-form {
  padding: 0 38px;
}

.login-form form {
  padding-top: 30px;
}

.form-control {
  font-size: 14px;
}
.inputtextbox{
    width:100% !important;
}

/* start home page */
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  font-size: 0.9rem;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
  height: 100vh;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}


/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  background: #fafbfe;
}

.page-wrapper .page-content > div {
  padding: 20px 0px;
}

.page-wrapper .page-content {
  overflow-x: inherit;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #31353D;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #818896;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #b8bfce;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}

.searchbutton {
	padding: 0 8px;
}
.topmenu li{
	padding:0 5px;
	line-height: 30px;
}

.header_top {
    padding: 8px 5px !important;
    width: 100%;
    background: #FFFFFF;
    z-index: 99;
    transition: 0.5s;
    transition-delay:0.5s;
}
.admin {
	top:10px !important;
	min-width: 170px;
}
.header_right {
	display: flex;
	align-items: center;
}
.search1 {
	flex: 1;
}
.viewbox {
	padding-right: 0px;
}
.product {
	    /* -webkit-box-flex: 1; */
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 3px 2px;
    vertical-align: top;
    /*min-width: 64px;*/
    text-align:left;
    width: 100%;
}
.product a{
	font-size: 13px;
    margin:5px 10px;
    color: #2F2995 !important;
}

.product a:hover, .product a.active {
    font-size: 13px !important;
    color: #8B1513 !important;
}

.viewcontent {
	outline: none;
    white-space: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
}
.productli {
    display: block;
    box-sizing: border-box;
    border-radius: 4px;
    /*padding-top: 11px;
    padding-bottom: 15px;
    max-width: 64px;*/
    text-align: left;
    text-decoration: none;
    color: inherit;
}
.homeicon{
    display: inline-block;
    width: 20px;
    padding-top: 3px;
}

/*.search {
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translateX(-15%) translateY(-50%);
          transform: translateX(-15%) translateY(-50%);
}
.search * {
  outline: none;
  box-sizing: border-box;
}
.search__wrapper {
  position: relative;
}
.search__field {
  width: 30px;
  height: 30px;
  color: #000000 !important;
  font-family: Lato, sans-serif;
  font-size: 1.35em;
  padding: 0px !important;
  border: 0px !important;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: #efefef !important;
	padding: 0 15px !important;
}
.search__field:focus {
  border-bottom-color: #ccc;
  width: 50vw;
  color: #000000;
  cursor: default;
}
.search__field:focus ~ .search__icon {
  background-color: #efefef;
  cursor: pointer;
  pointer-events: auto;
  color: #000000;
}
.search__icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  font-size: 1em;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
  color:#00338D;
}

.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  color: #000000;
}
.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  color: #000000;
}
.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
	color: #000000;
}
.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  color: #000000;
}
.search__field::-webkit-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .45em;
  font-weight: normal;
  top: -15px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .45em;
  font-weight: normal;
  top: -15px;
  opacity: 1;
  visibility: visible !important;
}
.search__field::-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .45em;
  font-weight: normal;
  top: -15px;
  opacity: 1;
  visibility: visible !important;
}*/
.login {
	font-size: 12px;
	top: 10px !important;
}
.welcome {
	background: #FFFFFF;
	box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s;
	height: calc(100vh - 100px);
}
.welcome h1 {
	border-bottom: 1px solid #f1f1f1;
	font-size: 1.2em;
	padding: 15px;
	align-items: center;
}

.welcome h2 {
	top: 25%;
	position: relative;
	font-size: 2.2em;
	padding: 15px;
	align-items: center;
	text-align: center;
}
.welcome h2 span{
	white-space: nowrap;
	font-size: 1.2em;
	color: #007bff;
}

.brandnews {
	background: #FFFFFF;
	box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s;
	height: calc(100vh - 100px);
}
.brandnews h1 {
	border-bottom: 1px solid #f1f1f1;
	font-size: 1.2em;
	padding: 15px;
	align-items: center;
}
.brandnews_list {
	overflow-x: auto;
	height: calc(100vh - 170px);
	padding: 20px;
}

.content_with_menu{
    padding-left:0;
    padding-top:70px;
}

.admin-toggle::after {
    color:#F44A20;
}
/*.tab-content>.tab-pane {
    overflow-x: auto;
    height: calc(100vh - 170px);
}*/
.spaceclass {
    margin-top:5px;
}

.logoutclass{
    padding-top: 0px;
    color:#007c92;
}

.logouthover:hover{
    background-color:transparent;
    color:#007c92;
    text-decoration:underline;
}
/* landing css*/
.landingimg {
    text-align:center;
}
.autogeneratecontainer {
    margin: 0 auto;
}
.autogeneratecontainer h1 {
    color:#0168b3;
    padding-top:8px;
    margin-bottom:0px;
}
.autogeneratecontainer p {
    color:#666666;
    margin-bottom:9px;
}
.confirmpassword {
    margin:auto;
}
formconfirmpassword{
    margin-bottom:10px;
}

.brand {
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #11365f;
    /*padding-right: 160px;*/
    font-weight: bold;
    transition: 0.5s;
    transition-delay: 0.5s;
}




.dropdown-menu::before {
   border-bottom: 9px solid rgba(0, 0, 0, 0.2);
   border-left: 9px solid rgba(0, 0, 0, 0);
   border-right: 9px solid rgba(0, 0, 0, 0);
   content: "";
   display: inline-block;
   right: 3%; /* position */
   position: absolute;
   top: -8px;
}

.dropdown-menu::after {
   border-bottom: 8px solid #FFFFFF;
   border-left: 9px solid rgba(0, 0, 0, 0);
   border-right: 9px solid rgba(0, 0, 0, 0);
   content: "";
   display: inline-block;
   right: 3%; /* position */
   position: absolute;
   top: -7px;
}

/* Dashboard container*/
.contentbg {
	background: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
.mainrow {
	margin: 0 0px;
}
.boxone {
    background-color: #F1F1F1;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	margin-top: 10px;
	/*height: calc(100vh - 650px); */
}
.boximgeffect {
	background-color: #000000;
}
.boxone a{
	text-decoration: none;
    cursor:pointer;
}
.boximgeffect img {
	width: 100%;
    /*height: calc(100% - 780px);*/
    height:160px;
}
.boximgeffect img:hover{
	
	opacity: 0.7;
}
.boxone-shadow {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    margin-left: 15px;
}
.boxone p {
   font-size: 15px;
   color: #000000;
   padding: 10px 20px;
}
.boxone h3 {
	font-size: 18px;
	color: #00338D;
	margin: 5px 0 10px 0;
    font-weight:bold;
}
/*.boxone img {
	height: 10vh;
    width: 100%;
}*/
/*.mainbox {
	margin: 15px 0 0;
	height: calc(100% - 39px);
}
.box-one {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.box-one .mask,.box-one .content {
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.box-one img {
   display: block;
   position: relative;
	width: 100%;
	height: 100%;
}

.box-one p {
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}

.section-box-one img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.section-box-one .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0,51,141, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
	overflow-y: scroll;
}

.section-box-one p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.section-box-one:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

.section-box-one:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.section-box-one:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.section-box-one:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.mainbox h3 {
	font-size: 18px;
	color: #00338D;
	margin: 5px 0 0 0;
}*/
.boxcol {
	padding: 0 30px 0 15px;
}
.box-right {
    background: #d9051c;
    height: calc(100% - 10px);
    margin: 10px 15px 0px 0px;
    border: 1px solid #0e1686;
}

.box-middle {
    background: #F1F1F1;
    height: calc(100% - 10px);
    margin: 10px 0px 0px 0px;
    border: 1px solid #11365f;
    margin-left:15px;
}

    .box-middle h1 {
        font-size: 18px;
        color: #11365f;
        padding: 10px;
        border: 1px solid #11365f;
    }

.box-middle .card-body {
    padding: 0;
}
.box-middle1 {
    background: #F1F1F1;
    height: calc(100% - 10px);
    margin: 10px 0px 0px 0px;
    border: 1px solid #11365f;
    margin-right: 15px;
}

    .box-middle1 h1 {
        font-size: 18px;
        color: #11365f;
        padding: 10px;
        border: 1px solid #11365f;
    }

    .box-middle1 .card-body {
        padding: 0;
    }


.list1 {
    margin: 0;
    /*padding-left: 50px;*/
}

    .list1 ul li {
        position: relative;
        list-style-type: none;
        padding-left: 1rem;
        margin-bottom: 0.5rem;
        text-align: left;
        font-size: 20px;
        color: white;
        padding-bottom: 25px;
    }

.list1 ul li:last-child {
    padding-bottom: 0px;
}

/*.list1 ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    border-style: solid;
    border-color: white;
}*/

.comingsoontop {
    background-color: #0e1686;
    height: 300px;
    
}
.comingsoontop h1 {
    color: white !important;
    font-size: 66px !important;
    vertical-align: middle;
    top:10%;
    position:relative;
}
.comingsoonbottom {
    background-color: #d9051c;
    /*height: 400px;*/
    height: 551px;
}

.comingsoonimg{
    position:relative;
    top:30%;
    text-align:center;
}

.news {
    margin-bottom: 20px;
}

.download {
    padding: 15px 15px 18px 15px;
}

.download p{
    font-size: 15px;
    text-align:left;
}

.news {
    padding: 15px 15px 18px;
}

.newsDescription {
    overflow: auto;
    padding-right: 15px;
    width: 100%;
    height: 745px;
}

.DownloadDescription {
    overflow: auto;
    padding-right: 15px;
    width: 100%;
    height: 745px;
}

.box-right h1{
	font-size: 18px;
    color: #FFFFFF;
	background: #0e1686;
	padding: 10px;
}
.box-right .card-body {
	padding: 0;
}

.newbulletin {
    margin: 0 15px;
    position: relative;
    top: 15px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
    scroll-behavior: smooth;
}
.timeline p{
	margin-bottom:  0;
}
/*vertical carousel*/
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}
.footer {
	background: #F1F1F1;
	margin: 70px 0 0 0;
	text-align: center;
}
p {
	margin-bottom: 0;
	font-family: Arial, Verdana, sans-serif;
}
.footer p{
	padding: calc(1vw - 0.5em) calc(1vw + 1em);
	color: #000000;
	font-size: 12px;
}
.footer p a{
	color: #00338d;
	text-decoration: underline;
	font-size: 15px;
}
#main_content {
	height:calc(100% - 80px) !important;
	overflow: auto;
	position:absolute;
	padding-right: 15px;
    width:86%;
}

#download_content {
    height: calc(100% - 80px) !important;
    overflow: auto;
    position: absolute;
    padding: 0px 15px 5px;
    width: 89%;
}

#main_content1 {
	height:calc(100% - 25px) !important;
	overflow: auto;
	position:absolute;
	padding-right: 15px;
}
.transis1 {
	height: calc(100% - 25px);
}
.newsDescription p {
    font-size: 15px;
    text-align:left;
}
.boxtop {
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: 0;
}
.boxbottom {
	margin-left: 0;
    margin-bottom: 15px;
}

/* Search1 css */

.search {
    padding: 5px 0;
    width: 300px;
    height: 30px;
    position: relative;
    right: 30px;
    float: left;
    line-height: 22px;
}

    .search input {
        position: absolute;
        width: 0px;
        float: Left;
        margin-left: 210px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        height: 30px;
        line-height: 18px;
        padding: 0 2px 0 2px;
        border-radius:1px;
		margin-top: -5px;
		display: none;
    }

        .search:hover input, .search input:focus {
            width: 300px;
            margin-left: -90px;
			box-shadow:inherit;
        }

.searchbtn {
    height: 30px;
    position: absolute;
    right: 0;
    top: 0px;
    border-radius:1px;
	background: transparent;
	border: none;
	color: #000000;
}
.searchbtn:hover { 
	background: transparent;
	border: none;
}
.searchbtn:focus {
	box-shadow:inherit;
}

  /* search2 start  */
/*.searching {
	margin-right: 15px;
	padding-top: 3px;
}
        .search-inline {
            width: 100%;
            left: 0;
            padding-left: 15px;
            padding-right: 15px;
            top: 0;
            height: 100%;
            position: absolute;
            opacity: 0;
            visibility: hidden;
            background-color: #efefef;
            z-index: 9;
            transition: all .5s ease-in-out;
        }

        .search-inline.search-visible {
            opacity: 1;
            visibility: visible;
            animation: fadeInDown 0.4s ease-in-out;
        }

        .search-inline button[type="submit"] {
            position: absolute;
            right: 52px;
            top: 0;
            background-color: transparent;
            border: 0px;
            top: 0;
            right: 80px;
            padding: 0px;
            cursor: pointer;
            width: 80px;
            height: 99%;
            background: #222;
            color: #fff;
        }

        .search-inline .form-control {
            border: 0px;
            padding-left: 0;
            font-size: 1rem;
            position: absolute;
            left: 1%;
            top: 0;
            height: 100%;
            width: 99%;
            
            font-weight: 700;
            outline: none;
        }

        .search-inline .search-close {
            position: absolute;
            top: 0;
            right: 0;
            color: #616161;
            width: 80px;
            height: 100%;
            text-align: center;
            display: table;
            background: #efefef;
            text-decoration: none;
        }

        .search-inline .search-close i {
            display: table-cell;
            vertical-align: middle;
        }

        .form-control {
            display: block;
            width: 100%;
            padding: .375rem .75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #efefef;
            background-clip: padding-box;
            border: 1px solid #efefef;
            border-radius: .25rem;
            transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
        }
.searchfocus:focus {
	box-shadow: inherit;
	border: 1px solid #0e1686;
}

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translate3d(0, -20%, 0);
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
        }*/
nav {
	padding-left:0;
    padding-right:0;
}
.footerpadd {
	padding: 0px 0px;
}
.logoicon {
	position: fixed;
	bottom: 10px;
	z-index: 9999;
	min-width: 4.40%;
	text-align: center;
}
.logoicon h6 {
	color: #FFFFFF;
	font-size: 9px;
	margin-bottom: 5px;
}

.mQuerieTwo{
    display:none;
}
.mQuerieOne{
    display:block;
}

.bannerimg{
    width:100%;
}

/*Header Hover*/
.header_top:hover {
    background: #11365f;
    color: #FFFFFF;
    transition: background .4s ease;
}

.header_top:hover .brand {
    color: #FFFFFF;
    transition: color .4s ease;
}

.header_top:hover .fa-th-large {
    color: #FFFFFF;
    transition: color .4s ease;
}
.header_top:hover .ace-responsive-menu > li > a {
    color:#FFFFFF;
    transition: color .4s ease;
}
.fa-th-large {
    color: #11365f;
    font-size: 25px;
    border-radius: 0px;
    border: none;
    transition: 0.5s;
    transition-delay: 0.5s;

}




/* inner css  */

/*==============================================================================*/
/*==============================================================================*/

.breadcrumb {
    background-color: #11365f;
    border-radius: 0px;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #1672d8;
    border-top: 1px solid #1672d8;
    margin-bottom: 2px;
}

.breadcrumb-arrow li {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    background-color: #b70911;
    border: 1px solid #b70911;
    height: 43px;
    padding: 0 15px 0 15px;
    line-height: 43px;
}

    .breadcrumb-arrow li::before {
        right: -10px;
        z-index: 3;
        border-left-color: #b70911;
        border-left-style: solid;
        border-left-width: 11px;
        position: absolute;
        top: -1px;
        width: 0;
        height: 0;
        content: '';
        border-top: 18px solid transparent;
        border-bottom: 25px solid transparent;
    }

    .breadcrumb-arrow li::after {
        right: -11px;
        z-index: 2;
        border-left: 11px solid #1672d8;
        position: absolute;
        top: -1px;
        width: 0;
        height: 0;
        content: '';
        border-top: 18px solid transparent;
        border-bottom: 25px solid transparent;
    }



.welcomegm {
    background-color: #b70911;
    border-top: 2px solid #11365f;
    border-bottom: 2px solid #11365f;
}

.col-55 {
    flex: 0 0 33.666667%;
    max-width: 33.666667%;
}

.col-77 {
    flex: 0 0 65.666667%;
    max-width: 65.666667%;
}

.welcomecontent {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .welcomecontent h1, .downloadcontent h1 {
        color: #FFFFFF;
        font-size: 50px;
        font-weight: bold;
        line-height: 60px;
        padding-bottom: 39px;
    }

    .welcomecontent p {
        font-size: 30px;
        color: #FFFFFF;
        font-family: arial, verdana, helvetica, sans-serif;
        line-height: 40px;
        letter-spacing: -0.8px;
    }

.downloadcontent {
    background-color: #11365f;
    padding: 20px 150px;
    margin-top: 1px;

}

.downloadcontent h1 {
    padding-bottom: 10px;
}

.leftborderClass {
    border-left: 1px solid white;
}

.height300div {
    height: 300px;
    overflow-y: scroll;
}

.downloadlists {
    /*height: 311px;*/
    overflow-y: scroll;
    padding-left: 30px;
}
.downloadlists h1 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 0px;
    color: #FFFFFF;
    margin-bottom: 0px;
    margin-top: 30px;
    line-height: 30px;
    position: relative;
    left: -20px;
}

    .downloadlists li {
        font-size: 20px;
        list-style: square;
        padding-bottom: 5px;
        color: #FFFFFF;
    }

    .downloadlists li a {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.8px;
        color: #FFFFFF;
        text-decoration: underline;
    }

.downloadlist {
    /*height: 300px;
    overflow-y: scroll;*/
    padding-left: 30px;
}

    

    .downloadlist li {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.8px;
        color: #FFFFFF;
        list-style: none;
        padding-bottom: 30px;
    }

        .downloadlist li span {
            font-size:25px;
        }

.newsnote {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.8px;
    color: #FFFFFF;
    list-style: square;
    padding-bottom: 30px;
}

    .newsnote span{
        font-size:25px;
    }

    .packagebutton {
        background-color: #b70911;
        border-top: 2px solid #11365f;
        padding: 7px 20px 0;
    }

.btn-filter {
    background-color: #b70911;
    border-color: #eeeeee;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 0;
    font-size: 15px !important;
    font-weight: bold;
    color: #FFFFFF !important;
    padding-bottom: 16px;
    margin-right: 1px;
}

.btn-filter.active, .btn-filter:hover {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #b70911 !important;
}

.hyperlinkClass {
    font-size: 15px;
    font-weight: normal !important;
    text-decoration: underline;
    color: #11365f;
}

    .hyperlinkClass:hover {
        color: #b70911;
    }

    .tableDataClass {
        color: #b70911 !important;
    }

.highlighted {
    color: #b70911;
}

.packagereview {
    background-color: #eeeeee;
    padding: 21px 20px 23px;
}

.radiogrp {
    background-color: transparent;
    margin: auto;
}

.radiogrp tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.radiogrp td {
    border: none;
    padding:0px;
    padding-right:30px;
}



.rdo-grp {
    padding-bottom: 19px;
}

.rdo-grp label {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding: 6px 0px;
    border-radius: 20px;
    float: left;
    transition: all 0.2s ease;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.7px;
    color: #11365f;
}

.rdo-grp label:not(:last-child) {
    margin-right: 29px;
}

.rdo-grp label span {
    vertical-align: middle;
}

.rdo-grp label span:first-child {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: all 0.2s ease;
    margin-right: 8px;
    border: 1px solid #11365f;
}

.rdo-grp label:hover span:first-child {
    background: #b70911;
}

.rdo-grp input {
    display: none;
}

.rdo-grp input:checked + label span:first-child {
    background: #b70911;
}

.rdo-grp input:checked + label span:first-child:after {
    transform: scale(0.5);
}

.rdo-grptwo {
    padding-bottom: 0px;
}

.rdo-grptwo label {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    /*padding: 6px 0px;*/
    margin-bottom:0px !important;
    border-radius: 20px;
    float: left;
    transition: all 0.2s ease;
    font-size: 15px;
    font-weight: normal !important;
    letter-spacing: -0.7px;
    color: #11365f;
}

    .rdo-grptwo label:not(:last-child) {
        margin-right: 29px;
    }

    .rdo-grptwo label span {
        vertical-align: middle;
    }

        .rdo-grptwo label span:first-child {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            width: 20px;
            height: 20px;
            background: #FFFFFF;
            border-radius: 50%;
            transition: all 0.2s ease;
            margin-right: 8px;
            border: 1px solid #11365f;
        }

    .rdo-grptwo label:hover span:first-child {
        background: #b70911;
    }

.rdo-grptwo input {
    display: none;
}

    .rdo-grptwo input:checked + label span:first-child {
        background: #b70911;
    }

        .rdo-grptwo input:checked + label span:first-child:after {
            transform: scale(0.5);
        }

label {
    font-size: 12px;
    font-weight: bold;
    color: #11365f;
}

.form-control {
    border: 1px solid #11365f;
    /*font-weight: bold;*/
    color: #11365f;
    /*font-size: 12px;*/
    font-size: 15px;
    height: calc(1.5em + .75rem + 6px);
}

.btn-button_red {
    background-color: #b70911;
    border-color: #11365f;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 7px;
}

    .btn-button_red:hover, .btn-button_red:focus {
        background-color: #11365f;
        color: #FFFFFF;
    }

.form-group {
    margin-bottom: 1.7rem;
    font-size:15px;
}

.packagetable {
    padding: 20px;
}

.link_hyperlink {
    font-size: 15px;
    color: #11365f;
    /*font-weight: bold;*/
    text-decoration: underline;
    padding-right: 10px;
    line-height: 25px;
}
.link_hyperlink:hover {
    color: #b70911;
}

.btn-button_blue {
    background-color: #11365f;
    border-color: #11365f;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 20px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 7px;
}

.btn-button_close {
    background-color: #b70911;
    border-color: #b70911;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    padding:2px 5px;
    float:right;
}

    .btn-button_close:hover, .btn-button_close:focus {
        background-color: #11365f;
        color: #FFFFFF;
    }

.btn-button_blue_nxt {
    background-color: #11365f;
    border-color: #11365f;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 10px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 7px;
    border-radius: 5px;
}

.reviewerName {
    width: 250px;
    font-weight: normal;
    font-size: 12px;
    color: #11365f;
}

.btn-button_blue_small {
    /*background-color: #11365f;*/
    border-color: #11365f;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 5px;
    padding: 5px 5px;
    margin-top: 7px;
}

.btn-button_blue:nth-child(1) {
    padding-left: 40px;
    padding-right: 40px;
}

    .btn-button_blue:nth-child(2) {
        padding-left: 43px;
        padding-right: 43px;
    }

    .btn-button_blue:nth-child(4) {
        padding-left: 14px;
        padding-right: 14px;
    }

.btn-button_blue:hover, .btn-button_blue:focus, .btn-button_blue_nxt:hover, .btn-button_blue_nxt:focus {
    background-color: #b70911;
    color: #FFFFFF;
}

.leftHeaderText {
    text-align: left;
}

.thead-red {
    background-color: #b70911 !important;
    color: #FFFFFF !important;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid white !important;
    text-align:left !important;
    /*position: absolute;
    width:auto !important;
    vertical-align:top !important;*/
}
    .thead-red td a {
        color: #FFFFFF !important;
        font-size: 12px;
        /*font-family: 'Montserrat', sans-serif;*/
        font-family: arial, verdana, helvetica, sans-serif;
    }
    .thead-red th a {
        color: #FFFFFF !important;
        font-size: 12px;
        /*font-family: 'Montserrat', sans-serif;*/
        font-family: arial, verdana, helvetica, sans-serif;
    }
    .tbodyrow {
    color: #11365f;
    font-size: 12px;
    font-weight: bold;
}

    .tbodyrow tr td {
        vertical-align: middle;
    }

.add, .odd {
    color: #11365f;
    font-size: 15px;
    /*font-weight: bold;*/
}

.errorMsg {
    display:block;
    padding-top: 10px;
}

table tr td {
    vertical-align: middle !important;
}


.form-check-input {
    margin-top: 0rem;
    position: relative;
    left: -.25rem;
    top: 1px;
}

.btn-button_view {
    background-color: #11365f;
    border-color: #11365f;
    font-size: 15px;
    /*font-weight: bold;*/
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}

    .btn-button_view:hover {
        color: #FFFFFF;
    }

.showingnumbers {
    font-size: 12px;
    font-weight: bold;
    color: #11365f;
    padding-top: 15px;
}

.page-link {
    font-size: 12px;
    font-weight: bold;
    color: #11365f;
}


.page-item a:active{
    font-size: 12px !important;
}

.page-item.active .page-link {
    background-color: #11365f;
    border-color: #11365f;
}


.activePageNum {
    background-color: #11365f;
    border-color: #11365f;
    padding: 10px 14px 10px 14px;
    color: white;
    display: flex;
    vertical-align: middle;
    line-height: 13px;
    border-radius: .25rem;
}

.pagination {
    margin-bottom: 8px;
}

.selectbuttons {
    padding-bottom: 17px;
}

.stepsbg {
    background-color: #b70911;
    padding: 5px 20px;
}

    .stepsbg h1 {
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 0;
        padding-top: 10px;
    }

.nextstepbtn {
    background-color: #FFFFFF;
    color: #b70911;
    font-size: 14px;
    font-weight: bold;
    padding-left: 43px;
    padding-right: 43px;
    margin-bottom: 0px;
}

.previousstepbtn {
    background-color: #FFFFFF;
    color: #b70911;
    font-size: 14px;
    font-weight: bold;
    padding-left: 29px;
    padding-right: 28px;
    margin-bottom: 0px;
}

.submitstepbtn {
    background-color: #11365f;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding-left: 43px;
    padding-right: 43px;
    margin-bottom: 0px;
    margin-left:5px;
}

.nextstepbtn:hover, .previousstepbtn:hover {
    background-color: #11365f;
    color: #FFFFFF;
}

.submitstepbtn:hover {
    background-color: #FFFFFF;
    color: #b70911;
}

.wrap-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1700px;
}

.wrap-container1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1420px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px
}

    #progressbar li {
        list-style-type: none;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400
    }

    #progressbar #step1:before {
        content: "1";
    }

    #progressbar #step2:before {
        content: "2";
    }

    #progressbar #step3:before {
        content: "3";
    }

    #progressbar #step4:before {
        content: "4";
    }

    #progressbar #step5:before {
        content: "5";
    }

    #progressbar #step6:before {
        content: "6";
    }

    #progressbar li:before {
        width: 40px;
        height: 40px;
        line-height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        background: #455A64;
        border-radius: 50%;
        margin: auto;
        color: #fff;
        font-weight: bold;
    }

    #progressbar li:after {
        content: '';
        width: 90%;
        height: 2px;
        background: #455A64;
        position: absolute;
        left: 55%;
        top: 21px;
        z-index: 1
    }

    #progressbar li:last-child:after {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        position: absolute;
        left: -50%;
        display: none;
    }

    #progressbar li:first-child:after {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        position: absolute;
        left: 55%
    }

    #progressbar li:last-child:after {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }

    #progressbar li:first-child:after {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #b70911
    }

    #progressbar li .d-none {
        font-size: 14px;
        font-weight: bold;
        color: #11365f;
        padding-top: 13px;
    }

.indicationpara p {
    font-size: 13px;
    font-family: arial, verdana, helvetica, sans-serif;
    color: #11365f;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 15px;
}

    .indicationpara p span {
        color: #f00;
    }

.label_class {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0;
    padding-top: 10px;
    line-height: 30px;
}

.custom-file-label {
    height: calc(1.5em + .75rem + 6px);
    border: 1px solid #11365f;
    color: #11365f;
    font-weight: bold;
}

    .custom-file-label::after {
        height: calc(1.5em + .75rem + 4px);
        background-color: #11365f;
        color: #FFFFFF;
        font-weight: bold;
        padding-left: 26px;
        padding-right: 26px;
    }

hr {
    border-top: 1px solid #b70911;
    margin-bottom: 2rem;
}

/*.selecttype {
    margin-top: 17px;
}*/

.reviewer {
    padding-top: 4px;
    width: 80%;
    margin: auto;
}

.reviewertable {
    /*padding-top: 10px;*/
    padding-bottom: 15px;
}

.redColor {
    color: #b70911;
}

.dataGridHeight300 {
    height: 300px;
}
.dataGridHeight600 {
    height: 600px;
}
.dataGridHeight500{
    height:500px;
}
.dataGridHeight420 {
    height: 420px;
}
.dataGridHeight1000{
    height:1000px;
}
.dataGridHeight {
    height: 800px;
}
.dataGridHeight800 {
    height: 800px;
}

.btn-listbtnone {
    border-color: #11365f;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 20px;
    padding-left: 25px;
    padding-right: 15px;
    margin-bottom: 11px;
    background: url("../images/usericon.png") no-repeat 3px 9px #11365f;
    /*background-color: #11365f;
    border-color: #11365f;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 11px;*/
}

.btn-listbtnone:hover {
    background-color: #b70911;
    color: #FFFFFF;
}

.btn-listbtntwo {
    border-color: #11365f;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 15px;
    margin-bottom: 11px;
    background: url("../images/usericon1.png") no-repeat 3px 9px #11365f;
    /*background-color: #11365f;
    border-color: #11365f;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 11px;*/
}

.btn-listbtntwo:hover {
    background-color: #b70911;
    color: #FFFFFF;
}

.btn-listbtn {
    background-color: #11365f;
    border-color: #11365f;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 11px;
}


.btn-listbtn:hover {
    background-color: #b70911;
    color: #FFFFFF;
}

.step1edit {
    border: 1px solid #dee2e6;
    margin-bottom: 25px;
}

.editheader {
    background-color: #11365f;
    padding: 7px 20px 7px 30px;
}


    .editheader h1 {
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        padding-top: 6px;
    }

.edit {
    background-color: #b70911;
    border-color: #b70911;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.edit_table_data {
    max-width: 50%;
    margin: 20px 100px;
}

    .edit_table_data tbody tr td {
        border-top: 0px;
        text-align: left;
        font-size: 15px;
        /*font-weight: bold;*/
        color: #11365f;
        padding: 8px;
    }

.reviewerradio {
    width: 20px;
    height: 20px;
}

.reviewerradio input[type="radio"]:checked + label:before {
    background-color: red;
}

.confirmationcontent {
    padding: 20px 30px;
}
    .confirmationcontent p {
        padding-bottom: 10px;
        font-size: 15px;
    }
        .confirmationcontent p a {
            text-decoration: underline;
            font-size: 15px;
            color: #11365f;
        }
            .confirmationcontent p a:hover, .confirmationcontent p a:active {
                color: #b70911;
            }


.submissioncontent {
    padding: 20px 30px;
}

/*.submissioncontent p {
    padding-bottom: 10px;
}*/

    .submissioncontent p a {
        text-decoration: underline;
        font-size: 11px;
    }


.submissionids {
    padding: 15px;
    text-align: left;
    color: #11365f;
    font-size: 12px;
}

.submissionids p{
    color: #11365f;
    font-size: 15px;
}

.subfile {
    padding: 15px
}

.subinform {
    padding: 15px;
}

.subtable tr td {
    border-top: 0;
    font-size:15px;
}

.subtable tr td:first-child {
    font-weight:bold;
}

.submitreview {
    padding-top: 15px;
}

.entercomment {
    padding-top: 25px;
}

.commentcontent p, .aprrovecontent p {
    font-size: 12px;
    font-family: arial, verdana, helvetica, sans-serif;
    color: #11365f;
    line-height: 24px;
    padding-bottom: 15px;
}

.btn-rivewbtn {
    background-color: #11365f;
    border-color: #11365f;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 11px;
}

.btn-rivewbtn:hover {
    background-color: #b70911;
    color: #FFFFFF;
}

.aprrovecontent p {
    font-weight: bold;
    padding-top: 25px;
    font-size:15px;
}

.aprrovecontent1 p {
    font-weight: bold;
    padding-top: 25px;
    font-size: 15px;
}

.submitcontent p {
    font-size: 15px;
    font-family: arial, verdana, helvetica, sans-serif;
    color: #11365f;
}
.submitcontent p a {
    font-size: 15px;
    font-family: arial, verdana, helvetica, sans-serif;
    color: #11365f;
}

.editsub {
    background-color: #11365f;
    padding: 7px 20px 7px 15px;
}

.editsub h1 {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 6px;
}

.filehlink{
    font-size:15px;
}
    .filehlink a {
        font-size: 15px !important;
        text-decoration: underline !important;
    }

        .filehlink a:hover {
            color: #b70911;
        }

.deletebtnDiv{
    margin-top: 18px;
}
/* --- login page css --- */
/*========================*/
.login-block {
    background: #DE6262; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #2266b1, #11365f); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #2266b1, #11365f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    float: left;
    width: 100%;
    padding: 150px 0 50px;
    height: 100vh;
}

.banner-sec {
    background: url(../images/login_bg.jpg) no-repeat left bottom;
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

.container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.login-sec {
    padding: 25px 30px 50px;
    position: relative;
}

.login-sec .copy-text {
    position: absolute;
    width: 80%;
    bottom: 20px;
    font-size: 13px;
    text-align: center;
}

.login-sec .copy-text i {
    color: #FEB58A;
}

.login-sec .copy-text a {
    color: #E36262;
}

.login-sec h2 {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 30px;
    color: #DE6262;
}

.login-sec h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #FEB58A;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto
}

.btn-login {
    background: #11365f;
    color: #fff;
    font-weight: 600;
    margin-top: 5px;
}

.btn-login:hover {
    background: #b70911;
    color: #fff;
}

.banner-text {
    position: absolute;
    padding: 98px 25px;
}

.banner-text::before {
    background: black;
    opacity: 0.5;
}

.banner-text h2 {
    color: #fff;
    font-weight: 600;
}

.banner-text h2:after {
    content: " ";
    width: 60%;
    height: 5px;
    background: #FFF;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
}

.banner-text p {
    color: #fff;
    font-size: 18px;
}

    .banner-text p a {
        color: #FFFFFF;
        text-decoration: underline;
        /*font-weight: bold;*/
        font-size: 18px;
    }

.loginlog {
    padding-bottom: 50px;
}

.bannerbg {
    background: black;
    opacity: 0.5;
}

.formcheck {
    padding-left: 0;
}

.password a {
    color: #11365f;
    text-decoration: underline;
    font-size: 10px;
}

    .password a:hover {
        color: #b70911;
    }

.loginnotes {
    padding-left: 20px;
    padding-top: 60px;
}

    .loginnotes li {
        color: #FFFFFF;
        font-size: 18px;
        list-style: square;
    }

.loginissue {
    padding-top: 35px;
    font-size: 12px;
}

.loginissue a{
    font-size:12px;
}

/*===============================*/


/*================================================================================*/
/*================================================================================*/

/*Sys Admin CSS*/

.btn-deletebtn {
    background-color: #b70911;
    border-color: #b70911;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
}

    .btn-deletebtn:hover {
        background-color: #11365f;
        color: #FFFFFF;
    }

.lstboxWidthClass{
    width: auto !important;
}

option {
    font-weight: normal;
}

.add_remove {
    margin-bottom: 0;
}

.btn-addbtn, .btn-removebtn {
    background-color: #11365f;
    border-color: #11365f;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 3px;
}

    .btn-addbtn:hover, .btn-removebtn:hover {
        color: #FFFFFF;
    }

.btn-addbtn {
    padding-left: 25px;
    padding-right: 25px;
}

.system_admin {
    padding-top: 15px;
}

.usergroup {
    flex: 0 0 23.8%;
    max-width: 23.8%;
}

.useradminbg {
    background-color: #b70911;
    padding: 15px 20px;
}

    .useradminbg h1 {
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 0;
    }

.btn-submitbtn {
    background-color: #b70911;
    border-color: #b70911;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
}

    .btn-submitbtn:hover {
        background-color: #11365f;
        color: #FFFFFF;
    }

.edit_img {
    margin-bottom: 20px;
}

.btn-statistics {
    background-color: #b70911;
    border-color: #eeeeee;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF !important;
    padding-bottom: 16px;
    margin-right: 1px;
}

    .btn-statistics:hover, .btn-statistics.active {
        background-color: #FFFFFF;
        border-color: #eeeeee;
        color: #b70911 !important;
    }
    .btn-statistics:active {
        font-size: 14px !important;
        font-weight: bold !important;
    }

.table thead th {
    vertical-align: middle;
}

.textlabel {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: white
}

.radiolist{
    width:50%;
}
.bottommargin {
    padding-bottom:25px;
}

/* Popup pages css */
.popup-container1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
}

.register-container1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
}

.passheader {
    background-color: #11365f;
    padding: 7px 20px 7px 30px;
}

    .passheader h1 {
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        padding-top: 6px;
    }

.emailhead h1 {
    font-size: 14px;
    font-weight: bold;
    color: #11365f;
    padding: 20px 15px;
}

.col-form-label {
    padding-left: 30px;
    color: #11365f;
}

.btn-button_pass {
    background-color: #11365f;
    border-color: #11365f;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

    .btn-button_pass:hover {
        color: #FFFFFF;
    }

.passrules {
    background-color: #11365f;
    padding: 7px 20px 7px 30px;
}

    .passrules h1 {
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        padding-top: 6px;
    }

.passrulelist {
    padding: 10px 45px;
}

    .passrulelist li {
        font-size: 12px;
        padding-bottom: 5px;
    }

.passrulelist1 {
    padding: 10px 45px;
    padding: 0px 15px 10px 60px;
}

    .passrulelist1 li {
        font-size: 12px;
        padding-bottom: 5px;
        list-style: decimal;
        
    }


.changehead {
    margin-top: 25px;
}

    .changehead h1 {
        font-size: 12px;
        color: #11365f;
        font-weight: bold;
        line-height: 24px;
        padding-bottom: 15px;
        text-align: left;
    }

.changesrule h1 {
    color: #b70911;
    padding-bottom: 0;
    margin-bottom: 0px;
}

.text-muted {
    color: #b70911 !important;
    font-size:15px;
}

/*Amar css for prod cat*/
.btn-deleteproductcatbtn {
    background-color: #b70911;
    border-color: #b70911;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
    margin-left: 10px;
}

    .btn-deleteproductcatbtn:hover {
        background-color: #11365f;
        color: #FFFFFF;
    }

.errorclass p {
    padding-bottom: 25px;
}
.indicationvisible p {
    font-size: 13px;
    font-family: arial, verdana, helvetica, sans-serif;
    color: #11365f;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 15px;
}

    .indicationvisible p span {
        color: #11365f;
    }

/*Amar css end*/

/*================================================================================*/
/*================================================================================*/
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
    .ace-responsive-menu > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-size: 13px;
    }

    /*.ace-responsive-menu {
        max-width: 41%;
    }*/

    .ace-responsive-menu li ul.sub-menu li a {
        font-size: 15px;
        padding-top: 3px;
    }

    .fa-th-large {
        font-size: 20px;
    }

    .col-55 {
        flex: 0 0 30.666667%;
        max-width: 30.666667%;
    }

        .col-55 img {
            width: 100%;
        }

    .col-77 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .welcomecontent h1, .downloadcontent h1 {
        font-size: 20px;
    }

    .welcomecontent h1 {
        line-height: 30px;
        padding-bottom: 10px;
    }

    .welcomecontent {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .list1 ul li {
        font-size: 15px;
        padding-bottom: 20px;
    }

    .downloadlists h1 {
        font-size: 16px;
        margin-top: 10px;
        line-height: 15px;
    }

    .downloadlists li a {
        font-size: 15px;
    }

    .downloadcontent h1 {
        padding-bottom: 0px;
        line-height: 25px;
    }

    .downloadlist li {
        font-size: 16px;
    }

    .downloadlists {
        /*height: 160px;*/
    }

    .downloadlist li span {
        font-size: inherit;
    }

    .downloadlist li {
        line-height: 25px;
        padding-bottom: 15px;
    }

    .height300div {
        height: auto;
    }

    .login-block {
        padding-top: 60px;
    }

    .radiolist {
        width: 75%;
    }
}
@media only screen and (min-width: 1360px) and (max-width: 1399px) {
    .ace-responsive-menu > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-size: 13px;
    }

    /*.ace-responsive-menu {
        max-width: 41%;
    }*/

        .ace-responsive-menu li ul.sub-menu li a {
            font-size: 15px;
            padding-top: 3px;
        }

    .fa-th-large {
        font-size: 20px;
    }

    .col-55 {
        flex: 0 0 30.666667%;
        max-width: 30.666667%;
    }
    .col-55 img {
        width:100%;
    }

    .col-77 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .welcomecontent h1, .downloadcontent h1 {
        font-size: 20px;
    }

    .welcomecontent h1{
        line-height:30px;
        padding-bottom:10px;
    }
    .welcomecontent{
        padding-top:15px;
        padding-bottom:15px;
    }

    .list1 ul li{
        font-size:15px;
        padding-bottom:20px;
    }

    .downloadlists h1 {
        font-size: 16px;
        margin-top: 10px;
        line-height: 15px;
    }

    .downloadlists li a {
        font-size: 15px;
    }

    .downloadcontent h1 {
        padding-bottom: 0px;
        line-height:25px;
    }
        .downloadlist li {
            font-size: 16px;
        }
    .downloadlists {
        /*height: 160px;*/
    }
    
    .downloadlist li span{
        font-size:inherit;
    }
    .downloadlist li
    {
        line-height:25px;
        padding-bottom:15px;
    }
    .height300div{
        height:auto;
    }
    .login-block {
        padding-top: 60px;
    }
    .radiolist {
        width: 75%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1439px) {
    .ace-responsive-menu > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-size: 13px;
    }

    /*.ace-responsive-menu {
        max-width: 41%;
    }*/

        .ace-responsive-menu li ul.sub-menu li a {
            font-size: 15px;
            padding-top: 3px;
        }

    .fa-th-large {
        font-size: 20px;
    }

    .col-55 {
        flex: 0 0 42.666667%;
        max-width: 42.666667%;
    }

        .col-55 img {
            width: 100%;
        }

    .col-77 {
        flex: 0 0 56.666667%;
        max-width: 56.666667%;
    }

    .welcomecontent h1, .downloadcontent h1 {
        font-size: 30px;
    }

    .welcomecontent h1 {
        line-height: 30px;
        padding-bottom: 15px;
    }

    .welcomecontent {
        padding-top: 15px;
    }

    .downloadlists h1 {
        font-size: 20px;
        margin-top: 10px;
    }

    .downloadlists li a {
        font-size: 18px;
    }

    .downloadcontent h1 {
        padding-bottom: 0px;
    }
    .height300div {
        height:inherit;
    }

    .downloadlist {
        height: 310px;
    }

        .downloadlist li {
            font-size: 20px;
            padding-bottom:15px;
            /*line-height:30px;*/
        }
            .downloadlist li span{
                font-size:18px;
            }

            .downloadlists {
                /*  height: 350px;*/
            }
    .login-block {
        padding-top: 150px;
    }
    .radiolist {
        width: 60%;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1499px) {
    .ace-responsive-menu > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-size: 13px;
    }

    /*.ace-responsive-menu {
        max-width: 41%;
    }*/

        .ace-responsive-menu li ul.sub-menu li a {
            font-size: 15px;
            padding-top: 3px;
        }

    .fa-th-large {
        font-size: 20px;
    }

    .col-55 {
        flex: 0 0 32.666667%;
        max-width: 32.666667%;
    }

        .col-55 img {
            width: 100%;
        }

    .col-77 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .welcomecontent h1, .downloadcontent h1 {
        font-size: 30px;
    }

    .welcomecontent h1 {
        line-height: 30px;
        padding-bottom: 15px;
    }

    .welcomecontent {
        padding-top: 15px;
    }

    .downloadlists h1 {
        font-size: 20px;
        margin-top: 10px;
    }

    .downloadlists li a {
        font-size: 15px;
    }

    .downloadcontent h1 {
        padding-bottom: 0px;
    }

    .downloadlist li {
        font-size: 20px;
        padding-bottom: 13px;
    }
            .downloadlist li span {
                font-size: 18px;
            }

    .login-block {
        padding-top: 150px;
    }
    .radiolist {
        width: 60%;
    }
    .list1 ul li{
        font-size:18px;
        padding-bottom:20px;
    }
    .height300div{
        height:auto;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .ace-responsive-menu > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-size: 13px;
    }

    /*.ace-responsive-menu {
        max-width: 41%;
    }*/

        .ace-responsive-menu li ul.sub-menu li a {
            font-size: 15px;
            padding-top: 3px;
        }

    .fa-th-large {
        font-size: 20px;
    }

    .col-55 {
        flex: 0 0 32.666667%;
        max-width: 32.666667%;
    }

        .col-55 img {
            width: 100%;
        }

    .col-77 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .welcomecontent h1, .downloadcontent h1 {
        font-size: 30px;
    }

    .welcomecontent h1 {
        line-height: 30px;
        padding-bottom: 15px;
    }

    .welcomecontent {
        padding-top: 15px;
    }

    .downloadlists h1 {
        font-size: 20px;
        margin-top: 10px;
    }

    .downloadlists li a {
        font-size: 15px;
    }

    .downloadcontent h1 {
        padding-bottom: 0px;
    }

    .downloadlist {
        height: 250px;
    }

        .downloadlist li {
            font-size: 20px;
        }

    .downloadlists {
        height: auto;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1679px) {
    .ace-responsive-menu > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-size: 13px;
    }

    /*.ace-responsive-menu {
        max-width: 41%;
    }*/

        .ace-responsive-menu li ul.sub-menu li a {
            font-size: 15px;
            padding-top: 3px;
        }

    .fa-th-large {
        font-size: 20px;
    }

    .col-55 {
        flex: 0 0 32.666667%;
        max-width: 32.666667%;
    }

        .col-55 img {
            width: 100%;
        }

    .col-77 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .welcomecontent h1, .downloadcontent h1 {
        font-size: 35px;
    }

    .welcomecontent h1 {
        line-height: 35px;
        padding-bottom: 30px;
    }

    .welcomecontent {
        padding-top: 25px;
    }

    .downloadlists h1 {
        font-size: 20px;
        margin-top: 10px;
        line-height: 10px;
    }

    .downloadlists li a {
        font-size: 18px;
    }

    .downloadcontent h1 {
        padding-bottom: 0px;
    }

    .downloadlist {
        height: auto;
    }

        .downloadlist li {
            font-size: 20px;
            line-height: 28px;
            padding-bottom: 20px;
        }
            .downloadlist li span{
                font-size:22px;
            }
    .downloadlists li a{
        line-height:50px;
    }

    .downloadlists {
        height: auto;
    }
    .list1 ul li {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .downloadlists {
        height: auto;
    }
    .height300div{
        height:auto;
    }
}

@media only screen and (min-width: 1680px) and (max-width: 1699px) {
    .ace-responsive-menu > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-size: 13px;
    }

    /*.ace-responsive-menu {
        max-width: 41%;
    }*/

        .ace-responsive-menu li ul.sub-menu li a {
            font-size: 15px;
            padding-top: 3px;
        }

    .fa-th-large {
        font-size: 20px;
    }

    .col-55 {
        flex: 0 0 39.666667%;
        max-width: 39.666667%;
    }

        .col-55 img {
            width: 100%;
        }

    .col-77 {
        flex: 0 0 59.666667%;
        max-width: 59.666667%;
    }

    .welcomecontent h1, .downloadcontent h1 {
        font-size: 35px;
    }

    .welcomecontent h1 {
        line-height: 35px;
        padding-bottom: 30px;
    }

    .welcomecontent {
        padding-top: 55px;
    }
    .downloadlists {
        height: auto;
    }
    .downloadlists h1 {
        font-size: 25px;
        margin-top: 10px;
    }
    .downloadlists li {
        padding-bottom: 20px;
    }
    .downloadlists li a {
        font-size: 20px;
    }

    .downloadcontent h1 {
        padding-bottom: 0px;
    }

    .downloadlist {
        height: auto;
    }

        .downloadlist li {
            font-size: 25px;
            padding-bottom: 20px;
        }
            .downloadlist li span {
                font-size: 20px;
            }

    

    .list1 ul li {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .downloadlists {
        height: auto;
    }
    .height300div{
        height:auto;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 1850px) {
    .ace-responsive-menu > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-size: 13px;
    }

    /*.ace-responsive-menu {
        max-width: 41%;
    }*/

        .ace-responsive-menu li ul.sub-menu li a {
            font-size: 15px;
            padding-top: 3px;
        }

    .fa-th-large {
        font-size: 20px;
    }

    .col-55 {
        flex: 0 0 32.666667%;
        max-width: 32.666667%;
    }

        .col-55 img {
            width: 100%;
        }

    .col-77 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .welcomecontent h1, .downloadcontent h1 {
        font-size: 30px;
    }

    .welcomecontent h1 {
        line-height: 30px;
        padding-bottom: 15px;
    }

    .welcomecontent {
        padding-top: 15px;
    }

    .downloadlists h1 {
        font-size: 20px;
        margin-top: 10px;
    }

    .downloadlists li a {
        font-size: 15px;
    }

    .downloadcontent h1 {
        padding-bottom: 0px;
    }

    .downloadlist {
        height: 250px;
    }

        .downloadlist li {
            font-size: 20px;
        }

    .downloadlists {
        height: auto;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .dropdown-menu.show {
        left: auto !important;
        top: 30px !important;
        transform: none !important;
        right: 0px !important;
        display: flex;
    }
}






