.terminated{
    background: #cf3333 !important;
    color: #fff;
}

.termedDesc{
    background: #d7b3b3 !important;
}

.headernvabar>span{
    margin-inline:5px;
}

@media(max-width: 1023px)
{
    #banner{display:none !important;}
    #mobileBanner{display:flex !important;}
    .link-background{
        background-color:#2497c5 !important;
    }
}
.additionalInfo{
    display:none;    
}

.messageBox{
max-width: 25vw;
height: fit-content;
}

.enroll, .depButton{
    width: 20vw;
    height: 8vh;
    background-color:#139a42;
    border: 3px solid #03476F;
    color:white;
    cursor:pointer;
    font-size: 1.2rem;;
    font-weight: 700!important;
}

.popup{
    background-color:white;
    width:70vw;
    position: absolute;
    top: 10vh;
    color:black;
    padding:1rem;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.logoBox{
    width: 18vw;
    height: fit-content;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content:center;    
    align-items: center;
}

#message{
    border: 1px solid #177a7a;
    padding:10px;
    display: flex;
    align-items: center;
    overflow-y: scroll;
    flex-direction: column;
    justify-content:center;
}

.enrollButton, .collapsibleButton {
    background: #2497c5;
    color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    font-family: arial !important;
    font-size: 13px;
    padding: 0.65rem;
}

.collapsible:after {
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}


.activeTab, .collapsible:hover {
  background: #2497c5;
}

#currentBenefits {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.cover {
    position: fixed;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 10; 
    cursor: pointer; 
}


.comment{
    display: flex;
    flex-direction: column;
    margin-bottom:10px;
}

.leftComment{
    align-items: flex-start;
}

.rightComment{
    align-items: flex-end;
}

.commentText{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid black;
    padding: 11px;
    display: inline-block;
}
.leftText{
    border-bottom-right-radius: 10px;
}

.rightText{
    border-bottom-left-radius: 10px;
}

.commentBoxText{
    background-color: white;
    overflow-y: auto;
    border: 1px solid black;
    height: 65vh;
    padding-block: 1vh;
    padding-inline: 1vw;
    margin-bottom: 10px;
}

.replyBack>.commentText{
    background-color: lightgrey;
    margin-bottom:10px;
}

.commentOptions{
    display: flex;
}
.replyButton,.viewReplies{
    cursor:pointer;
}

.variable {
    color: #177a7a;
    border: none;
    background-color: rgba(100, 100, 100, 0);
}

.divider{
    margin-inline: 1vw;
}
body.admin_edit_profile, .admin_index {
    font-size: 13px;
    background-color: #fff !important;
    overflow-x: hidden;
}
.company_page, .category_page, .carrier_page {
    overflow-x: hidden;
    font-size: 13px;
}
.row {
    width: 100%;
}
/*body {
    background-color: #EFEEF4 !important;
}*/
.test
{
    color:red
}
.bg_img {
    background: url('../images/loginbg.jpg');
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login_right {
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background: #005AA7; */
    background: -webkit-linear-gradient(to right, #FFFDE4, #005AA7);
    background: #fff;
    opacity: 0.8;
    width: 35%;
    height: 100%;
    margin: 0 auto;
}
img.login_logo {
    width: 60%;
}

.infoBlock{
    display:  inline-flex;
    width: 33vh;
    flex-direction: column;
    margin: 1vw;
}
.block{
    cursor: pointer;
    border: 1.5px solid #177a7a;
    border-radius: 5px;
    color:#177a7a;
    width: 65vh;
    padding-inline: 1rem;
    padding-block: .8rem;
}
.block>h4,.block>h6{margin-bottom:0px;}
.block:hover{
    background-color:#e9e9e9;
}
.addDep{
    background-color:#139a42;
    color:white;
}
.addDep:hover{
    background-color:#317431;
}

.delDep{
    margin-top:.8rem;
    margin-right:.5rem;
}

.userDetails{
    top: 0px;
    margin-block: 10vh;
    position: absolute;
    border: 1px solid black;
    background-color: white;
    padding:1rem;
}
.userDetailsRequired{
    flex: 5;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.depRequire{
    font-size: large;
}

.appointmentBox{
    padding-inline: 10vw;
    padding-top: 5vh;
    text-align: center;
    outline: 1px solid black;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10vh;
}
#appointmentButton{
    margin-bottom: 2vh;
    padding-inline: 3vw;
    color:white;
    background-color:#0b476b;
    border-radius: 0px;
}
.commentBox{
    display:none;
    padding-top: 0px !important;
    position: absolute;
    top: 120% !important;
    border: 1px solid black;
    background-color:white;
}

#question,#coBrowse{
    cursor:pointer;
}
#showAdditionalInfo,#showFullEnrollment{
    float:right;
}


#commentReplyBox{
    background-color: #cff5ff;
    width: 80vw;
    padding-block: 1vh;
    padding-inline: 1vw;
}


@media only screen and (max-width: 900px){
    .userDetailsRequired{
        justify-content: flex-start;
    }
    .depRequire{
        display:block; 
    }
} 

.login_box {
    /*height: 275px;*/
    background: #00456E;
    padding: 10px 30px;
    width: 300px;
}
.email, .password {
   /* padding-bottom: 15px; */
}
.icon{/*
    padding-top: 10px;
    color: white;
    min-width: auto;
    text-align: center;
    margin-top: 7px;
    margin-right: 12px;
    color: black;
    background: #e8f4ff;
    height: 37px;
    width: 77px;
    margin-right: 0 !important  ;
    padding-top: 10px;
    color: white;
    min-width: 40px;
    text-align: center;
    margin-top: 7px;
    margin-right: 12px;
    color: black;
    background: #e8f4ff;*/
}
input.inputfield {
    font-size: 14px;
    color: #797E8C;
    display: block;
    width: 100%;
    border: 1px solid #ECECEC;
    height: 35px;
    border-radius: 6px;
    padding: 10px;
    letter-spacing: 1px;
    background: #F7F7F7;
}
span.login-title {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 35px;
    display: block;
}
button.btn.btn-primary.login_button {
    font-family: arial;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 35px;
    border-radius: 10px;
    background: #2581A5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    transition: all 0.4s;
	margin-bottom: 10px;
}
.rememberme {
    padding-bottom: 10px;
    font-size: 12px;
    padding-left: 5px;
    color: #fff;
}
label.forget-password {
    font-size: 12px;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd{display:none;}
.container.siderbar {
    height: 100%;
    background: #1A1A27;
    width: 45px;
    position: absolute;
    top: 0px;
}
.editbutton {
    background: #28D094;
    width: 191px !important; 
    color: white;
    padding-right: 25% !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
span.lastvisited {
    float: right;
}
.usersprofile {
    background: white;
}
.usersprofile {
    background: white;
    padding: 5px;
    width: 100%;
    /* height: 100%; */
    border-radius: 10px;
    margin-top: 10px;
}
.sidebar {
    height: 100%;
    width: 50px;
    background: #2397C5;
    z-index: 9999;
    position: fixed;
}
a.contacts, a.about {
    padding: 0px 10px;
    text-decoration: none !important;
    font-size: 14px;
    color: gray;
    float: right;
}
p.copyright {
    color: #fff;
    font-size: 14px;
 /*   margin-left: 25px;  */
}
tr.table-head-bg {
    background: #03476F;
}
.table-head-bg th {
    color: #fff !important;
}
img.header_logo {
     position: relative;
    max-width: 100%;
}
.plan{
    /*cursor:pointer;*/
    text-decoration:none
}
.topbar {
 /*  background: #2F99C3; */
      background: #fff;
    /* position: absolute; */
    /* top: 0; */
    /* left: 60px; */
    /* width: 100%; */
    padding: 6px 0px 18px 0px;
    /* height: 77px; */
    margin: 0px !important;
}
.navbuttons {
    color: #fff;
    padding: 14px;
    position: relative;
    top: 0px;
    left: 20px;
    font-size: 14px;
    font-weight: 400;
    /* background-color: #F5F5F9; */
    font-weight: 400;
    letter-spacing: 1px;
}
.active {
  /*  color: #6E7BFF;
    background: #F5F5F9; */
}
.password_block {
    position: absolute;
    top: 100px;
    left: 70px;
}
.login_details {
    margin-top: 0px;
    padding: 30px 0px 0px 0px;
}
.container-fluid.main-cont {
  /*  padding:0px 80px 50px 80px; */
    position: relative;
    /*left: 25px; */
    width: 100%;
}
p.details, p.address_details {
    color: #7B7F90;
    font-size: 12px;
}
p.address_details {
    position: relative;
    left: -25px;
}
.editprofile {
    padding: 20px 0px;
    position: relative;
}
span.infotitle {
    font-weight: bold;
}
/*.userdetails {
    width: 65%;
}*/
.address {
    position: absolute;
    top: 90px;
    right: 70px;
    width: 160px !important;
}
.edit_icon {
    padding: 2px 10px;
    font-size: 14px !important;
}
span.editedtime {
    /* position: absolute; */
       top: 57px;
    /* right: 10px; */
    font-weight: bold;
    font-size: 12px;
    margin-left: 61px;
    color: #7B7F90;
}
.detailsicon {
    padding: 0px 15px;
    font-size: 15px !important;
}
.addressicon {
    font-size: 18px !important;
    padding: 0px 10px;
}
.clockicon {
    padding: 0px 10px;
}
img.profileimg {
       width: 168px;
     height: 170px; 
    border: 6px solid black;
    border-radius: 200px;
    border-color: #538BBB;
    /* margin-left: 35px; */
    margin-left: 0px;
}
/*.changeprofile {
    position: relative;
    left: 150px;
    top: 50px;
}*/
.changeprofile {
 
    text-align: center;
}
.changepswd {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.edit_profileicon {
   position: absolute;
    top: 113px;
    font-size: 15px;
    border: 1px solid #538BBC;
    padding: 3px;
    cursor: pointer;
   /* left: 190px; */
	left: 210px;
}
.editdetails {
    position: relative;
}
/*.changepswd {
    position: relative;
    top: 80px;
    left: 160px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}*/
input.passwordfield1 {
    width: 50%;
    margin: 20px 0px 15px;
    padding: 5px;
}
input.passwordfield2 {
    width: 50%;    
    padding: 5px;
}
button.btn.btn-primary.password_submit {
    width: 50%;
    margin-top: 20px;
    background: #FE4860;
    border: none;
}
p.activitytext {
    float: left;
    color: white;
    font-size: 16px;
    /* font-weight: bold; */
    padding: 10px 0 0 16px;
    font-weight: 400;
    letter-spacing: 1px;
}
.activity {
    /*background: #FD397A;*/
    height: 70px;
    background-image: url(../images/head.png);
    background-size: 100% 100%;
    background-position: 100% 100%;
}
button.xlsx {
    float: right;
    margin-top: 14px;
    margin-right: 21px;
    background: white;
    padding: 7px 10px;
    font-size: 11px;
    font-weight: bold;
    color: #646464;
    border: 1px solid;
    cursor: pointer;
}
.plans {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #F2F3F7;
}
p.planstext {
    float: left;
    font-weight: bold;
    padding: 17px 20px;
}
p.newplan {
    float: right;
    margin: 10px 70px;
    padding: 7px;
    background: #F2F3F7;
    font-size: 12px;
 /*   font-weight: bold; */
    cursor: pointer;
}
i.fa.fa-plus.plusicon {
    position: absolute;
    right: 38px;
    top: 11px;
    background: #B6EBDB;
    padding: 8px;
    border-radius: 0 11px 0 0;
    color: #00B57D;
}
img.rowimg {
    width: 32px;
    border-radius: 50%;
    height: 32px;
    padding: 2px;
    border: 1px solid #0a486d;
    object-fit: contain;
}
button.btn.btn-primary.viewbtn {
    float: right;
}
.filters {
    position: relative;
}
div#listing_wrapper {
    position: absolute;
    background: #fff !important;
    border: none !important;
    width: 100%;
    left: -1px;
    padding-top: 10px;
}
th.tableheader {
    font-size: 13px;
    color: #646464;
    border: none;
}
#listing_wrapper .row:nth-child(2) {
    width: 100%;
}
.filters.container-fluid {
    display: inline-block;
    margin-bottom: 20px;
}
/*#na1, #na2 {
    display: none;
}*/
span.log_out {
    padding: 10px 35px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    color: #8dd88d;
}
span.log_out:hover { 
  background-color: #8dd88d;
  color: #fff;
}
button.viewbtn {
    padding: 7px 10px;
    /* border-radius: unset; */
    background: #5D78FF;
    border: none;
    width: 113px;
    font-size: 12px;
    /* font-weight: bold; */
    margin-bottom: 10px;
    /* margin-left: 100%; */

}
ul.pagination {
    padding: 10px;
}
li#listing_previous, li#listing_next {
    padding: 0px 10px;
}
table#listing {
    font-size: 14px;
    /* text-align: center; */
    width: 100%;
    /*position: relative;
    left: 13px;*/
}
div#listing_info {
    margin-left: 15px;
}
div#listing_length {
    width: 180px;
}
div#listing_filter {
    width: 430px;
    display: inline-block;
    padding-left: 80%;
}

.dropdown {
  position: relative;
  z-index: 999 !important;
  display: inline-block;
  left: 8%;
  color: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    background: #DBF0F9;
    min-width: 180px;
    font-size: 13px;
    margin-left: 0px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    padding: 0px 0px;
    z-index: 1;
	text-align: center;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.mousehand {
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
	letter-spacing: 1px;
}

select.form-control.input-sm {
    margin: 0px 10px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}
p.address_txt {
    font-size: 14px;
    text-transform: capitalize;
    color: #7B7F90;
}
input.cmpy_pswd {
    padding: 10px;
}
.input-field:focus {
  /*  border: none !important; */
}
.statusacbadge {
    border-radius: 200px !important;
    background: #5766DD;
    padding: 5px 10px !important;
    font-size: 12px;
    color: #fff;
	font-weight: 400 !important;
}
.statusinacbadge {
    border-radius: 200px !important;
    background: #FD3275;
    padding: 5px 10px !important;
    font-size: 12px;
    color: #fff;
}
i.fa.fa-plus.maincat {
    color: #1bda95;
    padding: 18px 10px;
    cursor: pointer;
    font-size: 14px;
    /* margin-top: 6px; */
    position: absolute;
   
}

.sub_cat {
    color: #1bda95;
    padding: 9px 12px 7px 12px;
    cursor: pointer;
    margin-left: 10px;
}
.sub_cat_del {
    left: 215px;
    padding: 9px 11px 8px 11px;
    cursor: pointer;
    margin-left: 6px;
    color: #ff9b74;
}
.subcategory {
    position: relative;
}
.cate-add {
    /* width: 235px; */
    /* float: left; */
    /* margin: 10px; */
}
.list_data {
    font-size: 13px !important;
    /*width: 75% !important;
    float: left;*/
}

.cat-wrap {
    width: 100%;
}

.row.container.subcategory {
    margin: 12px;
}
.subprods {
    margin-left: 20px;
    width: 100%;
    margin-top: 20px;
}
button.cate_submit {
  /* margin-bottom: 14px; */
    padding: 8px 0px;
    background: #03476f;
    color: white;
    border: none;
    width: 138px;
    font-size: 14px;
    border: 1px solid;
    position: relative;
    cursor: pointer;
    left: 201px;
    top: 48px;
    margin-bottom: 4px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 12px;

}
img.flag {
 
    float: right;
    width: 24px;
    margin-top: 9px;
    height: 18px;
    border: none;
    border-radius: 3px;
 
}
span.profile_name {
    position: absolute;
    top: 44px;
    left: 14px;
    font-size: 12px;

}



p.alert-font {
    font-size: 14px;
    font-family: inherit;
    /* text-align: center; */
}


.container_label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*/ Hide the browser's default checkbox /*/
.container_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/*/ Create a custom checkbox /*/
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color:#edcccc;
}

/*/ On mouse-over, add a grey background color /*/
.container_label:hover input ~ .checkmark {
  background-color: #ccc;
}

/*/ When the checkbox is checked, add a blue background /*/
.container_label input:checked ~ .checkmark {
  background-color: #2196F3;
}

/*/ Create the checkmark/indicator (hidden when not checked) /*/
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/*/ Show the checkmark when checked /*/
.container_label input:checked ~ .checkmark:after {
  display: block;
}

/*/ Style the checkmark/indicator /*/
.container_label .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
span.staus-comp {
    background: #E6F8F3;
    color: #40C1A1;
    padding: 5px 10px;
    font-weight: 400;
	box-shadow: 3px 1px 2px 0px rgba(158,158,158,1);
}

span.status-pend {
    background: #FFEBF1;
    color: #FA4F72;
    padding: 5px 15px;
    font-weight: bold;
	box-shadow: 3px 1px 2px 0px rgba(158,158,158,1);
}

.filters.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

img.final_est_img {
    width: 32px;
    border-radius: 50%;
    margin-left: 0;
    height: 32px;
    padding: 4px;
    margin-bottom: 5px;
}
td.product_row {
    padding: 3px !important;
}
.cat_row {
    padding: 0px !important;
    vertical-align: bottom !important;
}
td.plan_row {
    padding: 0 !important;
    vertical-align: middle !important;
    padding-top: 2px !important;
}
.notifications.dropdown.dd-trigger.notif {
    position: relative;
    cursor: pointer;
    z-index: 2;
    /* float: right; */
   /* left: 10%;  */
    top: 27px;
}
span.noti-text {
    float: right;
    position: relative;
    left: -20px;
    color: #21B7B7;
}
span#notifications-count {
    position: absolute;
    top: -6px;
   /* right: 85%; */
    height: 15px;
    width: 15px;
    overflow: hidden;
    background: #21B7B7;
    color: #FFF;
    text-align: center;
    border-radius: 100%;
    font-size: 9px;
    font-weight: bold;
    line-height: 15px;
	left: 12px;
}
span.fa.fa-bell-o {
    color: #000000;
    font-size: 22px;
}
.dropdown-body {
    max-height: 292px;
    background: white;
    overflow-y: auto;
    overflow-x: hidden;
}
.dropdown-header {
    background: #fff;
    padding: 15px;
    position: relative;
    text-align: center;
    color: #21B7B7 !important;
    font-weight: bold;
    /* border-radius: 10px 10px 0 0; */
    border: 0px;
    border-style: solid;
    border-bottom-width: 1px;
    -moz-border-image: -moz-linear-gradient(right, white, #cedae0, #cedae0, white) 1 20%;
    -o-border-image: -o-linear-gradient(right, white, #cedae0, #cedae0, white) 1 20%;
    border-image: linear-gradient(to right, white 0%, #cedae0 40%, #cedae0 60%, white 100%) 1 20%;
    box-shadow: 0px 2px 10px -2px #cedae0;
}
.triangle {
    position: absolute;
    top: -8px;
    left: 155px;
    height: 15px;
    width: 15px;
    border-radius: 0px 0px 0px 0px;
    transform: rotate(45deg);
    background: #2397C5;
}
.noticount_label {
    position: absolute;
    top: -6px;
    right: -1px;
    height: 15px;
    width: 15px;
    overflow: hidden;
    background: #21B7B7;
    color: #FFF;
    text-align: center;
    border-radius: 100%;
    font-size: 9px;
    font-weight: bold;
    line-height: 15px;
}
.rowimg_cat {
    margin-left: 0px;
    margin-bottom: 0;
    padding: 0;
    border-radius: 50%;
}
p.class_heading {
    padding: 10px;
    border: 1px solid;
}
 
.bestclass {
padding: 10px;
}



/* Responsiveness */
/*@media only screen and (max-width: 550px) {
a.notif {
    display: inline-block;
    height: 30px;
    width: 30px;
    top: 0px;
    left: 0px;
}
}
*/
@media only screen and (max-width: 500px) and (min-width: 200px)  {
.bg_img {
   /* background: beige; */
}
.login_right {
    width: 80%;
}
.login_frm {
    margin-left: 0 !important;
    margin-top: 10px !important;
}
.login_box {
    padding: 10px 20px;
    width: 100%;
}
span.login-title {
    padding-bottom: 10px;
}
.rememberme {
    padding-bottom: 2px;
}
.login-bottom {
   width: 85% !important;
    /* margin-left: 0px !important; */
    /* margin-top: 0px; */
    margin: 0 auto !important;
}
h4.bottom-header {
    font-size: 20px;
    text-align: center;
}
.bottom-text {
    left: -5px !important;
    font-weight: unset !important;
    font-size: 15px;
    text-align: center;
	margin-bottom: 5px;
	padding: 0px 6px;
	margin-left: 4px;
}
ul.bottom-list {
    font-size: 14px;
    margin-top: 0 !important;
    margin-left: 40px !important;
}
}




@media only screen and (max-width: 700px) and (min-width: 500px)  {
.login_right {
    width: 50%;
}
h4.bottom-header {
    text-align: center;
}

.detailBox {
 
    margin-left: 24% !important;
    }
.bottom-text {
    text-align: center;
}
.login-bottom {
    width: 100% !important;
    margin-left: 0px !important;
}  
.login_frm {
    margin-left: 0 !important;
    margin-top: 10px !important;
}
.login_box {
    width: 100% !important;
    margin-top: 25px;
}
/*img.flag {
top:-76% !important
}*/
iframe#gmap_canvas {
    width: 450px ;
}
iframe#gmap_canvas {
    width: 380px ;
}
.flag{
    display: none;
}
i.fa.fa-pencil.edit_profileicon.changeimg {
    top: 121px;
    position: absolute;
    left: 120px;
}

}


@media only screen and (max-width: 900px) and (min-width: 700px)  {
.login_frm {
    margin-left: 0 !important;
    margin-top: 15px !important;
}
span.login-title {
    padding-bottom: 15px !important;
}
.login-bottom {
    width: 100% !important;
    margin-left: 0 !important;
}
h4.bottom-header {
    text-align: center;
}
.bottom-text {
    width: 85% !important;
    text-align: center;
    left: 30px !important;
}
ul.bottom-list {
    margin-left: 20% !important;
}
.company_page, .category_page, .carrier_page {
   overflow-x: visible;
   font-size: 13px;
}
p.address_txt > input{
left: 22px;
}
img.login_logo {
    width: 50%;
}
.carrier_act {
    width: 825px !important;
}
.topbar.row {
    width: 100%;
   /* height: 45px; */
}
a.navbuttons.active {
    margin-left: 0px;
}
a.navbuttons {
   /* left: 0px !important; */
    top: -2px;
    cursor: pointer;
 /*   z-index: 99999;
    font-size: 11px;  */
}
img.header_logo {
   /* display: none; */
	width: 100%;
}
.login_details {
    text-align: right;
    position: absolute !important;
    right: 55px;
    top: -3px;
}
.dropdown-content {
    margin-left: -90px;
    /*position: relative;*/
    text-align: center;
}
.noti-wrap {
    width: 124% !important;
    left: -25% !important;
    /* top: 75px !important; */
}
span.triangle {
    left: 94%;
    top: -8px;
}
.dropdown-header {
    border-radius: unset;
}
.container-fluid.main-cont {
    /* top: 5px !important; */
  /*  left: 26px !important;  */
  /*	padding: 0px 30px !important;  */
    /*padding: 20px 30px !important;*/
    margin-top: 0;
}
.activity {
    height: 50px;
    /*width: 552px;*/
}
button.xlsx {
    /*margin: 45px 5px;*/
}
p.activitytext {
    /*padding: 40px 30px !important;*/
}
.plans {
    height: 35px;
}
p.planstext {
    padding: 6px 0;
    position: absolute;
    left: 10;
}
p.newplan {
    margin: 0;
    position: relative;
    left: -25px;
    top: 1px;
}
i.fa.fa-plus.plusicon {
    right: -25px;
    top: 0;
    height: 32px;
}
table#listing {
    left: 0px;
}
div#listing_filter {
    padding-left: 40%;
    position: absolute;
    top: -46px;
    left: 20px;
}
form.info_form,.info_form_admin {
    width: 100%;
    margin: 0px 25px;
}
a.notif {
    display: inline-block !important;
    height: 30px !important;
    width: 30px !important;
    top: -5px !important;
    left: -40% !important;
}
.num {
  /*  right: -5px !important;
    top: -6px !important; */
}
img.flag {
    float: right;
    margin-top: -26px;
    position: relative;
    left: -45%;
    top: -28%;
}
.mousehand {
    vertical-align: middle;
    left: -10px !important;
}
.notifications.dropdown.dd-trigger.notif {
    left: 5px !important;
    top: 43px !important;
}
.admin_index {
    /*overflow-x: visible;*/
}
.catlist-wrap {
    background: #ffff;
    padding: 12px 0px !important;
    overflow: auto;
    /* margin-top: 2%; */
}

th.tableheader {
    font-size: 10px;
    padding: 10px !important;
    text-align: center !important;
}
tr.p-22.list_data {
    font-size: 11px !important;
}
/*#listing td rowimg:nth-child(2){
    display: none;
}*/
img.rowimg {
    margin-left: 9px;
    margin-bottom: 0;
    padding: 0;
}

.pro_images:first-child { 
    display: none;
}
p.copyright {
    font-size: 11px;
    padding-left: 0;
    margin-bottom: 0;
}
.catlist1 {
    width: 100%;
    margin-top: 0px !important;
}
.address {
    right: -35px !important;
}
.editedtime {
    right: -25px !important;
}
.editdetails {
    /*right: 100px;
    top: -50px;*/
}
.final_est_wrp {
    overflow: auto !important;
}
button.btn.btn-primary.model-btn {
    float: unset !important;
    margin-right: 0px !important;
}
.modal_bestclass.show {
    left: 15%;
}
 
ul.p-18 {
    padding: 0px !important;
}
a.contacts, a.about {
    padding: 0px 10px;
    text-decoration: none !important;
    font-size: 11px;
    color: gray;
    float: right;
    margin-top: -15px;
    margin-bottom: 10px;
}
li.p-19 {
    margin: 10px;
    width: 225px;
}
td.plan_row {
    padding: .2rem !important;
}

/*td span.img_align:first-child {
    display: none;
}
 td span.img_align:nth-last-child(-n+2) {
    display: none;
}*/
.col-sm-6.editdetails {
  left: 6% !important;
}
.col-sm-6.editdetails {
top: -21px;
margin-right: 100%; 
left: 12% !important;
}
iframe#gmap_canvas {
    width: 500px ;
}
.pas-title {
    position: relative;
    left: 0%;
}
img.profileimg {
  /*  width: 150px;
    height: 150px; */
    border: 6px solid #538BBB;
    /*margin-left: 60px;*/
}
input#pswd1, input#pswd2, .password_submit {
 
}
.final_est_wrp {
    overflow: auto !important;
}
/*
.rememberme{
    display: none;
}
.rememberme{
    display: none;
} */

.company_page, .category_page, .carrier_page {
   overflow-x: visible;
   font-size: 13px;
}
.login_right{
    width: 50%;
}
.login_box {
    width: 80%;
    margin-left: 40px;
}
img.login_logo {
    width: 38%;
}
a.notif {
    top: 2px !important;
    left: -40% !important;
}
.login_details {
    margin-top: -33px;
}
img.flag {
    float: right;
    margin-top: 0;
}
.mousehand {
    position: relative;
    top: 20px;
}
.dropdown-content {
    top: 42px;
    left: 82px;
	text-align: center;
}
.notifications.dropdown.dd-trigger.notif {
    position: relative;
    cursor: pointer;
    z-index: 2;
    left: 30px;
    top: 18px!important;	
}
.container-fluid.main-cont {
   /* padding: 50px 50px; */
    position: relative;
    top: 50px;
  /*  left: 30px;
    width: 100%; */
}
.info_form,.info_form_admin {
    width: 65% !important;
    margin: 15px;
}
.editbutton.edit_profile {
    padding-right: 10px !important;
}
span.editedtime {
    right: -60px;
}
.address {
    right: -75px;
    top: 0px;
}
.col-sm-6.editdetails {
    left: 30% !important;
}
.noti-wrap { 
    top: 67px !important;
}
}



@media only screen and (max-width: 1200px) and (min-width: 900px)  {
form#login {
    margin-left: 0px !important;
}
.login-bottom {
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: -30px;
}
h4.bottom-header {
    text-align: center;
}
.bottom-text {
    text-align: center;
    left: 0 !important;
}
iframe#gmap_canvas {
    width: 120% ;
}
.company_page {
   overflow-x: visible;
}
.pull-right.login_right {
    /*position: unset;*/
}
.login_box {
    width: 100%;
    margin-bottom: 46px;
}
img.login_logo {
    width: 45%;
}
.login_details {
    /*margin-top: -25px !important;*/
}
img.header_logo {
    width: 100%; 
    position: relative;
    top: 5px;
}
.headerwelcome {
    color: #21B7B7;
}

img.flag {
    float: right !important;
    margin-top: 5px !important;
}
.notifications.dropdown.dd-trigger.notif {
   /* top: -6px !important;
    left: 12%; */
}
.pimg {
    width: 100% !important;

}
.catrow {
     
    display: block !important;
    padding-top: 10px;
}
button.btn.btn-primary.viewbtn {
    margin-left: 10px;
}
.mousehand {
    position: relative;
    top: -5px;
    left: 15px;
}
.dropdown-content {
	top: 18px;
    left: 16px;
	text-align: center;
}
.container-fluid.main-cont {
	/*padding: 50px 30px;*/
   /* padding: 0px 30px; */
  /*	padding:0px 50px  */
   /* top: 35px !important; 
   /* left: 25px; */
    width: 100%;
}
form.info_form,.info_form_admin {
    width: 60%;
    margin-left: 5%;
}
.final_est_wrp {
    overflow: auto;
}
a.notif {
    top: 0 !important;
    left: -45px !important;
}
.catlist1 {
    width: 100%;
    margin-top: 10px !important;
}
.final_est_wrp {
    overflow: auto !important;
}
span.editedtime {
    right: -100px;
}
.col-sm-6.editdetails {
  left: 13%;
}
input.passwordfield1 {
    width: 74%;
}

input.passwordfield2 {
    width: 74%;
}

input.input-field.list_data::-webkit-file-upload-button {
    width: 25% !important;
    height: 30px !important;
}             
}



@media only screen and (max-width: 1400px) and (min-width: 1200px)  { 
.address {
    position: relative;
     top: 0 !important;
    right: -30px;
    width: 160px !important;
}
input.profile_input {
   position: absolute;
    left: 181px;
    margin-top: -6px;
    /* top: 5px; */
}

p.address_txt > input
{
left: 28px;

}

p.address_txt {
 
    position: absolute;
    left: 75px;
    top: 0;
    }

    .col-sm-6.editdetails {
    position: relative;
    left: 81px;
}
hr {
    margin: 24px !important;
}
 
button.btn.btn-default.editbutton.edit_profile
{
        width: 100% !important;
        margin-bottom: 7px;
}
button.btn.btn-default.editbutton.update_profile {
  /*  width: 87% !important;  */
    width: 64% !important;
    margin-bottom: 7px;
	color: #fff;
}
img.login_logo {
    left: 104px;
}
.login_box { 
    /*top: 171px;
    left: 66px;*/
}
}



/*@media only screen and (max-width: 575px) {
 
 
img.flag {
top:-76% !important
}

}*/


/*@media only screen and (max-width: 1150px) {


 iframe#gmap_canvas {
    width: 120% ;
}
}*/
/*@media only screen and (max-width: 1300px) {

.address {
    position: relative;
     top: 0 !important;
    right: -30px;
    width: 160px !important;
}
input.profile_input {
    position: absolute;
    left: 149px;
}

p.address_txt > input
{
left: 28px;

}

p.address_txt {
 
    position: absolute;
    left: 75px;
    top: 0;
    }

    .col-sm-6.editdetails {
    position: relative;
    left: 81px;
}
hr {
    margin: 24px !important;
}
 
button.btn.btn-default.editbutton.edit_profile
{
        width: 100% !important;
        margin-bottom: 7px;
}
button.btn.btn-default.editbutton.update_profile {
    width: 87% !important;
    margin-bottom: 7px;
}


img.login_logo {

    left: 104px;
}
.login_box {
}
}*/

/*@media only screen and (max-width: 750px) {
.company_page, .category_page, .carrier_page {
   overflow-x: visible;
   font-size: 13px;
}

p.address_txt > input
{
left: 22px;

}

.login_box {
    /*position: absolute !important;
    bottom: 140px;
    left: 110px;
    background: #fff;
    /*padding: 18px 40px;
    width: 60%;
}
/*.login_right {
    position: initial;
}
img.login_logo {
    width: 50%;
}
.carrier_act {
    width: 825px !important;
}
.topbar.row {
    width: 100%;
    height: 45px;
}
a.navbuttons.active {
    margin-left: 0px;
}
a.navbuttons {
    left: 0px !important;
    top: -2px;
    cursor: pointer;
    z-index: 99999;
    font-size: 11px;
}
img.header_logo {
    display: none;
}
.login_details {
    text-align: right;
    position: absolute !important;
    right: 55px;
    top: -3px;
}
.dropdown-content {
    margin-left: -90px;
    /*position: relative;
    text-align: center;
}
.noti-wrap {
    width: 124% !important;
    left: -25% !important;
    /* top: 75px !important; 
}
span.triangle {
    left: 94%;
    top: -8px;
}
.dropdown-header {
    border-radius: unset;
}
.container-fluid.main-cont {
    /* top: 5px !important; 
    left: 26px !important;
    padding: 20px 30px !important;
    margin-top: 0;
}
.activity {
    height: 50px;
    /*width: 552px;
}
button.xlsx {
    /*margin: 45px 5px;
}
p.activitytext {
    /*padding: 40px 30px !important;
}
.plans {
    height: 35px;
}
p.planstext {
    padding: 6px 0;
    position: absolute;
    left: 10;
}
p.newplan {
    margin: 0;
    position: relative;
    left: -25px;
    top: 1px;
}
i.fa.fa-plus.plusicon {
    right: -25px;
    top: 0;
    height: 32px;
}
table#listing {
    left: 0px;
}
div#listing_filter {
    padding-left: 40%;
    position: absolute;
    top: -46px;
    left: 20px;
}
form.info_form,.info_form_admin {
    width: 100%;
    margin: 0px 25px;
}
a.notif {
    display: inline-block !important;
    height: 30px !important;
    width: 30px !important;
    top: -5px !important;
    left: -40% !important;
}
.num {
    right: -5px !important;
    top: -6px !important;
}
img.flag {
    float: right;
    margin-top: -26px;
    position: relative;
    left: -45%;
    top: -28%;
}
.mousehand {
    vertical-align: middle;
    left: -10px !important;
}
.notifications.dropdown.dd-trigger.notif {
    left: 5px !important;
    top: 43px !important;
}
.admin_index {
    /*overflow-x: visible;
}
.catlist-wrap {
    background: #ffff;
    padding: 12px 0px !important;
    overflow: auto;
    /* margin-top: 2%; 
}

th.tableheader {
    font-size: 10px;
    padding: 10px !important;
    text-align: center !important;
}
tr.p-22.list_data {
    font-size: 11px !important;
}
/*#listing td rowimg:nth-child(2){
    display: none;
}
img.rowimg {
    margin-left: 9px;
    margin-bottom: 0;
    padding: 0;
}

.pro_images:first-child { 
    display: none;
}
p.copyright {
    font-size: 11px;
    padding-left: 0;
    margin-bottom: 0;
}
.catlist1 {
    width: 100%;
    margin-top: 0px !important;
}
.address {
    right: -35px !important;
}
.editedtime {
    right: -25px !important;
}
.editdetails {
    /*right: 100px;
    top: -50px;
}
.final_est_wrp {
    overflow: auto !important;
}
button.btn.btn-primary.model-btn {
    float: unset !important;
    margin-right: 0px !important;
}
.modal_bestclass.show {
    left: 15%;
}
 
ul.p-18 {
    padding: 0px !important;
}
a.contacts, a.about {
    padding: 0px 10px;
    text-decoration: none !important;
    font-size: 11px;
    color: gray;
    float: right;
    margin-top: -15px;
    margin-bottom: 10px;
}
li.p-19 {
    margin: 10px;
    width: 225px;
}
td.plan_row {
    padding: .2rem !important;
}

/*td span.img_align:first-child {
    display: none;
}
 td span.img_align:nth-last-child(-n+2) {
    display: none;
}
}*/




/*@media only screen and (max-width: 1024px) {
.company_page {
   overflow-x: visible;
}
.pull-right.login_right {
    /*position: unset;
}
.login_box {
    width: 50%;
    margin-bottom: 46px;
}
img.login_logo {
    width: 40%;
}
.login_details {
    /*margin-top: -25px !important;
}
img.header_logo {
    width: 100%;
    position: relative;
    top: 5px;
}
img.flag {
    float: right !important;
    margin-top: 5px !important;
}
.notifications.dropdown.dd-trigger.notif {
    top: -6px !important;
    left: 12%;
}
.mousehand {
    position: relative;
    top: -5px;
    left: 15px;
}
.dropdown-content {
    left: 0;
    top: 60px;
}
.container-fluid.main-cont {
    padding: 50px 30px;
    top: 35px !important;
    left: 25px;
    width: 100%;
}
form.info_form,.info_form_admin {
    width: 60%;
    margin-left: 5%;
}
.final_est_wrp {
    overflow: auto;
}
a.notif {
    top: 0 !important;
    left: -45px !important;
}
.catlist1 {
    width: 100%;
    margin-top: 10px !important;
}
.final_est_wrp {
    overflow: auto !important;
}
 

span.editedtime {
    right: -100px;
}
}*/

/*@media only screen and (max-width: 850px) {
.col-sm-6.editdetails {
  left: 6% !important;
}
}*/
/*@media only screen and (max-width: 780px) {
.col-sm-6.editdetails {
        top: -21px;
margin-right: 100%; 
    left: 12% !important;
}

 iframe#gmap_canvas {
    width: 500px ;
}
}*/

/*@media only screen and (max-width: 660px) {

iframe#gmap_canvas {
    width: 450px ;
}

}*/
/*@media only screen and (max-width: 550px) {

iframe#gmap_canvas {
    width: 380px ;
}
.flag{
    display: none;
}
}*/





/*@media only screen and (max-width: 992px) {
.col-sm-6.editdetails {
  left: 13%;
}
input.passwordfield1 {
    width: 74%;
}

input.passwordfield2 {
    width: 74%;
}
}*/







/*@media only screen and (max-width: 780px) {

.pas-title {
    position: relative;
        left: 0%;
}

img.profileimg {
    width: 150px;
    height: 150px;
    border: 3px solid #538BBB;
    margin-left: -17px;
}
input#pswd1, input#pswd2, .password_submit {
 
}
.final_est_wrp {
    overflow: auto !important;
}
}*/

/*@media only screen and (max-width: 754px) {

.rememberme{
    display: none;
}
}*/

/*@media only screen and (max-width: 700px) {

.rememberme{
    display: none;
}

.company_page, .category_page, .carrier_page {
   overflow-x: visible;
   font-size: 13px;
}
.login_right{
    background:none;
    width: 80%;
}
.bg_img{
    background: beige;
}
.login_box {
    height: 332px !important;
    width: 80%;
    margin-bottom: 0;
    margin-left: 40px;
}
img.login_logo {
    width: 38%;
}
a.notif {
    top: 2px !important;
    left: -40% !important;
}
.login_details {
    margin-top: -33px;
}
img.flag {
    float: right;
    margin-top: 0;
}
.mousehand {
    position: relative;
    top: 38px;
}
.dropdown-content {
    top: 55px;
    left: 30px;
}
.notifications.dropdown.dd-trigger.notif {
    position: relative;
    cursor: pointer;
    z-index: 2;
    left: 30px;
    top: 46px!important;
}
.container-fluid.main-cont {
    padding: 50px 50px;
    position: relative;
    top: 50px;
    left: 30px;
    width: 100%;
}
.info_form,.info_form_admin {
    width: 65% !important;
    margin: 15px;
}
.editbutton.edit_profile {
    padding-right: 10px !important;
}
span.editedtime {
    right: -60px;
}
.address {
    right: -75px;
    top: 0px;
}

}*/





p.class_heading {
font-weight: bold;
text-align: center;
margin-top: 45px;
}
.col-sm-6.header_bestclass {
/*border: 1px solid;*/
}
.class_exp {
/*padding: 10px;*/
border:none;
/*margin: 10px;*/
min-height: 111px !important;
background-color: #fff;
}
.bestclass {
padding: 0px 10px 10px 10px;
margin: 0px !important;
}
span.class_heading {
    font-weight: bold;
}
.exp-1, .exp-2, .exp-3, .exp-4, .exp-5 {
padding: 10px;
margin: 0;
}
.exp-1 {
    background: #2397C5;
    color: #fff;
}
.exp-2 {
background: #9381A6;
    color: #fff;
}
.exp-3 {
background: #98C7E3;
    color: #fff;
}
.exp-4 {
background: #40A0A0;
    color: #fff;
}
.exp-5 {
background: #74d897;
    color: #fff;
}
.special {
    display: none;
}

/*td span.profile_name:first-child {
    display: none;
}*/

/*@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 

}*/

/*@media only screen and (max-width: 770px){
.col-sm-6.editdetails {
    left: 30% !important;
}
}*/

/*@media only screen and (max-width: 600px){
i.fa.fa-pencil.edit_profileicon.changeimg {
    top: 121px;
    position: absolute;
    left: 120px;
}
}*/


/*@media only screen and (max-width: 700px){
.noti-wrap {
 
    top: 67px !important;
}
}*/

/*@media only screen and (max-width: 595px){
.notifications.dropdown.dd-trigger.notif {
    left: 20px !important;
    margin-top: -23px;
    margin-left: 29px;
}
}*/



/*Madhu Custom CSS*/
button.btn.btn-default.editbutton.edit_profile, button.btn.btn-default.editbutton.reset-pass {
  /*  width: 240px !important; */
    padding-left: 13%;
}
.div_push {
    width: 100% !important;
    padding: 10px 10px 10px 10px;
}
.edit-p-div {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
	padding: 0px 44px 2px 26px;
}

.changeprofile {
 /*    padding-top: 90px; */
    text-align: center;
    /* background: url(../images/building-bg.PNG) no-repeat -139px -60px; */
    margin-top: -38px;
    border: 4px solid #F9F8F3;
    border-radius: 50%;
    width: 176px !important;
} 
.userdetails {
    width: 100%;
}
.fabod {
    padding: 10px 12px;
    border-left: 1px solid #ccc;
    font-size: 16px !important;
}
.faa-icns {
    float: left;
    width: 45px;
    color: #00456E;
}
.details {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.infotitle {
    float: left;
    width: 100px;
    height: 28px;
    padding: 8px;
}
.outputtxt {
    display: inline-block;
    width: 56%;
    padding: 8px;
    min-height: 34px;
}
.infotitle {
    float: left;
    width: 100px;
    height: 28px;
    padding: 8px;
    font-weight: bold;
    font-size: 12px;
    color: #00456E;
}
input.profile_input {
    padding: 3px;
    width: 235px;
    min-height: 32px;
    border: 1px solid #00456E;
}
.usersprofile {
    margin-bottom: 50px;
    margin-top: 50px;
}
.editbutton {
    background: #2397C5 !important;
}
.reset-pass {
   /* background: #00456E !important; */
    color: #fff;
    font-size: 13px !important;
   /* margin-left: 20px; */
}
.changepswd {
    display: none;
}
.password_submit {
    background: #2397C5 !important;
}
input.passwordfield1,input.passwordfield2,.password_submit  {
    width: 70% !important;
}
.editedtime {
    float: left;
    padding: 7px;
}
.reset-pass-div {
  /*  display: inline-block;  */
}
@media only screen and (max-width: 800px) and (min-width: 200px)  {
    .reset-pass-div {
    width: 90%;
    }
    button.reset-pass {
        width: 100%;
    }
    .editedtime {
    width: 100%;
    text-align: center;
}
.changeprofile {
    background: none;
   /* padding-top: 15px; */
}


/*
i.fa.fa-pencil.edit_profileicon.changeimg {
    top: 42%;
    position: absolute;
    left: 66%;
} */
.infotitle {
    width: 80px;
}
.faa-icns {
    width: 29px;
}
input.profile_input {
    width: 212px;
    margin-left: 20px;
}
}
@media only screen and (max-width: 1150px) and (min-width: 801px)  {
    .reset-pass-div {
    width: 100%;
    }
    button.btn.btn-default.reset-pass {
    width: 89%;
    }
    .editedtime {
    width: 100%;
    text-align: center;
    }
    .changeprofile {
    background: none !important;
   /* padding-top: 15px; */
    }
    .outputtxt {
    width: 50%;
    }
    .infotitle {
    width: 80px;
    }
    input.profile_input {
        width: 190px;
        margin-left: 20px;
    }
    input.passwordfield1, input.passwordfield2, .password_submit {
    width: 90% !important;
}
}
@media only screen and (max-width: 1350px) and (min-width: 1151px)  {
    .changeprofile {
  /*  background: url(../images/building-bg2.png) no-repeat 0px -48px;  */
    }
    input.profile_input {
    width: 200px;
    margin-left: 25px;
    }
}

p.bottom-footer {
    font-size: 14px;
    text-align: center;
	padding: 0px 8px;
}
ul.bottom-list {
    margin-top: -10px;
}
.logo.center {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
}
.login_frm {
    margin-left: 19%;
    margin-top: 25px;
}
.login-bottom {
    color: #034569;
    width: 56%;
    margin-left: 26%;
}
.bottom-text {
    width: 100%;
    font-weight: 500;
    position: relative;
    left: -10px;
}
ul.bottom-list {
    margin-top: 10px;
    margin-left: 26px;
    font-weight: 500;
}
/*New css*/
.link-background {
   background-color: #0A486D;
   padding: 8px 0px; 
   position: sticky;
    top: 0;
    z-index: 1000;
    margin: 0px !important;
}
.fa-chevron-down:before {    
    margin-left: 20%;
}
.fa.fa-bell-o p {
    font-size: 16px;
}

@media only screen and (max-width: 700px) {


.detailBox {
 
    margin-left: 24% !important;
}


img.header_logo {
  width:100%;
}
.login_details {
    margin-top: 0px;
    padding: 10px 0px 0px 0px;
}
.pimg {
    width: 100% !important;

}
}



.bell-text {
    font-size: 14px;
    font-weight: 500;
    margin-left: 13px;
	font-family: arial !important;
    letter-spacing: 1px;
}

/*Edit profile section*/
.profile-background {
    background-image: linear-gradient(to right, #09496F ,#2298C6 );
    height: 64px;
} 
.edit_profile {
    margin-top: 14px;
}
.update_profile {
    margin-top: 8px;
}


@media only screen and (max-width: 786px) {
img.profileimg {
   /* width: 120px;
    height: 120px; */
   border: 6px solid #538BBB;
   /* margin-left: 4px !important;
    margin-top: 31px; */
}
}
@media only screen and (max-width: 767px) and (min-width: 480px){
.changeprofile {
    margin-top: 10px;   
}
.changeprofilepic {
    display: flex!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
}

/*

i.fa.fa-pencil.edit_profileicon.changeimg {
    position: absolute;
    margin-left: 94%;
    margin-top: 42%;
} */
.reset-pass {
    margin-top: 14px;
}


@media only screen and (max-width: 510px) and (min-width: 400px){
.changeprofile {
    margin-left: 34px;   
}
}

@media only screen and (max-width: 902px) and (min-width: 768px){
.edit_profileicon {
    left: 194px;
}
}

@media only screen and (max-width: 767px) and (min-width: 701px){
.edit_profileicon {
    left: 74%;
    top: 70%;
}
}
@media only screen and (max-width: 701px) and (min-width: 450px){
.edit_profileicon {
    top: 147px !important;
    margin-left: 43%;
}
}

div#notification-dropdown {
    padding-top: 0px !important;
    position: absolute;
    width: 320px;
    top: 120% !important;
    right:0.5vw;
    border: 1px solid black;
}

div#notification-dropdownMobile {
    padding-top: 0px !important;
    position: relative;
    width: 95vw;
    border: 1px solid black;
    z-index:99999;
}
@media(max-width: 1023px)
{
    #personaImgContainer{
        display:none !important;
    }
    .enroll,#appointmentButton{
        width:auto !important;
    }
    
}
@media only screen and (max-width: 901px) and (min-width: 701px){
div#notification-dropdown {
   /* width: 316px !important; */
   margin-top: 3%;
   left: 0% !important;
}
}
@media only screen and (max-width: 700px) {
div#notification-dropdown {
    display:none !important;
}
}

/*Best in class*/
.bestclassbackground {
    background-color: #06466C;
	box-shadow: 6px 9px 8px 0px rgba(0,0,0,0.75);
}
.best-classtext1 {
    color: #960B08;
    font-size: 16px;
    font-weight: 700;
    padding: 24px 29px 11px 24px;
}
.text2bestclass {
    padding: 14px 29px 11px 24px;
}
.class_heading {
  color: #FFFCFF;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    /* position: absolute; 
    margin-top: 16px;*/
   /* background-color: #B78701; */
}
.exp-1,.exp-2,.exp-3,.exp-4,.exp-5,.exp-6,.exp-7,.exp-8{
    background: transparent; 
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
	padding: 36px 2px 2px 2px;
}
div#canvas-add {
    width: 67%;
    margin: 0 auto;
}
.best-product-head {
   color: #FAF2EF;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-top: -10px;
}
.beststar {
    color: #E7C228;
    font-size: 20px !important;
    margin-right: 3px;
}
.modal-body {
    padding: 0rem 1rem 1rem 1rem !important;
}
.star-bestclass {
    padding: 20px 0px 4px 0px;
}
.best-product-head {
    padding: 0px 0px 3px 0px;
}
.fl-t {
    padding: 6px 10px 7px 2px;
}
img.starplus {
    width: 204px;
    height: 55px;
}
img.modelhead1 {
    top: 32px;
    height: 50px;
    width: 100%;
    position: relative;
    z-index: 99;
}

/*Navigation button*/
a.navbuttons.active {
  /*  border-bottom: 2px solid #F0FDFF !important;
    padding: 2px 14px;    */
}

/*Quoattion page*/
tbody.quote-listing {
    font-size: 13px;
    font-weight: 500;
}
ul.p-18 {
    margin-left: -30px;
}
.clear
{
    z-index: 99999;
}
a:hover {   
    text-decoration: none !important;
	color:#8cc3ff !important;
}

.subrow {
    background-color: #C5E3EE;
}
.subrowtxt {
    padding: 12px 16px!important;
    margin-top: 0px !important;
}
.delcat {
    font-weight: 500;
    font-size: 16px;
}
/*margin top*/
.top-margin-plan {
    top: -20px !important; 
}
/*input color*/
input.input-field.list_data.categ::placeholder {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
	letter-spacing:0px !important;
}
/*Nav bar*/
a.navbuttons.active:after {
      border-bottom: 1px solid #F0FDFF !important;
    /* padding: 2px 14px; */
    content: " ";
    position: absolute;
    width: 38px;
    /*left: 14px;*/
    left: 2px;
    top: 36px;
}
a.navbuttons.plan.active:after {
    width: 82%;
    left: 0;
}
a.navbuttons.comp.active:after {
    width: 68%;
}
/*Carrier quotation list*/
.catrow {
    float: right;
	display: inline-grid;
}
.profileimgg {
    float: left;
}
.pimg {
    float: left;    
    width: 62%;
    padding: 0px 8px;
} 
.subcat-status {
    background-color: #C0DEE9;
    border: 1px solid #C0DEE9;
}

body{
	font-family: 'arial' !important;
	font-weight: 400 !important;	
}
th.tableheader, .input-field, td.r-col {
    font-weight: 400 !important;	
	letter-spacing: 1px !important;
	font-family: arial !important;
}
.btn, .tablinks, button,select {
	font-weight: 400 !important;
	font-family: arial !important;	
}
.badge,td.sub-cat-heading.cat_row.subrowtxt{
	font-weight:400 !important;
}
input.inputfield::placeholder {
    font-family: arial !important;
}
.dropdown-content p {
    letter-spacing: 1px;
}
/*Input field changes*/
.top-input-padding{
	padding: 0 !important;
    margin: 0 0 20px 0;
}


/*New login page*/
.logootop {
   /* margin-left: 18px; */
}
.logobackground-color {
/*    background-color: #2F99C3; */
  /*  padding:2px 0px 7px 0px; */
  background-color: #fff;
	margin: 0px !important;
}
.login-title1 {
   font-size: 14px;
    color: #2F99C3;
    margin-bottom: 8px;
    display: block;
    letter-spacing: 1px;
    margin-top: 4px;
}
.login_logo2 {
  /*  width: 100%; 
	margin-top: 8px; */
	width: 80%;
	padding-top: 16px;
}
.rememberme1 {
    padding-bottom: 3px;
    font-size: 12px;
    padding-left: 2px;
    color: #2F99C3;
    margin-top: 2px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

/*
.loginbutton-home {
    margin-top: 42px;
}*/
input.inputfield1 {
    font-size: 14px;
    color: #797E8C;
    display: block;
    width: 100%;
    border: 1px solid #ECECEC;
    /* height: 35px; */
    border-radius: 3px;
    padding: 4px 10px;
    letter-spacing: 1px;
    background: #F7F7F7;
}
.btn.btn-primary.login_button1{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    border-radius: 3px;
    background: #02416A;
    display: flex;
    justify-content: center;
    padding: 6px 36px;
    transition: all 0.4s;
    margin-bottom: 10px;
    border-color: #02416A;
    letter-spacing: 1px;
    text-align: center;
}

.blue-background-login {
   /*background-color: #0A486D; */
    background-color: #FFFFFF;
    height: 40px;
    width: 100%;
}
.blue-background1 {
    margin: 0px !important;
}
.logbackgroundhome{
	margin:0px !important;
}
.blue-background2{
	margin-top:-1px;
}
/*
.logootop {
    background-image: url(../images/forzalogo2.png);
    width: 100%;
    height: 96px;
    background-size: contain;
    background-repeat: no-repeat;
}*/
.login_logonew {
    width: 100%;
}
.benifit-select {
  /*  background-image: url("../images/newbackground.jpg");
    width: 100%;
    background-repeat: no-repeat;
    height: 100%; 
    background-size: cover; */
}
/*
.benifit-select-logo1{
	background-image: url(../images/BenefoitSelect-logo.png);
    width: 100%;
    background-repeat: no-repeat;
    height: 270px;
    background-size: contain;	
}  */
.benfitlogoimg {
    width: 100%;
    margin-left: 14px;
}  
.designbenifit2 {
    color: #EEE8E8;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 44px;
}
form#login1 {
    margin: 0;
}
/*Body hidden*/
body {
  /*  overflow: hidden; */
}

/*Input checkbox*/
/*
.rememberme3 {
    display: block;
    position: relative;
    padding-left: 35px; 
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */
.rememberme3 {
    padding-bottom: 0px;
    font-size: 12px;
    color: #fff;
    margin-top: 4px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    padding-left: 24px;
    padding-top: 4px;
	display: block;
	position: relative;
	cursor: pointer;
}
.rememberme3 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.remember2 {
    position: absolute;
    top: 8px;
    left: 6px;
    height: 12px;
    width: 12px;
    background-color: #2F99C3;
    border: 1px solid #1C5A81;
}
.rememberme3:hover input ~ .remember2 {
    background-color: #0A486D;
}

.rememberme3 input:checked ~ .remember2 {
    background-color: #2F99C3;
}
.remember2 :after {
    content: "";
    position: absolute;
    display: none;
}

.rememberme3 input:checked ~ .remember2:after {
    display: block;
}
.rememberme3 .remember2:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.remember2:after {
    content: "";
    position: absolute;
    display: none;
}

@media only screen and (max-width: 1078px) {
.login_logo2 {
    width:100% !important;
}
}
/*
@media only screen and (min-width: 1200px) {
.loginpagehide {
    overflow: hidden;
}
} */
/*Login page field new*/
.new-logo-padding {
    width: 90%;
    margin: 0 auto !important;
    padding: 10px 0;
}
.forza-padin {
    padding: 0 !important;
}
.password-padding1  {
    padding-top: 33px;
}
.login-top-home{
	 padding-top: 33px;
}
.dsnfit {
    /* font-size: 14px; */
    line-height: 32px !important;
}

/*Media query login*/
@media only screen and (max-width: 992px) {
.login-top-home {
    padding-top: 0px;
}
}
@media only screen and (max-width: 662px) and (min-width: 576px) {
.login-padding1 {
    margin-top: 10px;
}
.password-padding1 {
    padding-top: 46px;
}
}
@media only screen and (max-width: 575px) {
.password-padding1 {
    margin-top: 10px;
}
.password-padding1 {
    padding-top: 0px;
}
.login-padding1 {
    margin-top: 10px;
}
}

.benifit-select {
    position: relative;
    z-index: -1;
    background-color: #000;
    /*top: -1;*/
}
/*.nwimgbackground {
   width: 100%;	
}*/
.nwimgbackground {
    width: 96%;
    left: -8%;
    position: relative;
}
.benifit-select-logo1 {
    width: 44%;
    position: absolute;
    right: 13%;
    top: 6%;
}
.dedignbenefit {
    width: 56%;
    margin: 0 auto;
    padding-top: 2px;
}
@media only screen and (max-width: 650px) and (min-width: 500px) {
.designbenifit2 {
    font-size: 12px !important;    
}
}

@media only screen and (max-width: 650px) {
.benifit-select-logo1 {
    width: 18%;
}
.designbenifit2 {
    font-size: 7px !important;
	line-height: 12px !important;    
}
.benfitlogoimg {
    width: 84%;
}
.benifit-select-logo1 {
    width: 51%;
    right: 7%;
}
.designbenifit2 {
    letter-spacing: 0px; 
	
}
.loggg{
	text-align:center;
}
.dsnfit{
	font-size: 6px !important;
	line-height: 8px !important;
}
.nwimgbackground {
    width: 100%;    
}
.dedignbenefit {
	width: 68%;   
}
.benfitlevel {
    padding-top: 8px !important;
	line-height: 12px !important;
}

}

@media only screen and (max-width: 1024px) and (min-width: 652px){

.benifit-select-logo1 {
    width: 18%;
}
.designbenifit2 {
    font-size: 14px !important;    
}
.benfitlogoimg {
    width: 54%;
}
.benifit-select-logo1 {
     width: 38%;
	 right: 8%;
}
.designbenifit2 {
    letter-spacing: 0px; 
}
.loggg{
	text-align:center;
}
.dsnfit {
    font-size: 12px !important;
}
} 

.benfitlevel{
	padding-top: 16px;
}	




.quote-wrap input.product_name {
    padding: 2px 0px 2px 10px;
}
.dropdown-content p {
    margin-bottom: 0px;
	padding: 5px 0px;
}
.dropdown-content hr {
    margin: 9px !important;
}
@media only screen and (max-width: 768px) and (min-width: 480px) {
button.clear.btonclear {
    position: absolute;
    margin-top: -33px;
    margin-left: 84% !important;
}
button.btn.btn-default.editbutton.update_profile {
    width: 100px !important;
}
}

@media only screen and (max-width: 699px) and (min-width: 480px) {
.info_form,.info_form_admin {
    width: 60% !important;
    margin: 15px !important;
}
}
/*Bottom design*/
.bottom-des{
	margin:0 !important;
}

.botdes {
    border: 1px solid blue;
    height: 20px;
}
.bot-padding {
    width: 58%;
    margin: 0 auto;
	padding: 24px 0px;
}
.plan-design-bottom {
    background-color: #203353;
    height: 160px;
    width: 92%;
}
.pricing-bottom{
	background-color:#2296C5;
	height: 160px;
    width: 92%;
}
.claims-payout-bottom{
	background-color: #839DAA;
    height: 160px;
    width: 92%;
}
.plan-searchh {
    color: #FAFBFF;
    font-size: 40px !important;
    font-weight: 400 !important;
}

.center-searchbt {
    position: relative;
    top: 32px;
}
.plan-dess {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 42%;
	font-weight:400 !important;
}
.pricing-bottom .plan-dess {
    top: 35%;
}
.claims-payout-bottom .plan-dess {
    top: 31%;
}
@media only screen and (max-width: 1020px) and (min-width: 500px) {
.bot-padding {
    width: 94%;
}
.plan-dess {
    font-size: 15px;
}
}
@media only screen and (max-width: 499px) {
.bot-padding {
    width: 94%;
}
.plan-dess {
    font-size: 12px;
    text-align: center;
}
.plan-searchh {
    font-size: 24px !important;
}
.plan-design-bottom, .pricing-bottom, .claims-payout-bottom{
    height: 110px;
	padding: 3px 6px;
}
.center-searchbt {
    top: 18px;
    position: relative;
}
.plan-dess {
    top: 30%;
}
.pricing-bottom .plan-dess {
    top: 24%;
}
.claims-payout-bottom .plan-dess {
    top: 18%;
}
.svg-search { 
    height: 23px !important;
    width: 23px !important;
 }
.svg-price {   
    height: 32px !important;
    width: 32px !important;   
}
.svg-claim {
    height: 43px !important;
    width: 42px !important;
}
}

.svg-search {
   background-image: url(svg/magnifying-glass-icon.svg);
    height: 45px;
    width: 44px;
    text-align: center;
    background-size: cover;
}
.svg-price{
	background-image: url(svg/price-tag.svg);
    height: 55px;
    width: 56px;
    text-align: center;
    background-size: cover;
}
.svg-claim{
	background-image: url(svg/hand.svg);
    height: 65px;
    width: 70px;
    text-align: center;
    background-size: cover;
	margin-top: -3px;
}

.pagee {
    width: 87%;
    margin: 0 auto !important;
}
/*edit profile top*/   
.edit-profile-topp {
    top: -10px !important;
}
button.btn.btn-default.editbutton.edit_profile, button.btn.btn-default.editbutton.reset-pass {
width:100% !important;
}

@media only screen and (max-width: 559px) and (min-width: 10px) {
img.header_logo {
    margin-left: 6% !important;
}
}

.chnpass {    
    padding: 6px 2px;
    color: #fff;
    letter-spacing: 1px;
}
.changepswd form#checkpassword {
    background-color: #EFEEF4;
}
.editdetails {
    margin-top: 4%;
}
.pas-title {
    background-image: linear-gradient(to right, #09496F ,#2298C6 );
    padding: 2px;
}

@media only screen and (max-width: 990px){
.editdetails {
    margin-top: 0% !important;
}
}

/*Header new changes*/
.topbar .container-fluid {
    width: 90%;
	
}
.row.link-background .container-fluid {
    width: 92%;
	padding:0px;
}
.container-fluid.main-cont {
    width: 92%;
}
a.navbuttons:first-child {
    padding-left: 0px;
}
.notifications.dropdown.dd-trigger.notif {
    left: 0px;
}
.footer .container-fluid {
    width: 91%;
}

 
.noti-alert {
    color: #0a486d;
    margin-left: 19px;
}
.status-txt {
    display: grid;
}
.st-1 {
    width: 82px;
    margin-bottom: 6px;
    margin-top: 3px;
}

@media only screen and (max-width: 500px) {
div#notification-dropdown {
    margin-left: -15% !important;
	width: 262px !important;
}
}

@media only screen and (max-width: 1200px) and (min-width: 900px){
div#notification-dropdown {
    margin-left: -43% !important;
	margin-top: 3%;
   /* width: 262px !important; */
}

}

/*
@media only screen and (max-width: 1150px) and (min-width: 900px){
.catrow {
    float: right;
    display: inline-grid;
    padding: 0px 2px 8px 155px;
    margin-top: -12%;
}
}
*/
.prof-div
{
    text-align: center;
    padding: 0px !important;
    margin: 0px;
}
.profile_n
{
    padding-top: 4px;
    font-size: 12px;
}

.tooltips {
    position: relative;
    display: inline-block;    
}

.tooltips .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #2F99C3;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  zoom: 1.1;
}

.tooltips .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #2F99C3 transparent transparent transparent;
}

.tooltips:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.cmnt1 {
top: 3px !important;
    position: relative !important;
    margin-top: 0px !important;
}
 /*26.11.20*/
.finaltble td div{
    border: 1px double rgba(0, 0, 0, 0.0) !important;
}  
/*15.12.20*/
 
.editprfl {
    padding: 18px 0px !important;
    border-bottom: 1px solid rgba(0,0,0,.1);
}           
.log_out {
    padding: 20px 5px !important;
    padding-top: 14px !important;
}
.dropdown .dropdown-content p:hover {
    background: #008AFD;
    background: #01A8D2; 
}
.dropdown .dropdown-content a:hover {
    color: #fff !important;
}
input.input-field-sub.categ::placeholder {
    color: #424242 !important;
} 
/*22.12.20*/
.goog-logo-link {
    display:none !important;
 }
 
 .goog-te-gadget {
    color: transparent !important;
 } 
 .goog-te-banner-frame.skiptranslate {
   display: none !important;
}  
/*Login page language dropdown*/
div#google_translate_element {
    height:30px;
}
html.translated-ltr body,html.translated-rtl body {
    top: 0px !important;
}

body{
    top: 0px !important; 
}        
div#google_translate_element select {
    padding: 2px;
    border-radius: 4px;
    border-color: #fff;
    margin-inline: 10px;
}
/*New changes*/ 
/*13.1.20*/
button.viewbtn, button.summary_btn { 
   box-shadow: 1px 1px 4px 1px #000000;
}
.statusinacbadge,.statusacbadge { 
    box-shadow: 1px 1px 4px 0px #000000;
} 
.navbuttons font:empty {
    border: 2px solid blue !important; 
} 
 
/*18.1.20*/ 
.navbuttons font:empty:after {
    content: "";
    border: 2px solid blue;
    border-bottom: unset;
}   
ul.headernvabar {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
}
a.navbuttons {
    margin-right: 18px;
}
/*Extra addes css 5.2.21*/
.profile_name.profile_n {
    word-wrap: break-word;
}
.prof-div {  
     /*  padding-right: 7px !important;    */   
}  
.tooltipsmain {
    /* margin-right: 10px; */
}
.rowes {
    display: flex;
    margin-right: -15px; 
    margin-left: -10px; 
	 /*margin-left: -15px;
    flex-wrap: wrap;  */
} 
.prof-div { 
   margin-right: 7px;  
}
.category_page label.toggleCarrier {
    background: #fff!important;
    color: #000 !important;
    border: 1px solid #fff !important;
    border-radius: 4px;
    box-shadow: unset;
}    
.category_page label.toggleCarrier:hover {
    border: solid #fff 1px !important;
    color: #fff !important; 
    background: #fff !important;
    background-image: -webkit-linear-gradient(top, #2F99C3, #3D94F6) !important;
}
textarea#informationhelp {
    resize: none;
}
form.informationhelpss {
    top: 4px;
    margin-top: 8px;
}
.admin_edit_profile img.profileimg {
    object-fit: contain;
	background: #fff; 
}
/*Extra addes end css 5.2.21*/
/*10.2.21*/
button {
    outline: 0 !important;
} 
.btn-info:focus, .btn-primary:focus {
    box-shadow: unset !important;
}
/* width */
::-webkit-scrollbar {
width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb { 
background: #03476F; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555; 
}

/*
.catrow {
    width: 38%;
}

button.btn.btn-info.summary_btn, button.btn.btn-primary.viewbtn {
    width: 100%;
}  */ 
@media(min-width: 1024px)
{
img.img_fluid.bar {
 display: none;
}    
}
@media(max-width: 1023px)
{
.logocentr
{
    text-align: center;
}
.header_logo
{
    max-height: 95px;
    max-width: 100%;
    width: auto !important;
}
ul.headernvabar {
    flex-wrap: wrap;
    display: none;   
}

img.img_fluid.bar {
    max-height: 30px;
}
.navbuttons {
    left: 4px;
        padding: 7px 0px;
        display: inline-block;
    }
}
form.info_form .form-group {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.info_form, .info_form_admin {
    width: 90% !important;
    margin: 15px;
}
.input-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    flex-wrap: wrap;
}


.btn-primary {
    color: #fff;
    border: none !important;
    background-color: #0a486d !important;
    border-color: #0a486d !important;
}

@media(max-width: 767px)
{
    form.info_form .form-group {
    flex-basis: 100%;
}
button.btn.btn-primary.input-field
{
    width: 100px;
}
.form-group.btncentr {
    /* flex-basis: initial !important; */
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    /* margin: 0 auto; */
    display: block !important;
    width: 100%;
}
}
@media (max-width: 991px)
{
    div#HeaderNavBar {
         display: flex; 
    }
}

img.actionIcon {
    max-height: 25px;
    margin-left: 5px;
    cursor: pointer;
}
.selected{
    color: white;
    background-color: var(--primary) !important;
}