/*
Site Name: VIRT BackOffic 
Author: Sam Thomas (sam@troontechnologies.com)
*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
    color: #000;
}

.container {
    width: 100% !important;
}

.topbar-nav .navbar-default ul li.sh-mob {
    display: none;
}

.topbar-nav .navbar-default ul li .ar_nav {
    opacity: 0;
}

#dashboard-header,
.nav-tabs,
.custom-width-col,
footer {
    background-color: #fff;
}

.tabs-controll {
    display: inline-block;
    width: 100%;
}

a {
    color: #000;
}

a:hover {
    color: #333;
}


/*dashboard-header, (gray background, top nav, logout links)*/

.gray-bg {
    background-color: #d7d7d7;
}

.topbar-nav .navbar-toggle {
    float: left;
}

.topbar-nav .navbar-default {
    background-color: transparent;
    background-image: none;
    border: medium none;
    box-shadow: none;
    margin-bottom: 0;
    min-height: inherit;
    padding: 0 0 1px;
}

.topbar-nav .navbar-default ul {
    margin-bottom: 0;
    padding-left: 0;
}

.topbar-nav .navbar-default ul li:first-child {}

.gray-bg .topbar-nav .collapse.navbar-collapse {
    padding-left: 8px;
}

.topbar-nav .navbar-default ul li {
    border-right: 1px solid #000;
    display: inline-block;
    line-height: 1em;
    margin: 10px 0;
    position: relative;
    padding: 0 11px;
    vertical-align: top;
}

.topbar-nav .navbar-default ul.dropdown-menu {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    margin: 0;
    padding: 30px 0 0;
    max-width: 450px;
    width: 450px;
}

.topbar-nav .navbar-default ul.dropdown-menu li {
    border: medium none;
    color: #666;
    font-weight: 300;
    margin: 6px 0;
    padding: 0 20px;
    width: 100%;
}

.topbar-nav .navbar-default ul.dropdown-menu li a {
    color: #000;
    font-weight: 400;
}

.topbar-nav .navbar-default ul.dropdown-menu .dropdown-content {
    box-shadow: 5px 5px 0 0 rgba(153, 153, 153, 0.5);
    border: 1px solid #a1a1a1;
    padding: 0;
    background-color: #fff;
}

.topbar-nav .navbar-default ul.dropdown-menu .dropdown-content:before {
    background-image: url("../images/hover-arow.png");
    content: "";
    height: 16px;
    left: 30px;
    position: absolute;
    top: 15px;
    width: 29px;
    z-index: 99;
}

.topbar-nav .navbar-default ul li .listing-list {
    background-color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
}

.topbar-nav .navbar-default ul li a {
    color: #000;
    font-weight: 300;
    text-decoration: none;
}

.topbar-nav .navbar-default ul.dropdown-menu li a:hover,
.topbar-nav .navbar-default ul li a:hover,
.topbar-nav .navbar-default ul li button.open-btn:hover,
.topbar-nav .navbar-default ul li.open button.open-btn {
    font-weight: 400;
}

.topbar-nav .navbar-default ul li:last-child {
    border: none;
}

.dropdown-menu .listing-head {
    background-color: #999;
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
}

.dropdown-menu .listing-head h2 {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 100;
    margin: 0;
    padding: 8px 10px;
}

.topbar-nav .navbar-default ul li a.all-listing {
    color: #fff;
    float: right;
    margin: 14px 5px 0;
    text-decoration: underline;
}


/* Users name & logout links */

.user-info {
    float: right;
    width: auto;
    text-align: right;
}

.user-info h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin-top: 10px;
    font-size: 18px;
    color: #222;
}

.user-info a {
    color: #222;
    font-size: 16px;
    font-weight: 100;
}


/* start content tabs strip */

.tabs-controll ul.nav {
    padding: 0 20px;
}

.tabs-controll .tab-border {
    border-bottom: 12px solid #000;
}

.tabs-controll ul.nav li {
    margin-right: 1px;
}

.tabs-controll ul.nav li a {
    background-color: #b1b1b1;
    border: medium none;
    border-radius: 0;
    color: #000;
    padding: 8px 15px;
    z-index: -1;
}

body .tabs-controll ul.nav li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1px;
    width: auto;
    z-index: 99;
}

.tabs-controll ul.nav li a:focus,
.tabs-controll ul.nav li a:active {
    outline: none;
}

.tabs-controll ul.nav li.active a {
    background-color: #000;
    border: medium none;
    color: #fff;
    margin-bottom: 0;
}

.tabs-controll ul.nav li a:hover {
    background-color: #000;
    color: #fff;
}

.dashboard-sidebar {
    background-color: #ccc;
    padding: 0;
    position: relative;
}

.dashboard-sidebar::after {
    background-color: #ccc;
    content: "";
    height: 1000%;
    left: 0;
    position: absolute;
    top: 95%;
    width: 100%;
    z-index: -1;
}

.tabs-controll {
    overflow: hidden;
}

.dashboard-sidebar .widget {}

.action_col>a {
    display: inline-block;
    float: none;
    margin: 0 1px;
}


/* dashboard sidebar */

.dashboard-sidebar .widget h2 {
    background-color: #666666;
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    margin: 0;
    padding: 10px 10px 10px 30px;
}

.dashboard-sidebar .widget ul {
    padding: 10px 30px;
}

.dashboard-sidebar .widget ul li {
    list-style: none;
    position: relative;
}

.dashboard-sidebar .widget ul li a {
    color: #000;
    display: inline-block;
    padding: 5px 0;
    font-weight: 300;
    width: 100%;
}

.dashboard-sidebar .widget ul li.active a,
.dashboard-sidebar .widget ul li a:hover {
    text-decoration: none;
    font-weight: 700;
}

.dashboard-sidebar .widget ul li.active:before,
.dashboard-sidebar .widget ul li:hover:before {
    content: "<";
    font-family: arial;
    font-size: 18px;
    font-weight: 700;
    left: -15px;
    line-height: 1.6em;
    position: absolute;
    top: 1px;
}


/* dashboard footer start */

footer {
    border-top: 1px solid #666;
    display: inline-block;
    min-height: 75px;
    width: 100%;
}

footer p {
    margin-top: 10px;
    color: #000;
}

.tabs-controll .tab-content {
    min-height: 600px;
    padding: 21px;
}

.tabs-controll .tab-content .listing-toolbox p {
    font-size: 12px;
    line-height: 2em;
}

.tabs-controll .panel-group .panel {
    border-radius: 0;
}

.tabs-controll .panel-group .panel a:focus,
.tabs-controll .panel-group .panel a:active {
    outline: none;
    border: none;
}

.navbar-header h3 {
    display: none;
}

.topbar-nav .navbar-default ul li.hs-dropdown button {
    background-color: transparent;
    padding: 0;
    border: medium none;
    font-weight: 300;
    color: #000;
}


/*manage contacts css*/

.listing-toolbox ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 10px 1px 10px 0;
    max-width: 88px;
    text-align: center;
    vertical-align: top;
    white-space: normal;
    word-wrap: break-word;
}

.listing-toolbox ul li img {
    text-align: center;
    display: inline-block;
}

.listing_tlbox .listing-toolbox {
    overflow: hidden;
}

.listing-toolbox .inner_toolbx {
    background: #ebebeb;
    display: inline-block;
    border: 1px solid #666666;
    padding: 10px;
    text-align: center;
    max-height: 200px;
    display: inline-block;
    overflow: auto;
    white-space: nowrap;
    width: 100% !important;
}

.inner_toolbx>p {
    white-space: normal;
}

span.tool_box_icon_title {
    display: inline-block;
    width: 100%;
    font-size: 13px;
}

.search_criteria_nav ul {
    padding-left: 0;
    text-align: right;
}

.search_criteria_nav ul li {
    display: inline;
    border-right: 1px solid #666666;
    padding-right: 4px;
    text-decoration: underline;
}

.search_criteria .inner_toolbx li {
    min-width: 58px;
    display: inline-block;
    text-align: center !Important;
    margin-right: 4em;
}

.search_criteria .inner_toolbx ul {
    padding-left: 0 !important;
}

ul.toolbox_group {
    padding-left: 0;
    margin-bottom: 0;
}

.listing_summary_stats {
    display: inline-block;
    width: 100%;
}

.listing_summary_stats h6 {
    font-size: 13px;
    border-bottom: 1px solid #000;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 0 0 4px 0;
}

.listing_summary_stats table tr td {
    padding: 5px;
    text-align: center;
    border-top: 0;
}

.listing_summary_stats table tr th {
    text-align: center;
    border: none !important;
}

section.listing_tlbox {
    display: inline-block;
    width: 100%;
}

p.listing_found,
p.listing_found span {
    font-weight: bold;
}

.listing_found span {
    color: #000;
    font-size: 1.15em;
    margin-right: 10px;
    padding-left: 2em;
}

.listing_found span.ttp_chk {
    font-weight: 300;
}

.listing_found span.ttp_chk a {
    display: inline-block;
    margin-left: 5px;
    text-decoration: underline;
    top: 0px;
}

table.table.table-listing_detail tr th {
    background: #000;
    border-bottom: medium none;
    color: #fff !important;
    text-align: center;
}

table.table.table-listing_detail tr th a {
    color: #fff;
    font-size: 12px;
    font-weight: lighter;
    text-decoration: underline;
}

.table-listing_detail td a {
    text-decoration: underline;
}

.listing-toolbox .scroll-wrapper.listing-slider.scrollbar-light {
    display: inline-block;
    overflow-x: auto;
    overflow-y: hidden !important;
    white-space: nowrap;
    margin-bottom: 10px;
    width: 100% !important;
}

p.dtl_head span {
    font-weight: normal;
    font-size: 15px;
    margin-left: 20px;
}

p.dtl_head {
    font-weight: bold;
    display: inline-block;
    float: left;
}

.dtlsumr {
    display: inline-block;
    width: 100%;
    padding-left: 5em;
}

p.comments_dtls {
    padding-left: 5.5em;
}

.tabs-controll .tab-content.tab-connec {
    min-height: 350px;
}

.date-ob .form-group {
    margin: 0;
    width: 100%;
}

.date-ob .form-group .input-group {
    width: 100%;
}

.date-ob .form-group .input-group span.input-group-addon {
    border-color: #000;
}


/*Detail Page  Style*/

.update_contact {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    color: #fff;
    text-decoration: underline;
}

.update_contact:hover {
    color: #fff;
}

.contac-header-upd {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.record_paginte {
    display: inline-block;
    margin-left: 20px;
}

.record_paginte>ul {
    margin: 0;
    padding: 0;
}

.record_paginte ul li {
    display: inline-block;
    vertical-align: middle;
}

.record_paginte ul li span {
    padding: 0 10px;
    font-weight: 300;
    font-size: 17px;
    vertical-align: middle;
}

.record_pginate_top {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 20px;
}

.record_pginate_top .btn {
    border-radius: 0;
}

h4.field_title {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #9d9fa2;
    padding-bottom: 4px;
}

.input_styling input {
    border-radius: 0;
    border: 1px solid #666666;
}

.input_styling {
    border: 1px solid #000;
    border-radius: 0;
    height: auto;
    padding: 4px 5px;
}

.status_flyer {
    background: #ccc none repeat scroll 0 0;
    border: 1px solid #000;
    display: inline-block;
    padding: 20px 10px 10px;
}

.status-box-22 {
    padding: 0 20px;
}

.status_flyer .form-group {
    margin-bottom: 6px;
    text-align: left;
    width: 100%;
}

.v-align-center.update-date-p a {
    color: #000;
    text-decoration: underline;
}

.select-mini select.input_styling {
    max-width: 70px;
}

.tabs-controll .tab-content .status_flyer p {
    color: #000;
    font-weight: 500;
}

.table-33 table thead tr th {
    font-weight: 400;
}

.table-33 a {
    color: #000;
}

.table-33 a:hover {
    color: #333;
}

.form-group {
    margin-bottom: 15px;
    display: inline-block;
}

p.txt-ttl.text-center {
    text-align: center;
    margin-bottom: 0;
}

ul.btmlists li {
    display: inline;
    font-weight: normal;
    color: #000;
}

ul.btmlists li a {
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

ul.btmlists li {
    display: inline;
    font-weight: normal;
    color: #000;
    text-decoration: underline;
    padding: 0px 3px;
    font-size: 15px;
}

.form-group.pdd-less {
    padding-bottom: 0;
    margin-bottom: 0;
}

.v-align-center {
    line-height: 38px;
}

.table-striped.tbin p:last-child {
    margin-bottom: 0;
    color: red;
}

ul.nav.nav-tabs.filter-pills-section {
    border-bottom: 11px solid #000;
}

ul.nav.nav-tabs.filter-pills-section li a {
    font-size: 17px;
}

.filteration_section .filtersec .radio-inline {
    margin-bottom: 15px;
}

table.tbin thead th a {
    color: #000;
    text-decoration: underline;
}

table.tbin thead th.red-updated a {
    color: #990000;
}

table.tbin td a {
    color: #000;
    text-decoration: underline;
}

.table-striped.tbin p strong {
    color: #000;
}

.tabs-controll .tab-content .tbin p {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}

.tabs-controll .tab-content .tbin tbody td {
    vertical-align: middle;
}

.search_page {
    text-align: center;
}

.tabs-controll .tab-content .search_page p {
    color: #000;
    font-weight: 300;
    text-align: center;
}

.form-group.type-search {
    text-align: center;
    width: 100%;
}

.form-group.type-search label {
    color: #000;
    font-weight: 300;
    width: 100%;
}

.form-group.type-search .form-control.input_styling {
    display: inline-block;
    float: none;
    min-width: 250px;
}

.save-search-col label {
    color: #000;
    font-weight: 400;
    padding-left: 8px;
    text-align: left;
    width: 100%;
}

.save-search-col select.input_styling {
    max-width: 100%;
    width: 100%;
}

.form-group.save-search-col {
    padding-right: 0;
}

.form-group.save-search-col {
    padding-right: 0;
}

.search_page p span {
    margin-top: 9px;
    display: inline-block;
}

.less-padd-col {
    padding: 0;
    width: 40px;
}

.padding-left-nill {
    padding-left: 0;
    padding-right: 0;
}

.form_btn_custom {
    font-size: 11px;
    padding: 5px 6px;
    vertical-align: middle;
    line-height: 1;
    margin-top: 9px;
    border-radius: 0;
    background: #eee;
    color: #000;
}

button.btn.btn-rtrvsearch {
    background-color: #000;
    border-radius: 0;
    color: #fff;
    float: left;
    margin-top: 24px;
    padding: 4px 15px;
}

.search-counter {
    background-color: #ccc;
    border: 1px solid #676767;
    box-shadow: 3px 3px 0 0 #e3e3e3;
    display: inline-block;
    float: right;
    margin-right: 10px;
    margin-top: -3em;
    padding: 8px 13px;
    position: relative;
    width: auto;
    z-index: 99;
}

.search-counter.search-counter-sec {
    margin-top: 2em;
}

.search-co {
    width: 100%;
    display: inline-block;
}

.search-counter.search-counter-third {
    margin: 0 10px 2em 0;
}

.search-counter p {
    margin: 0;
}

.serach_top_col .panel-default>.panel-heading.custom-style-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.serach_top_col .panel-group .panel.actitab-g table tr td {
    border: medium none;
}

.serach_top_col .panel-default>.panel-heading.custom-style-heading {
    background-image: none;
    border-bottom: 12px solid #000;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    width: 100%;
}

.serach_top_col .panel-title {
    background-color: #000;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: 400;
    min-width: 210px;
    padding: 0;
    text-align: left;
}

.serach_top_col .panel-title button {
    background-color: #000;
    border: medium none;
    display: inline-block;
    padding: 8px 15px;
    white-space: normal;
    width: 100%;
}

.serach_top_col .panel-title button:focus,
.serach_top_col .panel-title button:active,
.serach_top_col .panel-title button:hover {
    color: #fff;
    border: none;
}

.serach_top_col .panel-group .panel {
    border: medium none;
    box-shadow: none;
    margin: 0;
    padding: 0 0 15px;
}

.serach_top_col .actitab-s {
    background-color: #fff;
}

.serach_top_col .actitab-g {
    background-color: #fff;
}

.serach_top_col .actitab-n {
    background-color: #fff;
}

.serach_top_col .actitab-s .panel-heading {
    background-color: transparent;
}

.serach_top_col .actitab-g .panel-heading {
    background-color: #fff;
}

.serach_top_col .actitab-n .panel-heading {
    background-color: #fff;
}

.serach_top_col .panel-default>.custom-h-first {
    background-color: #fff !important;
}

.serach_top_col .panel-title .btn i {
    float: right;
    font-style: normal;
}

.general_search_criteria_table select,
.general_search_criteria_table input,
.general_search_criteria_table textarea {
    border: 1px solid #000;
    border-radius: 0 !important;
    height: auto;
    padding: 4px 5px;
    max-width: 300px;
    width: 100% !important;
}

.general_search_criteria_table .form-group {
    max-width: 300px;
    width: 100% !important;
}

.general_search_criteria_table .date.custom-width span.input-group-addon {
    border: 1px solid #000;
    border-left: none;
}

.general_search_criteria_table td {
    vertical-align: middle !important;
    color: #000;
}

.general_search_criteria_table {
    text-align: right;
}

.srch .form-horizontal .form-group {
    margin-bottom: 8px;
}

.srch .form-horizontal .btn {
    background-color: #000;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 8px 10px;
}

.srch .form-horizontal .stat-point {
    padding: 15px 0;
    text-align: left;
}

.srch .form-horizontal .stat-point p {
    text-align: left;
}

.srch .form-horizontal .control-label {
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}

.input-group.custom-width {
    width: 100%;
}

.table-responsive .btn-info,
.table-responsive .btn-info:hover,
.table-responsive .btn-info:active,
.table-responsive .btn-info:focus {
    background-color: #fff;
    border: medium none !important;
    box-shadow: none;
    padding: 0;
}

.search_criteria_nav ul li:last-child {
    border: none;
}

.search_criteria_nav ul li a {
    color: #000;
}

.col-sm-2.vertical-nav.pull-right.dashboard-sidebar {
    width: 13.5%;
}

.col-md-10.custom-width-col {
    width: 86.5%;
}

.tab-content.custom-width-tabs.responsive.hidden-xs {
    min-height: 600px;
    padding: 20px 0 20px 0;
}

.table-listing_detail .table>thead>tr>th {
    border: none;
}

a.check-all {
    font-size: 9px !important;
}

.table-listing_detail tr th {
    vertical-align: middle !important;
    text-align: left;
}

.table-listing_detail tr td {
    text-align: center;
    vertical-align: middle !important;
}

.datepicker.dropdown-menu table tbody tr td {
    cursor: pointer;
    text-align: center;
}

.datepicker.dropdown-menu table tbody tr td:hover {
    background-color: #000;
    color: #fff;
}

.tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #fff !important;
    /* black */
    border-width: 0 5px 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #d9d9d9;
    border-radius: 0px;
    border: 1px solid #fff;
}

body .tooltip>div {
    background-color: #d9d9d9;
    color: #000;
    border: none;
    word-wrap: break-word;
}

body .tooltip {
    background-color: #d9d9d9;
    color: #000;
    word-wrap: break-word;
    border: 1px solid #000;
}

body .tooltip:before,
body .tooltip:after {
    content: "";
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    z-index: 1;
}

.ttp_chk>i {
    cursor: pointer;
}

.ttp_chk .popover {
    background-color: #d9d9d9;
    border-color: #000;
    border-radius: 0;
    box-shadow: 3px 3px 0 0 rgba(227, 227, 227, 0.3);
    color: #000;
    min-width: 170px;
}

.ttp_chk .popover.top>.arrow::after {
    border-top-color: #d9d9d9;
}

.ttp_chk .popover.top>.arrow {
    border-top-color: #000;
}

.ttp_chk .popover.right>.arrow::after {
    border-right-color: #d9d9d9;
}

.ttp_chk .popover.right>.arrow {
    border-right-color: #000;
}

.ttp_chk .popover.bottom>.arrow::after {
    border-bottom-color: #d9d9d9;
}

.ttp_chk .popover.bottom>.arrow {
    border-bottom-color: #000;
}

.ttp_chk .popover.left>.arrow::after {
    border-left-color: #d9d9d9;
}

.ttp_chk .popover.left>.arrow {
    border-left-color: #000;
}

.ttp_chk .popover .popover-title {
    background-color: #d9d9d9;
    border-color: #c7c6c6;
    border-radius: 0;
}

.ttp_chk .popover .popover-title .close {
    background-color: #000;
    border: medium none;
    box-shadow: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    opacity: 1;
    position: relative;
    right: -10px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    top: -4px;
    width: 15px;
}

.ttp_chk .popover .popover-title .close:hover {
    background-color: #444;
}

.listing_found span.ttp_chk a[data-toggle="popover"] {
    margin-left: 0;
}

body .tooltip:before {
    border-top: 8px solid rgba(0, 0, 0, 0.5);
}

body .tooltip:after {
    border-top: 8px solid #DDD;
    margin-top: -2px;
    z-index: 1;
}

.table-listing_detail .check-minw {
    min-width: 75px;
}

.ttp_chk .popover .popover-content {
    display: inline-block;
    padding: 3px 10px 8px 10px;
    width: 100%;
}

.ttp_chk .popover .popover-content .media p {
    margin: 0 0 5px;
}

.ttp_chk a {
    position: relative;
    cursor: pointer;
    font: normal normal 85% sans-serif;
    color: white;
    color: #000;
    display: inline-block;
}

table.table.table-listing_detail tr th a.underline_none {
    text-decoration: none;
}

tr.custom_border td {
    border: none !important;
    text-align: left;
}

td.custom_border {
    border: none !important;
    text-align: left !important;
}

tr.custom_border td {
    border-top: 1px solid #9d9fa2;
}

td.custom_border {
    padding-bottom: 10px;
}

td.custom_border.padding-line {
    padding: 10px 0;
}

.listing_on_accorda .cot-contn {
    text-align: left;
    padding: 0;
}

.listing_on_accorda .cot-contn>span {
    padding: 0;
}

.cot-contn-p {
    margin-top: 15px;
}

.table-listing_detail tbody tr td {
    border: medium none;
    text-align: center;
}

.table-listing_detail thead th {
    text-align: left;
}

.custom_border {
    border-bottom: 1px solid #ccc;
}

.left-r-acol {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 2px;
    text-align: center;
}

body .fixed-table .header-copy th {
    min-width: 67px;
}

.fixed-table.floating-head.table-responsive {
    max-height: 180px;
}

.left-r-acol>a {
    margin-right: 10px;
}

.left-r-acol>a:last-child {
    margin-left: 10px;
}

.contact-dtl label {
    font-weight: normal;
}

.left-p-n {
    padding-left: 0 !important;
}

.right-p-n {
    padding-right: 0 !important;
}

.tabs-controll .solu-label p {
    color: #000;
    margin: 0;
    padding-top: 8px;
}

select.input_styling {
    max-width: 122px;
}

.listing_found {
    margin-top: 15px;
    padding-bottom: 10px;
    text-align: right;
}

.row.col-sm-12.table-33 {
    padding-left: 20px;
}

.srch .form-horizontal .right-p-n {
    text-align: right;
}

h4.search_pills {
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}

.serach_top_col .panel-title .btn .collapp-p {
    display: block;
}

.serach_top_col .panel-title .btn .collapp-m {
    display: none;
}

.serach_top_col .panel-title .btn[aria-expanded="true"] .collapp-p {
    display: none;
}

.serach_top_col .panel-title .btn[aria-expanded="true"] .collapp-m {
    display: block !important;
}

.serach_top_col .panel-title .btn[aria-expanded="true"] .collapp-p {
    display: none !important;
}

.serach_top_col .custom-h-first .panel-title .btn i.collapp-m {
    display: block;
}

.serach_top_col .custom-h-first .panel-title .btn i.collapp-p {
    display: none;
}

.serach_top_col .custom-h-first .panel-title .btn[aria-expanded="false"] .collapp-p {
    display: block;
}

.serach_top_col .custom-h-first .panel-title .btn[aria-expanded="false"] .collapp-m {
    display: none;
}

.table-listing_detail .btn i {
    color: #000;
    font-style: normal;
}

.table-responsive.frnt-table {
    max-height: 420px;
}

.table-responsive.frnt-table .mCustomScrollBox,
.table-responsive.frnt-table .mCSB_container {
    overflow-x: visible;
}

.table-listing_detail .btn[aria-expanded="true"] .collapp-p {
    display: none;
}

.table-listing_detail .btn[aria-expanded="true"] .collapp-m {
    display: block !important;
}

.table-listing_detail .btn[aria-expanded="true"] .collapp-p {
    display: none !important;
}

.table-listing_detail .btn i.collapp-m {
    display: none;
}

.table-listing_detail .btn i.collapp-p {
    display: block;
}

.table-listing_detail .btn[aria-expanded="false"] .collapp-p {
    display: block;
}

.table-listing_detail .btn[aria-expanded="false"] .collapp-m {
    display: none;
}

.submit-search .btn.btn-rtrvsearch {
    float: none;
    margin-top: 1em;
    padding: 8px 2em;
}

.submit-search {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.table-listing_detail .btn[aria-expanded="true"] .collapp-p {
    display: none;
}

.table-listing_detail .btn[aria-expanded="true"] .collapp-m {
    display: block;
}

.tbin thead tr th,
.tbin tbody tr td {
    border: medium none;
}

table.tbin.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #ebebeb;
}

.serach_top.serach_top_col {
    position: relative;
}

.serach_top.serach_top_col .panel-group {
    position: relative;
    z-index: 3;
}

.serach_top_col .panel-group .panel .panel-body {
    border: medium none !important;
}


/*Alert Popup*/

.alert-popup .modal-body {
    padding: 5px;
}

.modal-backdrop.in {
    opacity: 0.8 !important;
}

.alert-popup .modal-content h2 {
    color: #666666;
    font-size: 40px;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 0;
}

.alert-popup .modal-content h2 img {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.alert-popup .modal-content p {
    color: #666;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.5em;
}

.alert-popup .modal-content a {
    color: #666;
    font-weight: 400;
}

.alert-popup span.close-modal {
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: -25px;
    top: -65px;
    vertical-align: middle;
}

.alert-popup span.close-modal button.close {
    border: 2px solid #fff;
    border-radius: 50%;
    color: white;
    display: inline-block;
    font-size: 26px;
    height: 30px;
    margin-left: 10px;
    opacity: 1;
    padding: 0;
    text-align: center;
    text-shadow: none;
    width: 30px;
}

.vertical-alignment-helper {
    display: table;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    border: 4px solid #9d9fa2;
    border-radius: 0;
    padding: 20px;
}

.datepicker-dropdown {
    z-index: 9999 !important;
}

.listing_summary_stats .mCSB_inside>.mCSB_container,
.table-responsive.frnt-table .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.table-responsive.frnt-table .mCSB_container_wrapper {
    position: relative;
    margin-right: 0;
}

.frnt-table .mCSB_container_wrapper>.mCSB_container {
    padding-right: 0px;
}


/* mobile search tabs */

.chose-blow p {
    margin: 4px 0 4px 14px;
}

.mobile-search-section .panel-heading {
    background-color: #666666;
    background-image: none;
    border: medium none;
    border-radius: 0;
    margin-top: 1px;
    padding: 6px 15px;
}

.mobile-search-section .panel .panel-heading:hover {
    background-color: #666666;
}

.mobile-search-section .panel-heading a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 100;
    width: 100%;
}

.mobile-search-section .panel-body {
    background-color: #cccccc;
}

.mobile-search-section .radio label {
    color: #000;
    display: inline-block;
    font-weight: 300;
    padding: 5px 18px;
    width: 100%;
}

.mobile-search-section .radio label:hover {
    font-weight: 700;
    text-decoration: none;
}

.mobile-search-section .radio label.active,
.mobile-search-section .radio label input[type="radio"]:checked {
    font-weight: 700;
    text-decoration: none;
}

#collapse-myTab .close-tab-btn {
    text-align: center;
}

#collapse-myTab .close-tab-btn a {
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin-top: 1em;
    padding: 8px 15px;
    text-decoration: underline;
}


/*login*/

.form-login {
    background-color: #d7d7d7;
    padding-bottom: 20px;
    border-radius: 0;
    border-color: #d7d7d7;
    border-width: 5px;
    box-shadow: 0 1px 0 #cfcfcf;
    width: 525px;
    min-height: 598px;
}

.desktop_login .form-login {
    background-color: #d7d7d7;
    padding: 20px;
    border-radius: 0;
    border-color: #d7d7d7;
    border-width: 5px;
    box-shadow: 0 1px 0 #cfcfcf;
    width: 100%;
    min-height: inherit;
}

.form-control {
    border-radius: 10px;
}

.wrapper {
    text-align: left;
    padding-left: 15px;
}

.wrapper a {
    text-decoration: underline;
    color: #000;
}

.form-login img.logo {
    margin: auto;
    border-bottom: 3px solid #666666;
}

img.logo_desktop {
    margin: auto;
}

.form-login a.link {
    font-size: 20px;
    color: #666666;
    font-weight: 300;
    text-decoration: none;
    padding-left: 10px;
}

.form-control {
    border-radius: 0;
    width: 240px;
    margin-left: 25px;
    height: 50px;
    font-size: 16px;
    margin-top: 20px;
    font-style: italic;
}

.form-login.desktop .form-control {
    border-radius: 0;
    width: 240px;
    margin-left: 10px;
    height: 50px;
    font-size: 16px;
    margin-top: 10px;
    float: left;
    margin-right: 25px;
    font-style: italic;
}

input#userPassword {
    margin-top: 0;
}

.form-login.desktop input#userPassword {
    margin-top: 10px;
    float: none;
}

.btn.login {
    background: #666666;
    padding: 6px 12px;
    font-size: 34px;
    color: #fff;
    font-weight: 300;
    border: none;
    border-radius: 0;
    min-height: 102px;
}

.group-btn_desktop .btn.login {
    background: #666666;
    padding: 30px 12px;
    font-size: 34px;
    color: #fff;
    font-weight: 300;
    border: none;
    border-radius: 0;
    /*min-height: 150px;*/
	min-height:262px;
}

.group-btn .right {
    background: #a1a1a1;
    min-height: 102px;
}

.group-btn_desktop .empty {
    background: #a1a1a1;
    min-height: 112px;
}

.browsers {
    background: #fff;
    min-height: 100px;
    border: 1px solid #ccc;
    width: 525px;
    padding: 15px 50px;
}

.browsers a {
    color: #000;
    text-decoration: underline;
}

.browsers.desktop {
    background: #fff;
    width: 100%;
    padding: 15px 33px;
    border: none;
}

.browsers.desktop a {
    color: #000;
    text-decoration: underline;
}

.group-btn_desktop {
    padding: 0 !important;
}

.desktop_login {
    padding: 0!important;
    border-top: 3px solid #666;
}

.title h4 {
    font-size: 48px;
    padding-bottom: 1px;
    margin: 0;
    font-weight: 400;
    padding-top: 5px;
    padding-left: 10px;
}

.title a.link {
    font-size: 36px;
}

.form-login.desktop .form-control:focus {
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
}

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    .form-login.desktop .form-control {
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .group-btn_desktop .empty {
        min-height: 150px;
    }
	.group-btn_desktop .btn.login{min-height:150px;}
}

@media (max-width: 767px) {
    .form-login.desktop .form-control {
        float: none;
        width: 350px;
    }
    .group-btn_desktop .btn.login {
        width: 100%;
        font-size: 24px;
        padding: 28px 12px;
        min-height: 90px;
    }
    .group-btn_desktop .btn.login img {
        width: 20px;
    }
    .group-btn_desktop .empty {
        min-height: 90px;
    }
    .title a.link {
        font-size: 22px;
    }
    .title h4 {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .form-login.desktop .form-control {
        margin: 10px 0 0;
        width: 100%;
    }
}