@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

#togglePassword{
    float: right;
    margin-top: -28px;
    margin-right: 12px;
    cursor: pointer;
}

.all-icons [class*="pe-"]{
    font-size: 40px;
}
.all-icons input{
    border: 0;
}
.all-icons .font-icon-detail{
    text-align: center;
    padding: 45px 0px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 15px 0;
}
.all-icons .font-icon-detail input{
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #aaa;
    font-size: 13px;
}

#map{
    position:relative;
    width:100%;
    height: calc(100% - 60px);
}

.places-buttons .btn{
    margin-bottom: 30px
}
.sidebar .nav > li.active-pro{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.sidebar .nav > li.active-pro a{
    background: rgba(255, 255, 255, 0.14);
    opacity: 1;
    color: #FFFFFF;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
    text-align: center;
}

.search-nav-bar{
    display: flex;
    width:100%;
}
.new-rgt-otr{
    min-height: 75px;

}
@media(max-width:1199px){
    .search-nav-bar{
        flex-direction: column;
        align-items: flex-start;
    }

	.POS-header .navbar-nav li a{
		padding: 0 8px;
	}
  .new-rgt-otr{
    /* min-height: 70px; */
    padding-right: 0 !important;
    height: auto;
    min-height: auto;
  }

  .POS-header-nw{
      min-height: auto !important;
  }

  .new-rgt-otr .navbar-expand-sm{
      align-items: flex-end;
      border-top: 1px solid #ddd;
  }

  .POS-header-nw .navbar-nav li a{
 min-width: 125px;
  } 

  .new-rgt-otr .navbar-collapse{
        padding-left: 0 !important;
  } 
 .POS-header-nw .navbar{
 margin-left: 0 !important;
 width: 100%;

}

}
@media all and (max-width: 991px)  {
    .sidebar .nav > li.active-pro{
        position: initial;
    }
}


body.login_page{
    /* background: url(../img/background-pattern-vector.svg) center center; */
    http://colorzilla.com/gradient-editor/#023354+0,006470+100 */
    background: #023354; /* Old browsers */
    background: -moz-linear-gradient(45deg, #023354 0%, #006470 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #023354 0%,#006470 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #023354 0%,#006470 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023354', endColorstr='#006470',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
body.login_b{
    position: relative;
}
.login_c{
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 420px;
    min-height:495px;
    transform: translate(-50%, -50%);
    border: 1px solid #eee;
    border-radius: 2px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.95);
}
.login_h{
    background: #ffffff;
    min-height: 70px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}
.login_h .logo{
    height: 60px;
    width: auto;
    display: inline-block;
}
.login_c h3{
    color: #777;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    margin-bottom: 40px;
}
.login_c h3 span{
     background: #fff;
     padding-left: 15px;
     padding-right: 15px;
}
.login_c h3:after{
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background: #ccc;
    top: 50%;
    z-index: -1;
}
.login_c .form_c{
    padding: 15px 50px;
}
.login_c .form_c input[type="text"], .login_c .form_c input[type="password"], .login_c .form_c input[type="email"]{
    background: whitesmoke;
    height: 44px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 16px;
    color: #555;
}
.form_c_check input[type="checkbox"]{
    vertical-align: top;
        margin: 1px 0 0;
}
.form_c_check label{
    font-weight: 500;
    color: #777;
    cursor: pointer;
}

.btn-black.btn-fill{
    background: #000000;
    border-color: #000000;
}
.btn-black.btn-fill:hover{
    opacity: 0.9;
    background: #555555;
    border-color: #555555;
}
.btn-black.btn-fill:focus{
    background: #000000;
    border-color: #000000;
}
.btn-black.btn-fill:active{
    opacity: 1;
}
.login_c a{
    color: #c5bebd;
}
.login_c a:hover{
    color: #988d8b;
}
.login_c .form_s_c{
    margin-top: 15px;
}

.top_nav_con{
    background: #fff;
}
.top_nav_con .navbar-brand, .top_nav_con .navbar-brand:hover, .top_nav_con .navbar-brand:active, .top_nav_con .navbar-brand:focus{
    color: #777;
}
.top_nav_con{
    border-left: 1px solid #eee;
}
.btn-success.btn-fill{
    background: #3ab34a;     border-color: #3ab34a;
}
.btn-success:hover{
    border-color: #049F0C;
}


.sidebar-wrapper .card {
    border-radius: 4px;
    background-color: #FFFFFF;
    border-top: 1px solid #eee;
    margin-bottom: 0px;
    box-shadow: none;
}

.sidebar-wrapper .dropdown .dropdown-menu{
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
}
.sidebar-wrapper .dropdown.open .dropdown-menu{
    position: static;
    display: block;
}
.sidebar-wrapper .dropdown{
    float: none;
    position: relative;
    display: block;
}
.panel_block{
    height: 150px;
    display: flex;
    flex: 1;
    justify-content: space-between;
}
.panel_block .left_bx, .panel_block .right_bx{
    display: flex;
    height: 100%;
    flex: 1;
}
.panel_block .left_bx{
    max-width: 125px;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 58px;
}
.panel_block .left_bx .fa{
    width: auto;
}
.panel_block .right_bx{
    padding: 20px 15px 20px 15px;
}
.panel_block.a1 .left_bx{
    background: #b198dc;
}
.panel_block.a1 .right_bx .info_text{
    color: #b198dc;
}
.panel_block.a2 .left_bx{
    background: #56bdde;
}
.panel_block.a2 .right_bx .info_text{
    color: #56bdde;
}
.panel_block.a3 .left_bx{
    background: #6dc7be;
}
.panel_block.a3 .right_bx .info_text{
    color: #6dc7be;
}
.panel_block.a4 .left_bx{
    background: #ff8762;
}
.panel_block.a4 .right_bx .info_text{
    color: #ff8762;
}
.drop_icon span{
    font-size: 16px;
}
.dropdown-menu.left_drop{
    margin-left: 50px;
}
.info_count{
    display: block;
    text-align: left;
    color: #333;
    font-size: 42px;
}
.info_text{
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media (max-width: 1399px) {
    .panel_block {
        height: 125px;
    }
    .info_text {
        font-size: 13px;
        margin-bottom: 12px;
    }
    .info_count {
        font-size: 30px;
    }
    .sidebar .sidebar-wrapper{
        padding-bottom: 0px;
    }
    .panel_block .left_bx {
        font-size: 42px;
    }
    .h_show_all{
        font-size: 14px;
    }
}


.content .chart_con{
    height: 300px;
}
.content .chart_con canvas{
    
}

.sidebar-wrapper .dropdown-menu li.active a{
    background: #fff;
    color: #03a1c7;
}
.navbar-brand small{
    font-size: 75%;
    opacity: 0.75;
}
table .t_name, table .t_pos{
    display: inline-block;
}
table .t_name{
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}
table .t_pos{
    color: #999;
}
table .t_time{
    color: #555;
    font-size: 12px;
}
.footer .text-right{
    text-align: right;
}

.circle {
    width: 200px;
    margin: 6px 20px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.circle strong {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 43px;
}
.pos_relat{
    position: relative !important;
}
.user_s_block{
    padding-right: 15px;
}

.user_s_c{
    min-width: 200px;
}
.user_s_c li{
    border-bottom: 1px solid #eee;
}
.user_s_c li:last-child{
    border-bottom: none;
}
.user_s_link{
    display: flex;
    width: 100%;
    height: 70px;
    flex: 1;
    justify-content: space-between;
}
.user_i_s, .user_d_s{
    display: flex;
    flex: 1;
    height: 100%;
}
.user_i_s{ 
    max-width: 55px;
    align-items: center;
    justify-content: center;
}

.user_i_s .img_con{
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    height: 55px;
    width: 55px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0, 15);
}
.user_i_s .img_con img{
    position: absolute;
    width: 55px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.user_d_s{
    padding-left: 5px;
    align-items: center;
    justify-content: center;
}

.user_d_s_i{
    display: block;
}
.user_d_s_i span.user_d_s_i_n, .user_d_s_i span.user_d_s_i_d, .user_d_s_i span.user_d_s_i_e{
    display: block;
}
.user_d_s_i span.user_d_s_i_n{
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 5px;
}
.user_d_s_i span.user_d_s_i_d{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.user_d_s_i span.user_d_s_i_e{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
}
.user_s_c .logout_c{
    height: 40px;
}
.user_s_c .logout_c a{
    color: #777;
    font-weight: 500;
    padding-top: 6px;
}
.user_s_add{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: whitesmoke;
    border: 1px solid #eee;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;
    margin-right: 7px;
    margin-left: 5px;
}
.author_empty{
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}
.author_empty p.description{
    color: #999;
}
.add_acc{
    display: block;
    text-align: center;
}
.add_acc_icon{
    display: block;
    margin: 7px auto;
    background: #eee;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #ccc;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
}
.card form [class*="col-"]{
    padding-left: 15px;
    padding-right: 15px;
}

.checkbox{
    margin-bottom: 25px;
}

.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: .5em;
    margin-top: -2px;
}

.checkbox .cr .cr-icon {
    color: #03a1c7;
    line-height: 18px;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.proxy_set{
    display: none;
}

.backBtn{
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: 1px;
}

input.parsley-error.form-control, input.parsley-error.form-control:focus{
    border-color: #f98b8b;
}

.parsley-errors-list{
    margin: 0;
    padding: 0;
}
.parsley-errors-list li{
    list-style: none;
    padding-top: 3px;
    color: #f98b8b;
}

.card .header{
    background: #ffffff;
    padding-bottom: 11px;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0px 0px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0, 0.15); 
}
.n_b_fs tr:first-child td{
    border-top: none;
}
.d_inline_b_c{
	max-width: 320px;
}
.d_inline_b{
	display: inline-block;
	width: auto;
	/* max-width: 300px; */
	display: flex;
	width: 100%;
}
.ta_p_i{
    display: inline-block;
    vertical-align: middle;
    width: 45px;
	min-width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}
.ta_p_i img{
    position: absolute;
    width: 45px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer .pagination{
    margin: 0px;
}
.pagination li{
    display: inline-block;
    margin-right: 5px;
}
.pagination li a{
    border-radius: 2px !important;
    color: #777;
    background: none;
    border: none;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #3ab34a;
    border-color: #3ab34a;
}
.no_f_p{
    display: inline-block;
    width: auto;
}
.no_f_p span{
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    color: #777;
}
.no_f_p select{
    display: inline-block !important;
    vertical-align: middle;
    width: 60px;
    padding: 4px 6px;
    height: 34px;
}
.ta_p_det{
    vertical-align: middle;
    font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
    color: #777;
    font-size: 15px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
	overflow: hidden;
	display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
}
.ta_p_det .t_large, .ta_p_det .t_small{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.label{
    font-size: 12px;
    font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
    font-weight: 300;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #e1fdd4;
}
.label.label-success{
    color: #7ace4c;
    background: #f1faed;
}
.label.label-danger{
    color: #ce4c4c;
    background: #ffe5e5;
	border: 1px solid #ffdcdc;
}
.label.label-info{
    color: #00c2ff;
    background: #f1faed;
	border: 1px solid #cef9ff;
}
.table_d_c{
    width: 60px;
}
.table_d_cm{
	width: 140px;
}
.tb_d_con .dropdown-toggle{
    display: inline-block;
    cursor: pointer;
    color: #777;
    text-shadow: 2px 2px 2px rgba(0,0,0, 0.35);
    font-size: 24px;
    font-weight: 600;
}
.table_d_s{
    width: 100px;
}
table.table_b_b > tbody > tr > td{
    /* background: #fff; */
}
.table.table_b_b>tbody>tr>td{
    /* border-top: 10px solid #edf8fb; */
    color: #777;
	white-space: nowrap;
}
.card.n_bg_boxs, .card.n_bg_boxs .header{
    background: none;
    box-shadow: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
}
.card.n_bg_boxs{
    border: none;
}
.card.n_bg_boxs .content{
    padding: 0px;
}
table.table_b_b > tbody > tr > td{
    padding: 8px 8px;
}
table.table_b_b > tbody > tr > td{
    position: relative;
}
table.table_b_b > tbody > tr > td:after{
    display: block;
    position: absolute;
    content: '';
    background: red;
    width: 100%;
  
    background: none;
    bottom: -1px;
    left: 0px;
    border-bottom: 1px solid #ddd;
}
table.table_b_b > tbody > tr > td:first-child{
    border-radius: 0px 0px 0px 0px;
}
table.table_b_b > tbody > tr > td:last-child{
    border-radius: 0px 0px 0px 0px;
}
.card.main_form_con{
    /*box-shadow: none;*/
}
.card.main_form_con .content{
    padding: 30px;
}
.card.main_form_con .header{
    box-shadow: none;
    margin-bottom: 10px;
}

.card.main_form_con input[type='text'], .card.main_form_con input[type='email'], .card.main_form_con input[type='password']{
    border-radius: 0px;
    border-left: none;
    border-top: none;
    border-right: none;
    padding-left: 5px;
    border-color: #ccc;
}

.card.main_form_con input[type='text'].parsley-error, .card.main_form_con input[type='password'].parsley-error, .card.main_form_con input[type='email'].parsley-error{
    border-color: #ff4e4e;
    z-index: 2;
}
.form-group.hasFloatingSpan{
    position: relative;
}
.form-group.hasFloatingSpan:after{
    position: absolute;
    display: block;
    content: '';
    width: 0%;
    height: 1px;
    background: #03a1c7;
    left: 0px;
    top: 39px;
    z-index: 1;
    transition: all 0.45s ease-In-Out;
}
.form-group.hasFloatingSpan.input_focused:after{
    width: 100%;
}
.form-group span.floatingSpan{
    position: absolute;
    top: 10px;
    left: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #9A9A9A;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: all 0.25s ease-In-Out;
    z-index: 0;
}
.form-group.hasFloatingSpan input[type="text"], .form-group.hasFloatingSpan input[type="password"], .form-group.hasFloatingSpan input[type="email"], .form-group.hasFloatingSpan textarea{
    background: transparent;
    position: relative;
    padding-top: 18px;
    z-index: 1;
}
.form-group input[type="text"]:not([value=""]) + span.floatingSpan, 
.form-group input[type="text"]:focus + span.floatingSpan,
.form-group input[type="password"]:not([value=""]) + span.floatingSpan, 
.form-group input[type="password"]:focus + span.floatingSpan,
.form-group input[type="email"]:not([value=""]) + span.floatingSpan, 
.form-group input[type="email"]:focus + span.floatingSpan,
.form-group textarea:not([value=""]) + span.floatingSpan,  
.form-group textarea:focus + span.floatingSpan{
    top: -3px;
    font-size: 11px;
    z-index: 0;
}

.user_s_c.m_account_listing{
    padding: 0px;
    margin: 0px;
}
.user_s_c.m_account_listing li{
    background: none;
    list-style: none;
    border: none;
    margin-bottom: 20px;
}
.user_s_c.m_account_listing li:last-child {
    border: none;
}
.user_s_c.m_account_listing li .li_inner{
    display: block;
    background: #fff;
    padding: 15px 25px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.15);
    position: relative;
}
.user_s_c.m_account_listing li .li_inner .dropdown{
    position: absolute;
    top: 5px;
    z-index: 5;
    right: 20px;
}
.user_s_c.m_account_listing li .li_inner .dropdown a.dropdown-toggle{
    display: inline-block;
    cursor: pointer;
    color: #555;
    text-shadow: 2px 2px 2px rgba(0,0,0, 0.35);
    font-size: 24px;
    font-weight: 600;
}
.card.card_acc_listing{
    background: none;
    box-shadow: none;
    border: none;
}
.card.card_acc_listing .header{
    background: none;
    box-shadow: none;    
}
.card.card_acc_listing .content{
    padding-left: 0px;
    padding-right: 0px;
}
.user_s_c.m_account_listing .user_d_s{
    padding-left: 15px;
    justify-content: left;
}
.accounts_o{
    min-width: 80px;
    border-radius: 3px;
    padding: 5px 0px;
}
.accounts_o:before{
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -7px;
}
.accounts_o:after{
    border-bottom: 7px solid #FFFFFF;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -6px;
}
.accounts_o li{
    margin: 0px !important;
}
.accounts_o li a{
    font-size: 12px;
    padding: 4px 15px !important;
}
.accounts_o li:hover a{
    background: #fff;
    color: #03a1c7;
}
.m_account_listing .footer-links ul{
    margin: 7px 0px 0px 0px;
    padding: 0px;
}
.m_account_listing .footer-links li{
    list-style: none;
    display: inline-block;
    margin: 0px;
    margin-right: 3px;
    padding-right: 0px;
}
.m_account_listing .footer-links li a{
    display: block;
    border: 1px solid #eee;
    border-radius: 2px;
    font-size: 13px;
    padding: 3px 10px;
    color: #03a1c7;
}
.m_account_listing .footer-links li:hover a{
    color:  #1DC7EA;
}
.m_account_listing .footer-links li:focus a,.m_account_listing .footer-links li a:visited{
    color: #03a1c7;
}
.m_account_listing .footer-links li:active a{
    opacity: 0.75;
}

.deactivated .user_s_link{
    opacity: 0.3;
}
.statusLink{
    float: right;
    font-size: 12px;
    line-height: 28px;
    color: #f76d75;
}

.card_acc_listing_con{
    max-width: 1000px;
}

table .checkbox .cr{
    position: absolute;
    left: 0;
}
td.checkbox_con{
    width: 40px;
}
.n_bg_boxs .header h4{
    display: inline-block;
    width: auto;
}
.t_bulk_action{
    display: inline-block;
    text-align: right;
    /*padding-right: 1px;*/
}
.n_bg_boxs .dropdown-toggle span.s_ico{
    font-size: 28px;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
}
.dropdown-toggle.b_a_t{
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    max-width: 100px;
    line-height: 38px;
    margin-left: 10px;
    padding: 0px 8px 0px 12px;
}
.n_bg_boxs .dropdown-menu.main_drop{
    top: 44px;
}
.n_bg_boxs .dropdown-menu.main_drop li a{
    font-size: 14px;
}
.n_bg_boxs .main_drop.accounts_o:before, .n_bg_boxs .main_drop.accounts_o:after{
    left: 86px
}

.n_bg_boxs .accounts_o{
    left: auto;
    right: 0px;
}
.n_bg_boxs .accounts_o:before, .n_bg_boxs .accounts_o:after{
    left: 75px;
}
table .checkbox .cr{
    width: 18px;
    height: 18px;
}
table .checkbox .cr i{
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
}
.date_r_i{
    position: relative;
    margin-left: -30px;
    opacity: 0.5;
}
#daterange{
    width: 215px;
}
.d_i_b{
    display: inline-block;
    width: 100%;
}

.i_pos_a_mr{
    position: absolute;
    top: 9px;
    right: 22px;
    font-size: 23px;
}
tr.row_selected td{
    /*background: #cce0e2 !important;*/
}

title[type="Paragraph"].pell-button{
    display: none;
}

.modal-message .modal-body{
    background: #edf8fb;
}
.modal-message .modal-body .pell-content{
    background: #fff;
    height: 200px;
}
.modal-message .close {
    float: right;
    font-size: 40px;
    font-size: 36px; 
    font-weight: 300;
    margin-top: -6px;
}
.modal-message .close:active,.modal-message .close:focus, .modal-message .close:visited{
    outline: none;
}
.modal-message .modal-header{
    padding: 10px 15px;
}
.modal-message .modal-header h4{
    text-align: center;
    font-size: 22px;
}
.messageOptions{
    margin-bottom: 15px;
}
.messageOptions label{
    display: block;
    font-weight: 400;
    color: #9A9A9A;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.messageOptions .form-group{
    margin-right: 15px;
}







.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #03a1c7;
}

.t_large, .t_small{
    display: block;
}
.t_large{
    color: #555;
    font-weight: 500;
}
.t_small{
    color: #999;
    font-size: 13px;
    font-weight: 400;
}

.table-condensed>thead>tr>th{
    font-weight: 500;
}

.btn-st{
    position: relative;
    padding-left: 30px;
}
.btn-st .btn-st-ico{
    font-size: 16px;
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0px;
    top: 7px;
}

.tLoader{
	pointer-events: none;
}
.isLoading{
	display: none;
}
.tLoader .isLoading{
	display: inline;
}
.tLoader .isLoaded{
	display: none;
}

.content.table-responsive{
	/* padding-bottom: 60px !important;  */
}

.table > tbody > tr:last-child .dropdown-menu.accounts_o{
	top: auto;
    bottom: 100%;
}
.table > tbody > tr:last-child .dropdown-menu.accounts_o:before {
    border-top: 7px solid rgba(0, 0, 0, 0.2);
	border-bottom: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
	top: auto;
    bottom: -7px !important;
}
.table > tbody > tr:last-child .dropdown-menu.accounts_o:after {
    border-top: 7px solid #FFFFFF;
    border-left: 7px solid transparent;
	border-bottom: none;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
	top: auto;
    bottom: -6px !important;
}
.alert[data-notify="container"]{
	padding-top: 15px;
	padding-bottom: 15px;
}
.OTPCol{
	text-align: center;
}
.OTPCol input.form-control{
	display: inline-block;
	max-width: 300px;
}
#getOTP p{
	font-size: 14px;
	color: #777;
}
.modal.just-me{
	top: 0;
}

.modal.just-me .modal-dialog {
  transform: scale(0.5);
  top: 0 !important;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}

.modal.just-me.in .modal-dialog{
	opacity: 0;
	opacity: 1;
	transform: scale(1);
}
.modal-alert{
	font-size: 14px;
	color: #777;
}

.t_padding .header{
	padding: 5px 15px;
}
.t_padding .header .title{
	font-size: 18px;
}
.user_det_t_con{
	cursor: pointer;
}
label {
    font-size: 13px;
    margin-bottom: 5px;
	font-weight: 300;
    text-transform: capitalize;
}
.datePickerConTop{
	padding: 10px 15px;
}
.tb_d_con .btn-group .btn{
	margin-right: 5px;
	border-radius: 3px !important;
}
.tb_d_con .btn-group .btn:last-child{
	margin-right: 0px;
}

.playbtn .play, .playbtn .stop{
	display: none;
}
.playbtn.playing .play{
	display: block;
}
.playbtn.stopped .stop{
	display: block;
}
.navbar .btn{
	margin-bottom: 5px;
}
.li_inner .author_empty{
	padding-top: 0px;
	padding-bottom: 0px;
}
.li_inner .author_empty .add_acc_icon {
	margin: 2px auto;
}

@media (min-width: 768px){
	.modal-dialog.modal-sm{
		max-width: 480px;
	}
}
@media (max-width:991px)
{
    .slt
    {
        margin-bottom:14px !important;
    }
}
@media (max-width:768px)
{
    .coupon_code .form-control {
    width: 82% !important;
}
.col-md-9.col-sm-9.col-xs-12.tpr-mdl.top-mob-ptn
{
    margin-top: 11px !important;
}
#LoctnModel .modal-dialog
{
    width:95% !important;
}
}

@media (max-width: 1399px){
    .d_inline_b_c{
		max-width: 250px;
	}
	.messageOptions label {
        margin-bottom: 0px;
    }
    .ta_p_i{
        width: 37px;
		min-width: 37px;
        height: 37px;
    }
    .ta_p_i img{
        width: 37px;
    }
    table.table_b_b > tbody > tr > td {
        padding: 6px 8px;
    }
    .card-user .avatar {
        width: 90px;
        height: 90px;
        border: 2px solid #FFFFFF;
    }
    h4, .h4 {
        font-size: 18px;
    }
    .card-user .title {
        line-height: 18px;
    }
    .card .description {
        font-size: 13px;
    }
    .card-user .content {
        min-height: 209px;
    }
    .sidebar .nav li > a {
        margin: 3px 0px;
    }
    .sidebar .nav i {
        font-size: 26px;
    }
    .sidebar .nav p {
        margin: 0;
        line-height: 27px;
        font-size: 12px;
        font-weight: 500;
    }
    .t_large{
        font-size: 14px;
        font-weight: 400;
    }
    .t_small{
        font-size: 13px;
        font-weight: 400;
    }
    .form-control{
        height: 34px;
        font-size: 13px;
    }
    .dropdown-toggle.b_a_t {
        /*line-height: 32px;
        font-size: 13px;*/
    }
    .user_i_s {
        max-width: 47px;
    }
    .user_i_s .img_con {
        height: 47px;
        width: 47px;
    }
    .user_d_s {
        padding-left: 7px;
    }
    .user_d_s_i span.user_d_s_i_n {
        font-weight: 400;
    }
    .user_d_s_i span.user_d_s_i_d {
        font-size: 13px;
    }
    .user_d_s_i span.user_d_s_i_e {
        font-size: 13px;
    }
    .dropdown-menu > li > a {
        padding: 6px 14px;
    }
    .navbar .navbar-brand {
        font-size: 18px;
    }
   
    .table.table_b_b>tbody>tr>td {
        /* border-top: 8px solid #edf8fb; */
        color: #777;
        font-size: 13px;
    }
    .card.n_bg_boxs, .card.n_bg_boxs .header{
        padding-bottom: 0px;
    }
    .i_pos_a_mr {
        top: 6px;
    }
    .tb_d_con .dropdown-toggle {
        font-size: 22px;
    }
    table .t_name {
        color: #333;
        font-size: 13px;
    }
    .table > tbody > tr > td{
        padding: 9px 8px;
    }
    .info_text {
        font-size: 16px;
    }
    .info_count {
        font-size: 38px;
    }
    .panel_block {
        height: 135px;
    }
    .panel_block .right_bx {
        padding: 15px 15px 15px 15px;
    }
	.form-group.hasFloatingSpan:after{
		top: 33px;
	}

}

@media (min-width: 992px){}
	.table-responsive {
		overflow-x: auto;
	}
}
tr.dactive td{
	background: #eee !important;
}
table.table_b_b > tbody > tr.dactive > td{
	background: #eee !important;
}
.custm-table .table {
     margin-top: 0px !important; 
}
@media (max-width:500px)
{
    .otr-prf.forms {
    padding: 0px 0px !important;
}
}
@media (max-width:479px) {

.login_c 
    {
        width:95%;
    }
    .count
    {
            overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 86%;
    }
    .text-location-section
    {
        max-width:86px;
    }

    }
 
 /*new css*/
 div#showingredients {
    margin-top: 6px;
}
.tpr-top-sec
{
        margin-top: -25px;

}
 @media (max-width:991px) 
{
    .tpr-top-sec
    {
        margin-top:-5px;

    }   

    .pad-mob-zero
    {
        padding:0;
    }
    .acount_name
    {
        max-width: 140px !important;
        line-height:31px;
    } 

}  
a.GetlocDetails
{
    cursor:pointer;
}
.table-pt-sale
{
      overflow-x:auto !important;
}
.table-includ
{
    overflow-x:auto !important;
}
.table-includ .table>thead>tr>th
{
    padding-left: 8px !important;
    padding-right: 5px;

}
.table-includ .table.table_b_b>tbody>tr>td
{
        padding-left: 10px !important;
    padding-right: 16px !important;
}
.overflow-text
{
      text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 153px;
}
.search-pos
{
        margin-top: 20px;
}
.select-pos
{
        margin-top: 20px;
}
.search-pos .btn
{
    margin-bottom: 0px;
    width: 80px;
        margin: 0px 1px;
            padding: 5px 5px!important;
                height: 100%;
}
.overflow-text-content {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* max-width: 153px; */
    padding: 0px 11px;
}
.green-box
{
        display: inline-block;
    background: #3bb349;
    padding: 3px 5px 2px;
    border-radius: 2px;
    color: #fff !important;
    min-width: 65px;
    text-align: center;
}
.red-box
{
        display: inline-block; 
    padding: 3px 5px 2px;
    border-radius: 2px;
    color: #fff !important;
    background-color: #ed5466;
    min-width: 65px;
    text-align: center;
}
.btn-loyal
{
        background: #3ab34a;
    border: none;
    color: #fff;
    margin-left: 5px;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px 7px 5px;
}
.coupon_code .form-control
{
        width: 111px;
    float: left;
    height: 30px;

}
.coupon_code .btn-apply
{
    float: left;
    width: 58px;
    background: #d2cdcd;
    border: none;
    color: #484444;
    height: 30px;
    /* border: 1px solid #3bb349; */
    border-radius: 2px;
    margin-left: 5px;
}
.remove-btn-txt
{
    background: none;
    color: #de6161;
    border: none;
    outline: none;
}
.top-icon-section
{
    top:-4px !important;
}
.count
{
        padding: 0;
    margin-bottom: 9px;
    margin-top: 1px;
    color: #676363;
}
.count span
{
        padding-left: 5px;
    font-weight: 600;
}
.text-location-section{
    padding-left: 5px;
    padding-right: 5px;

}
ul.nav.navbar-nav.navbar-right.user_s_block li:first-child a{
   
    line-height:25px !important;
}
.navbar .navbar-brand
{
    line-height:26px;
}
.rightAlign
{
    text-align:right;
}
.outer-padding
{
    padding:23px 15px !important;
}
.detl-head{
        font-weight: 600;
    color: #696565;
}
.note-text{
    color: #777;
    font-size: 12px;
    line-height: 18px;
}
.page-content-title{
    font-size: 22px;
}

.top_nav_con{
    display: flex;
    justify-content: space-between;
}
 .top_nav_con .navbar-header{
    flex-grow: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}
.page-title{
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    color: #2c4148;
}
.page-title > div{
    word-break: break-all;
}
.page-title > div:first-child, .page-title > div:last-child{
    flex-shrink: 0;
}
.top_nav_con_right{
    flex-shrink: 0;
}

.table-text-sm{
    font-size: 13px;
}
.table-text-sm tr td > div{
    white-space: nowrap;
}
.v-align-top{
    vertical-align: top !important;
}

.patient_checkin  {
    margin-top: 20px
}
.patient_checkin  .btn, .warm-btn{
    background: #ff7d00 !important;
    border-color: #ff7d00 !important;
    color:#fff !important;
}
#CheckingPopup ~ .ui-menu{
    z-index: 9999
}

.onsale-help{
    font-weight: 600;
    text-align: left;
    margin-left: -10px;
}

.sold-in-packs{
    display: flex;
}

.totalpack-pricecheck{
    margin: 0px 10px;
}
#howmany{
    margin-top: 25px;
}

#MedicalPricing{
    border: 3px solid #3ab34a;
    border-radius: 6px;
    padding-top: 10px;
}

#RecreationalPricing{
    border: 3px solid #2C75FF;
    border-radius: 6px;
    margin-top: 15px;
    padding-top: 10px;
}

/* .medical-pricing{
    border: 3px solid #3ab34a;
    border-radius: 6px;
    padding-top: 10px;
}
.medical-pricing{
    border: 3px solid #2C75FF;
    border-radius: 6px;
    margin-top: 15px;
    padding-top: 10px;
} */
.pricingtable, .pricingtable th, .pricingtable td{
    border: 1px solid black !important;
}


.default-plan > td{
    font-weight: bolder;
}
.green-btn{
    border: 3px solid rgb(58, 179, 74);
    padding: 5px;
    margin-bottom: 10px;
}
.green-btn label.check-bx-otr.act_check {
    margin-bottom: 0;
}
.green-btn .checkmark {
    position: absolute;
    top: 5px;
    left: 4px;
    height: 24px;
    width: 24px;
}