/*
"Helvetica Neue", Helvetica, Arial, sans-serif;
*/
body {

    height: 100%;
    background-color: #eeeeee;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #818181;
}

table {
    font-size: 14px;
}

.control-label {
    color: #818181;
}

.number-align {
    text-align: right;
}

.wrap {
    min-height: 318px;
    height: auto;
    margin: 0 auto -60px;
    padding: 0px 0 60px;
}

.front-page .wrap {
    padding-top: 0;
}

.table {
    border-collapse: separate;
    border-spacing: 10px 0px;
}

.table > tbody > tr.danger > td {
    background-color: #f5f5f5 !important;
}

.table > tbody > tr > th {
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #797979;
}

.table > tbody > tr > td {
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.opportunity-list .kv-grid-table, .activity-list .kv-grid-table, .ticket-list .kv-grid-table {
    font-size: 12px;
}

#faqShortCuts ul {
    margin: 0px;
    padding: 0px;
    margin-left: 30px;
}

#faqShortCuts ul li {
    color: #000000;
    font-size: 11px;
    font-family: verdana;
    margin: 10px 5px 25px 5px;
    font-weight: normal;
    float: left;
    display: inline;
}

#faqShortCuts ul li a:link, #faqShortCuts ul li a:visited {
    color: #4d4d4d;
    font-size: 12px;
    font-family: verdana;
    text-decoration: underline;
    font-weight: normal;
    margin-left: 0px;
    padding-right: 5px;
    border-right: 1px solid #4d4d4d;
}

#faqShortCuts ul li a.no-border:link, #faqShortCuts ul li a.no-border:visited {
    border: 0px;
}

.reporting_section .kv-grid-table {
    font-size: 11px !important;
    border-spacing: 5px 0px
}

.reporting_section table {
    font-size: 11px !important;
}

.reporting_section .extra_filters{
    margin-top: 15px;
}
.reporting_section .extra_filters .panel-footer{
    float: right;
}

#printGridbtn {
    margin-right: 9px;
}


.reset_link {
    text-decoration: underline;
}

.kv-grid-table th a {
    color: #818181;
    text-decoration: none;
}

.kv-grid-table td {
    color: #797979;
}

.kv-grid-table td.alert-danger {
    color: #a94442;
}

.kv-grid-table .filters td {
    padding: 5px 0px 5px 0px;
}

.panel-footer {
    background-color: #FFFFFF;
    border: none !important;
}

.container-fluid {
    padding: 0;
}

.container {
    width: 1140px;
}

.wrap > .container {
    padding: 0px 15px 20px;
}

.footer {
    background-color: #aeaeae;
    padding-top: 10px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.found-in {
    color: #f8a440 !important;
    font-style: italic !important;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.msg-block {
    text-align: left;
}

.msg-block.has-error {
    color: #FF0000;
}

.required_asterisk {
    color: #FF0000;
}

/*	BigVideo Styles
  You may need to adjust these styles to get this working right in your design.
*/
#big-video-wrap {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#big-video-vid, #big-video-image {
    position: absolute;
}

#big-video-control-container {
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background: rgba(0, 0, 0, .25);
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

#big-video-control {
    width: 100%;
    height: 16px;
    position: relative;
}

#big-video-control-middle {
    margin: 0 56px 0 24px;
}

#big-video-control-bar {
    width: 100%;
    height: 16px;
    position: relative;
    cursor: pointer;
}

#big-video-control-progress {
    position: absolute;
    top: 7px;
    height: 3px;
    width: 0%;
    background: #fff;
}

#big-video-control-track {
    position: absolute;
    top: 8px;
    height: 1px;
    width: 100%;
    background: #fff;
}

#big-video-control-bound-left {
    left: 0;
}

#big-video-control-bound-right {
    right: -1px
}

#big-video-control-track .ui-slider-handle {
    opacity: 0;
}

#big-video-control-playhead {
    left: 30%;
}

#big-video-control-play {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-image: url('bigvideo.png');
}

#big-video-control-timer {
    position: absolute;
    top: 1px;
    right: 0;
    color: #fff;
    font-size: 11px;
}

#big-video-control-playhead, #big-video-control-bound-left, #big-video-control-bound-right {
    position: absolute;
    top: 0;
    height: 16px;
    width: 1px;
    background: #fff;
}

#big-video-control .ui-slider-handle {
    border-left: solid 1px #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -8px;
}

.transparent {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.vjs-big-play-button {
    display: none !important;
}

video#big-video-vid_html5_api {
    margin-top: 51px;
}

video#bgvid {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url(../images/kinz.jpg) no-repeat;
    background-size: cover;
}

.solr-result-page .search-form .col-sm-9 {
    padding-left: 0;
}

.solr-result-page .search-form .col-sm-3 {
    padding-right: 0;
}

.solr-result-page .col-sm-8 {
    padding-left: 0;
}

.solr-result-page .col-sm-4 {
    padding-right: 0;
}

.block1 h4 {

}

.block1 .setting {
    position: absolute;
    right: 82px;
    margin-top: -38px;
    cursor: pointer;
}

.block1 .list {
    position: absolute;
    right: 42px;
    margin-top: -38px;
    cursor: pointer;
}

.block1 .map {
    position: absolute;
    right: 4px;
    margin-top: -38px;
    cursor: pointer;
}

.solr-result-page .search-form {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.solr-result-page .search-form .col-sm-1.search-label {
    padding-left: 0;
    margin: 0;
    padding: 4px 0;
}

.solr-result-page .search-form .col-sm-2 {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}

.solr-result-page .search-form .col-sm-2 .btn {
    padding: 6px 30px;
}

.solr-result-page .search-form .col-sm-9 {
    padding-right: 0;
}

.solr-result-page .no-result-found span {
    font-weight: bold;
}

.solr-result-page .tabbed-search-result {
    margin-bottom: -15px;
    z-index: 0;
}

.solr-result-page table {
    width: 100%;
}

.solr-result-page table tr td.header {
    padding: 15px 15px 15px 15px;
    background-color: #008fd5;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.solr-result-page table tr td.header a {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.solr-result-page table tr td.first-row {
    padding-top: 15px;
}

.solr-result-page .z-tabs.silver > ul, .z-tabs.silver > ul > li > a, .z-tabs.silver > .z-container {
    border-color: #bce8f1;
}

.solr-result-page .z-tabs.mini > ul > li > a {
    font-size: 13px;
}

.solr-result-page .z-tabs > .z-container > .z-content > .z-content-inner {
    padding: 0px 0px 0px 0px;
}

.ui-autocomplete-category {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
    background-color: #e4e4e4;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: bold;
}

.ui-autocomplete-category span {
    font-weight: normal;
}

.ui-menu-item {
    font-size: 14px;
    color: #818181;
    font-family: 'Open Sans', sans-serif;
}

.margin-left5 {
    margin-left: 5px;
}

.margin-left15 {
    margin-left: 15px;
}

.margin-top5 {
    margin-top: 5px;
}

.margin-top7 {
    margin-top: 7px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top15 {
    margin-top: 15px;
}

.margin-top17 {
    margin-top: 17px;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-bottom5 {
    margin-bottom: 5px;
}

.margin-bottom7 {
    margin-bottom: 7px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom15 {
    margin-bottom: 15px;
}

.margin-bottom17 {
    margin-bottom: 17px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.facet-link-wrraper {
    padding: 5px 10px;
    float: left;
    width: 100%;
}

a.facet-link {
    background: url("../images/checkbox2.png") no-repeat 12px -50px;
    display: block;
    padding: 5px 10px 3px 45px;
    float: left;
    color: #818181;
}

.facet-checkbox {
    padding: 0px 0px 0px 0px;
    color: #818181;
    margin: 0;
    font-weight: normal;
}

.facet-checkbox .label-value {
    margin: 0 0 0 5px;
    display: inline-block;
}

a.facet-link.active {
    background-position: 12px 3px;
}

a.facet-link.active:hover {
    background-position: 12px -22px;
}

span.facet-count {
    color: #818181;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    padding-top: 7px;
}

.solr-result-page .solr-pager {
    text-align: center;
}

.record-details {
    padding-right: 0;
    padding-left: 0;
}

.record-details a, .kv-grid-table td a {
    color: #818181;
}
.record-details .btn-success, .record-details .btn-warning {
    color: #FFFFFF;
}

.record-details ul {
    padding-left: 25px;
}

.record-details ul ul ul ul {
    list-style-type: circle;
}

.facet-body-wrraper.collapsed {
    height: 212px;
    padding-top: 5px;
    overflow-y: hidden;
}

.facet-body-wrraper {
    max-height: 212px;
    overflow-y: scroll;
}

label.facet-checkbox {
    position: relative;
    top: 2px;
    cursor: pointer;
}

a.facet-show-more {
    cursor: pointer;
    display: block;
    text-align: right;
    padding: 5px 10px;
    background-color: #dadada;
    color: #9e9e9e;
    margin-top: 10px;
}

i.fa.fa-caret-right {
    opacity: 0.4;
}

@media (min-width: 1200px) {
    .modal-xl {
        width: 1000px;
    }
}

.panel-clickable {
    cursor: pointer;
}

a.facet-link.not-active, span.facet-count.not-active {
    display: none;
}

* {
    border-radius: 0 !important;
}

/*** Home Page style ***/
.front .header-wrapper {
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: 'Open Sans', sans-serif;
    /*color: #acacac;*/
}

.header-top-section {
    padding: 10px 0;
    float: left;
    width: 100%;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.btn-primary {
    background-color: #008fd5;
    border-color: #008fd5;
}
.btn-print {
    /*#8cc63f*/
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
    float: left;
}
.btn-print:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.menu ul li {
    float: left;
}

.right-block.signup {
    display: none;
}

div.signup {
    float: right;
}

.menu ul li.login {
    border: 1px solid #acacac;
    padding: 6px 19px;
}

.menu ul li.menu-item.logout {
    padding: 7px 2px;
}

.menu ul li.social-icon {
    padding: 8px 10px;
}

.menu ul li.social-icon.last {
    /*padding-right: 0px;*/
}

.menu li a {
    color: #FFFFFF;
}

.menu li a:hover {
    color: #257DA8;
}

.header-left-menu.menu li a {
    border-right: 1px solid #acacac;
    padding: 0px 10px;
}

.header-left-menu.menu li.last a {
    border-right: none;
}

.header-left-menu.menu li.first a {
    padding-left: 0;
}

.header-left-menu {
    float: left;
}

.header-left-menu {
    padding-left: 0;
}

.header-right-menu {
    padding-right: 0;
    float: right;
}

.header-right-menu ul {
    float: right;
}

.header-right-menu ul li {
    float: right;
}

.front-page .language-picker {
    float: right;
}

.language-picker.large i.en, .language-picker.large i.ar {
    display: none;
}

.language-picker.button-list a {
    color: #ffffff !important;
    opacity: 1 !important;
    padding: 7px 0;
}

.language-picker.button-list .active {
    display: none;
}

.logo-section {
    /*color: #acacac;*/
    float: left;
    width: 100%;
    padding: 2.5% 0 3.5% 0;
}

.logo-section .logo {
    float: left;
}

.logo-section .slogan {
    float: right;
    text-transform: uppercase;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    padding-top: 4.75%;
    color: #FFFFFF;
}

.logo-section .slogan .line1 {
    font-size: 32px;
    line-height: 28px;
}

.logo-section .slogan .line2 {
    font-size: 18px;
    line-height: 16px;
}

.search-section {
    /*color: #acacac;*/
    float: left;
    width: 100%;
}

.search-section .home-msg {
    font-weight: lighter;
    font-size: 12px;
    color: #FFFFFF;
}

.search-section .home-msg p {
    margin: 10px 0 20px 0;
}

.search-section .home-msg span {
    text-transform: uppercase;
    font-size: 28px;
}

.search-section .search-input input#home-search {
    padding: 8px 10px;
    width: 50%;
}

.search-section .search-input a.search-btn {
    font-size: 18px;
    margin-left: 8px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.header-blocks-section {
    padding: 10% 0 1% 0;
    float: left;
    width: 100%;
}

.header-blocks-section .block-title {
    text-transform: uppercase;
    font-size: 22px;
}

.header-blocks-section .block-title a {
    color: #FFFFFF;
    text-decoration: none;
}

.header-blocks-section .block-description {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: lighter;
    margin-top: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(172, 172, 172, .7);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.header-blocks-section .right-block .align {
    padding-left: 41%;
}

.header-blocks-section .right-block .block-description {
    border: none;
}

.header-blocks-section .right-block .free-trial a {
    color: #a26528;
    text-decoration: underline;
}

.scroll-icon {
    cursor: pointer;
    width: 1.5%;
    margin: 0 auto;
}

.section-1-wrapper {
    background-image: url(../images/section2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 645px;
}

.section-1 .kinz-video-wrapper .title, .section-1 .knowledge-wrapper .title {
    color: #606060;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 200;
    font-style: italic;
    border-bottom: 4px solid #008fd5;
    width: 76%;
    margin: 70px 0 30px 0;
}

.section-1 .knowledge-wrapper .title {
    width: 100%;
}

.section-1 .knowledge-wrapper .description, #knowledge-slider-wrapper .description {
    color: #7b7c7e;
    margin-bottom: 25px;
}

.section-1 .knowledge-wrapper .description.italic {
    font-style: italic;
}

.section-1 .kinz-video {
    background-image: url(../images/mac_screen.png);
    background-repeat: no-repeat;
    padding: 4% 11% 20% 3.6%;
}

.section-2-wrapper {
    background-image: url(../images/section3_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 575px;
    color: #ffffff;
}

.section-2 .title {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 200;
    margin: 70px 0px 20px 0;
}

.section-2 .sec2-slider .bx-wrapper {
    float: left;
}

.section-2 .sec2-slider .item .item-title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 35px;
    padding: 0 3px;
}

.section-2 .sec2-slider .item .description {
    margin-bottom: 75px;
}

.section-2 .sec2-slider .bx-wrapper .bx-pager {
    text-align: left;
}

.section-2 .sec2-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffffff;
    opacity: 0.5;
    border-radius: 50% !important;
    width: 15px;
    height: 15px;
}

.section-2 .sec2-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .section-2 .sec2-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ffffff;
    opacity: 1;
}


.section-3-wrapper {
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #ffffff;
}

.section-3 .title {
    color: #3ea6dd;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 200;
    margin: 30px 0px 20px 0;
}

.section-3 .sec2-slider .bx-wrapper {
    float: left;
}

.section-3 .sec2-slider .item .item-title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 35px;
    padding: 0 3px;
}

.section-3 .sec2-slider .item .description {
    margin-bottom: 75px;
}

.section-3 .sec2-slider .bx-wrapper .bx-pager {
    text-align: center;
}

.section-3 .sec2-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #3ea6dd;
    opacity: 0.5;
    border-radius: 50% !important;
    width: 15px;
    height: 15px;
}

.section-3 .sec2-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .section-3 .sec2-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #2290cd;
    opacity: 1;
}

.pager .active a, .pager .active a:focus, .pager .active a:hover, .pager .active span, .pager .active span:focus, .pager .active span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.footer-social-menu.menu {
    float: right;
}

.footer-social-menu.menu li a {
    color: #dddddd;
}

.footer-bottom {
    padding: 4px 0 20px 0;
    float: left;
    width: 100%;
}

.footer-bottom .copy-right {
    float: left;
    color: #dddddd;
}

.footer-bottom .footer-menu {
    float: right;
}

.footer-bottom .footer-menu.menu li a {
    color: #dddddd;
    border-right: 1px solid #dddddd;
    padding: 0px 10px;
}

.footer-bottom .footer-menu.menu li.last a {
    border-right: none;
    padding-right: 0;
}

.inner-page .footer {
    margin-top: 50px;
}

.header.default-page {
    background-image: url(../images/default_header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -100px;
    font-family: 'Open Sans', sans-serif;
    color: #acacac;
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header.search-page {
    background-image: url(../images/default_header.jpg);
}

.header.default-page .logo-section {
    float: none;
    text-align: center;
    padding: 2.0% 0;
}

.header.default-page .logo-section .logo {
    float: none;
}

.header.default-page .search-section {
    margin: 2.2% 0 6.6% 0;
    float: none;
    text-align: center;
}

.header.default-page .search-section .search-input input#home-search {
    padding: 8px 10px;
    width: 50%;
    margin: 0;
    font-size: 14px;
    line-height: 19px;
}

.header.default-page .search-section .search-input a.search-btn {
    font-size: 14px;
    line-height: 20px;
    margin-left: -5px;
    background: #1799d7;
    color: #ffffff;
    padding: 10px 28px;
}

input#solr-search-input::-webkit-input-placeholder::before {
    font-family: 'FontAwesome';
    content: '\f002  ';
}

input#solr-search-input::-moz-placeholder::before {
    font-family: 'FontAwesome';
    content: '\f002  ';
}

input#solr-search-input::-ms-input-placeholder::before {
    font-family: 'FontAwesome';
    content: '\f002  ';
}

.z-container {
    padding: 0;
    margin: 0;
    border-width: 1px;
    background: #fff;
}

.solr-result-page .z-container {
    position: relative;
    top: -50px;
}

.solr-result-page .z-tabs-nav.z-tabs-desktop {
    z-index: 10;
}

.solr-result-page .z-tabs.mini > ul > li > a {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.solr-result-page .z-tabs.silver > .z-container {
    border-color: #dedede;
}

.solr-result-page .z-tabs.silver > ul {
    border-color: #6d6d6d;
}

.solr-result-page .z-tabs.silver > ul > li > a {
    border-color: #008fd5;
    border-top: none;
}

.solr-result-page .z-tabs.silver > ul > li > a {
    filter: none;
    background: #3ba8e0;
    text-shadow: none;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.solr-result-page .z-tabs.silver > ul > li.z-active > a {
    filter: none;
    background: #04abfc;
    text-shadow: none;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.solr-result-page .tabbed-search-result td.col-sm-3 {
    text-align: right;
    color: #7e7e7e;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.solr-result-page .tabbed-search-result td.col-sm-6 {
    text-align: left;
    color: #7e7e7e;
    font-family: 'Open Sans', sans-serif;
}

.solr-result-page .tabbed-search-result td.col-sm-6.td-bold {
    text-align: right;
    font-weight: bold;
}

.solr-result-page .tabbed-search-result td.col-sm-9 {
    color: #818181;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.solr-result-page .tabbed-search-result td.col-sm-9 a {
    color: #818181;
}

.search-form .col-sm-1, .search-form .col-sm-3, .search-form .col-sm-5 {
    padding: 0;
}

.search-form .col-sm-5 {
    padding-left: 22px;
}

.front .search-form .col-sm-5 {
    padding-left: 0px;
}

.search-form .form-control {
    height: 40px;
}

.search-form .col-sm-1.search-btn {
    text-align: left;
}

.header.default-page .search-section {
    float: left;
}

.panel-info {
    border-color: #eaeaea;
}

.modal-header .close {
    opacity: 1;
    color: #FFF;
}

.modal-header {
    color: #ffffff;
    background-color: #008fd5;
    cursor: move;
}

.modal-header a {
    color: #ffffff;
}

.panel-info > .panel-heading {
    color: #ffffff;
    background-color: #008fd5;
    border-color: #cacaca;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    border-bottom: 5px solid #04abfc;
}

.panel-info > .panel-heading-no-border {
    border-bottom: none;
}

.panel-info > .panel-heading.green {
    background-color: #6d9d30;
    border-color: #90cc44;
    border-bottom: 5px solid #90cc44;
}
.panel-info > .panel-heading.yellow {
    background-color: #f7931e;
    border-color: #cacaca;
    border-bottom: 5px solid #ffc20e;
}

.panel-info > .panel-heading.panel-extra-form {
    background-color: #f7931e;
    border-color: #f26522;
    border-bottom: 5px solid #ffc20e;
}

.fff-bg {
    background: #ffffff;
    border-color: #cacaca;
}

.company_title {
    float: left;
}

.company_title h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.company_title a {
    color: #575757;
}
.company_title a.btn-danger {
    color: #FFFFFF;
}

.company_extra {
    direction: rtl;
}

#dynagrid-1 .pagination, #dynagrid-3 .pagination,
#dynagrid-2 .pagination, #dynagrid-f2 .pagination,
#dynagrid-f .pagination, #dynagrid-ticket .pagination,
#dynagrid-f1 .pagination {
    margin: 0;
}

.facet-col .panel-info > .panel-heading {
    background-color: #f8a440;
    border-color: #f8a440;
}

.facet-col .panel-info > .panel-heading:hover {
    background-color: #f7941d;
    border-color: #f7941d;
}

.z-tabs.horizontal.top-right > ul > li.z-last {
    margin-right: 2px;
}

.tabbed-search-result tr.header {
    border-bottom: 5px solid #ffffff;
    border-right: 0;
}

.tabbed-search-result tr, .record-details tr {
    line-height: 30px;
}

.tabbed-search-result tr.just-space {
    margin-bottom: 12px;
    display: block;
}

.tabbed-search-result tr.last-row {
    background-color: #dddddd;
    line-height: 36px;
}

.tabbed-search-result tr.last-row td {
    text-align: right;
}

.tabbed-search-result tr.last-row td span {
    text-align: right;
    color: #7e7e7e;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.tabbed-search-result tr.header {
    border-color: #04abfc;
    line-height: 20px;
}

.solr-result-page .tabbed-search-result table tr td.header.yellow {
    background-color: #f7931e;
}
.solr-result-page .tabbed-search-result table tr td.header.green {
    background-color: #6d9d30;
}

.solr-result-page .tabbed-search-result table tr.header.yellow {
    border-color: #ffc20e;
}
.solr-result-page .tabbed-search-result table tr.header.green {
    border-color: #90cc44;
}

.solr-result-page .z-tabs.silver > ul > li > a.yellow {
    background-color: #f6bc10;
}
.solr-result-page .z-tabs.silver > ul > li > a.green {
    background-color: #8eb35f;
}

.solr-result-page .z-tabs.silver > ul > li.z-active > a.yellow {
    background-color: #ffc20e;
}

.solr-result-page .z-tabs.silver > ul > li > a.yellow {
    border-color: #ffc20e;
}
.solr-result-page .z-tabs.silver > ul > li.z-active > a.green {
    background-color: #90cc44;
}

.solr-result-page .z-tabs.silver > ul > li > a.green {
    border-color: #6d9d30;
}

.solr-result-page .tabbed-search-result table tr td.header.red {
    background-color: #ff5b62;
}

.solr-result-page .tabbed-search-result table tr.header.red {
    border-color: #ff333c;
}

.solr-result-page .z-tabs.silver > ul > li > a.red {
    background-color: #ff8085;
}

.solr-result-page .z-tabs.silver > ul > li.z-active > a.red {
    background-color: #ff333c;
}

.solr-result-page .z-tabs.silver > ul > li > a.red {
    border-color: #ff333c;
}

/*
.solr-result-page .pagination {
    margin: 0;
    padding: 10px 20px;
    background-color: #ffffff;
    width: 100%;
}
.solr-result-page .pagination > li > a, .solr-result-page .pagination > li > span {

    padding: 6px 12px;
    margin: 0 12px;
    line-height: 1.42857143;
    color: #acacac;
    text-decoration: none;
    background-color: #fff;
    border: none;
    font-weight: bold;
}
.solr-result-page .pagination > li.active > a {
    color: #808080;
}
*/

.header.default-page.fixed-header1 {
    z-index: 1002;
    width: 100%;
    background-size: cover;
    background-position: 0px -180px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header.default-page.fixed-header1 .header-top-section {
    visibility: hidden;
    height: 0;
    padding: 0;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header.default-page.fixed-header1 .new-inner {
    margin: 15px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header.default-page.fixed-header1 .logo-section img {
    width: 140px;
    height: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header.default-page.fixed-header1 .new-inner .search-section {
    margin: 7px 0 0 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header.default-page .new-inner {
    width: 100%;
    float: left;
    margin: 15px 0;
}

.header.default-page .new-inner .logo-section {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
}

.header.default-page .new-inner .logo-section .logo {
    float: left;
}

.header.default-page .new-inner .search-section {
    float: right;
    width: auto;
    margin: 30px 0 0 0;
    padding: 0;
}

.header.default-page .new-inner .search-section .search-text {
    float: left;
}

.header.default-page .new-inner .search-section .search-text input {
    width: 490px;
}

.header.default-page .new-inner .search-section .search-btn {
    float: right;
}

.record-details td.col-sm-3 {
    text-align: right;
    color: #7e7e7e;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.contact-list td.col-sm-3 {
    text-align: left;
    color: #7e7e7e;
    font-weight: normal;
}

.record-details td.col-sm-9 {
    color: #818181;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.record-details tr.just-space {
    margin-bottom: 12px;
    display: block;
}

.block1 {
    padding: 30px 0px 15px;

    /*
     padding: 15px 0px 15px;
        padding: 210px 0px 15px;
    border-color: #575757;
    border-top: 5px solid;
    */
    color: #575757;
    margin: 0 auto;
    width: 1140px;
    margin-top: 203px;
}

.block1 .result-summary {
    font-weight: bold;
    color: #666666;
    padding: 10px 15px 10px 0;
}

.block1 .result-summary .list-action-btn {
    float: right;
}

.block1 .result-summary .list-action-btn .btn {
    padding: 7px 15px 8px 15px;
}

.block1 .result-summary .noofres-msg {
    float: left;
    padding: 5px 0;
}

.block1 .search-results-icons {
    float: right;
}

.block1 .search-results-icons .btn-primary {
    padding: 7px 12px 8px 12px;
}

.block1 .list_row_count .btn-default {
    padding: 7px 12px 6px 12px;
}

.block1 .search-tools {
    padding: 10px 0 10px 15px;
}

.list_row_count {
    float: left;
}

.pager-option {
    float: right;
}

.header-top-section .add_business {
    float: left;
}

.header-top-section .add_business a {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 40px;
    font-weight: 600;
}

.header-top-section .add_business img {
    margin: 0px 5px 5px 0px;
}

.default-page .header-top-section .menu li a {
    color: #FFFFFF;
}

.dashborad-stiky-icons {
    position: fixed;
    top: 265px;
    display: block;
    width: 46px;
}

.dashborad-stiky-icons a {
    width: 100%;
}

.sticky-container {
    /*background-color: #333;*/
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: -155px;
    top: 274px;
    width: 200px;

}

.sticky li {
    list-style-type: none;
    background-color: #28903B;
    text-align: right;
    color: #efefef;
    height: 35px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;

}

.sticky li:hover {
    margin-right: -100px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.sticky li.extra-modules:hover {
    margin-right: -140px;
}

.sticky li img {
    float: right;

}

.sticky li p {
    padding: 0px;
    margin: 0px;
    line-height: 35px;
}

.sticky li p.setting {
    background-color: #28903B;
}

.sticky li p.assigned-accounts {
    background-color: #28903B;

}

.sticky li p.reports {
    background-color: #28903B;
}

.sticky li p.extra-modules {
    background-color: #208fce;
    line-height: 34px;
}
.sticky li p.alert {
    background-color: #ED464D;
}

#map-canvas {
    height: 500px;
}

a.block1-btn {
    background: #868686;
    padding: 8px 20px 7px;
    color: #ffffff;
    font-size: 14px;
    float: right;
    margin-left: 10px;
}

a.proIcon {
    background-color: #FFFFFF;
}

a.block1-btn:hover {
    text-decoration: none;
    color: #ffffff;
}

.opportunity-details {
    padding: 10px 0;
}

.opportunity-details .panel {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.opportunity-details .panel-heading {
    background-color: #e4e4e4;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 8px;
}

.opportunity-details .panel-heading .pull-left {
    color: #797979;
    font-weight: bold;
}

.opportunity-details .contact-list .table > tbody > tr > th {
    background-color: #e4e4e4;
}

.opportunity-details .note-list .table > tbody > tr > th {
    background-color: #e4e4e4;
}

.opportunity-details .table > tbody > tr > td {
    color: #818181;
}

#edit-modal .modal-body {
    padding: 10px 0;
}

.crm-opportunity-form {
    padding: 10px 0;
}

.crm-opportunity-form .panel-heading {
    background-color: #e4e4e4;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
}

.crm-opportunity-form .opp-form-submit {
    text-align: right;
    margin: 10px;
}

.crm-opportunity-form .opp-form-submit-with-offer {
    float: left;
    margin-left: 10px;
}

.crm-opportunity-form .field-crmopportunityform-offer {
    float: right;
    margin-left: 10px;
}

.crm-opportunity-form .panel {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.crm-opportunity-form .panel-title {
    color: #797979;
    font-weight: bold;
    font-size: 14px;
}

.crm-opportunity-form .pull-left .panel-title {
    padding: 3px 0 0 0;
}

.crm-opportunity-form .control-label {
    color: #797979;
}

.crm-opportunity-form .product_summary th, .crm-opportunity-form .product_summary td {
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.crm-opportunity-form .is_service_header .form-group {
    margin-bottom: 0px;
    padding: 0px 0 0 0;
    margin-top: 3px;
}

.crm-opportunity-form .is_service_header .field-crmopportunityform-is_service .control-label {
    padding-left: 0px;
}

.main-page {
    background-color: #FFFFFF;
    padding-top: 25px;
}

.main-page .raw {
    padding-top: 10px;
    color: #818181;
}

.main-page .raw .block {
    margin-left: 40px;
    background-color: #eeeeee;
    padding-left: 8px;
}

.main-page .block .headerS {
    padding-bottom: 8px;
    padding-top: 8px;
    cursor: pointer;
}

.main-page .block .headerS i {
    float: right;
    padding-right: 10px;
}

.main-page .block .details {
    border-top: 1px solid #ddd;
    margin-right: 15px;
    padding: 10px;
}

.main-page .raw img {
    float: left;
}

.main-page .panel {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.activity-list th a {
    color: #818181;
}

.pro-page {
    padding-right: 0px;
    padding-left: 0px;
    color: #818181;
}

.pro-page th a {
    color: #818181;
}

.pro-page .glyphicon-eye-open, .pro-page .glyphicon-trash, .pro-page .glyphicon-send,
.pro-page .fa-file-pdf-o, .pro-page .fa-file-excel-o,
.pro-page .fa-download, .activity-list .glyphicon-eye-open,
.activity-list .glyphicon-trash, .activity-list .glyphicon-send,
.kv-grid-table .glyphicon-trash, .kv-grid-table .glyphicon-eye-open, .glyphicon-edit {
    color: #818181;
}

.pro-page .glyphicon-send {
    border: none;
    margin-top: -5px;
}

.attachment-list .new_attachment_btn_div {
    float: right;
}

.panel-info > .panel-ticket{
    background-color: #f0ad4e;
    border-bottom: 5px solid #ffc20e;
}
.panel-info > .panel-ticket a, .panel-info > .panel-ticket a:visited, .panel-info > .panel-ticket a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

.ticket-list .panel, .activity-list .panel, .opportunity-list .panel, .attachment-list .panel {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.ticket-list .kv-panel-before, .activity-list .kv-panel-before, .opportunity-list .kv-panel-before, .attachment-list .kv-panel-before {
    border: 0;
}

.ticket-list .panel-heading .pull-left, .activity-list .panel-heading .pull-left, .opportunity-list .panel-heading .pull-left, .attachment-list .panel-heading .pull-left {
    color: #797979;
    font-weight: bold;
}

.ticket-list .table, .activity-list .table, .opportunity-list .table {
    border-collapse: separate;
    border-spacing: 5px 0px
}

.ticket-list .table > thead > tr > th, .activity-list .table > thead > tr > th, .opportunity-list .table > thead > tr > th, .attachment-list .table > thead > tr > th {
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #797979;
    background-color: #e4e4e4;
}

.ticket-list .table > tbody > tr > td, .activity-list .table > tbody > tr > td, .opportunity-list .table > tbody > tr > td, .attachment-list .table > tbody > tr > td {
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.ticket-details .panel-title {
    color: #797979;
    font-weight: bold;
    font-size: 14px;
}

.ticket-details .crm-activity-form {
    padding-top: 0;
}

.ticket-details .replies {
    margin-bottom: 0;
}

.ticket-details #comment_form .panel-body {
    padding-bottom: 0;
    padding-top: 0;
}

.ticket-details #comment_form .activity-form-submit {
    margin-right: 15px;
}

.ticket-hp {
    padding-top: 10px;
}

.ticket-hp .overview button {
    margin: 5px;
}

.ticket-hp .chart-title {
    font-size: 18px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    white-space: nowrap;
    color: rgb(51, 51, 51);
    margin-bottom: 10px;
    margin-top: 3px;
}

.dynamicform_sub_department .panel-heading, .dynamicform_team .panel-heading {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.dynamicform_sub_department .panel-body, .dynamicform_team .panel-body {
    padding: 15px 0 0px 0px;
}

.opportunity-list .table .opp-pdf {
    padding: 5px;
}

.lookup_company_btn {
    text-align: left;
}

.lookup-company-form {
    min-height: 200px;
    padding: 20px;
}

.lookup-company-form .search-form .form-control {
    height: 40px;
}

.lookup-company-form .search-btn {
    float: left;
    width: 85px;
}

.lookup-company-form .search-text {

}

.lookup-company-form .search-text input {
    width: 490px;
    float: left;
}

.lookup-company-form .panel .panel-footer {
    padding: 0px;
}

.lookup-company-form .utilities-addBusiness {
    margin-top: 15px;
}

.lookup-company-form .utilities-addBusiness .panel-heading {
    margin-left: 0px;
    margin-right: 0px;
}

.lookup-company-form .utilities-addBusiness .panel-body {
    padding: 0px;
}

.utilities-addBusiness div.field-addbusinessform-phone label{
    display: block;
}

.bod-list .table, .partner-list .table {
    border-collapse: separate;
    border-spacing: 10px 0px;
    color: #818181;
}

.bod-list .table > tbody > tr > th, .partner-list .table > tbody > tr > th {
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #7e7e7e;
}

.bod-list .table > tbody > tr > td, .partner-list .table > tbody > tr > td {
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.bod-list .table > tbody > tr > th, .partner-list .table > tbody > tr > th {
    background-color: #e4e4e4;
}

.contact-list > tbody > tr > td.col-sm-2 {
    color: #818181;
}

.full_classification {
    color: #818181;
}

.just-space {
    margin-bottom: 12px;
    display: block;
}

.product-form .panel-footer {
    margin: 0 10px;
}

/*
.product-form .dynamicform_products .container-items div.col-md-2{
    width: 12%;
    padding-right: 5px;
    padding-left: 5px;
}
.product-form .dynamicform_products .container-items div.col-md-1{
    width: 5%;
}
*/
.crm-activity-form {
    padding: 10px 0;
}

.crm-activity-form .panel-heading {
    background-color: #e4e4e4;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
}

.crm-activity-form .panel {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.crm-activity-form .panel-title {
    color: #797979;
    font-weight: bold;
    font-size: 14px;
}

.crm-activity-form .control-label {
    color: #797979;
}

.crm-activity-form .activity-form-submit {
    text-align: right;
    margin: 10px;
}

#user_overall_perf .submitTD{
    text-align: left;
    vertical-align: middle;
}
.report-list .table {
    padding-top: 15px;
}

.kv-grid-wrapper {
    height: 475px;
}

.report-list .filters td {
    padding-left: 0px;
    padding-right: 0px;
}

.report-list .table > thead > tr > th {
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #797979;
    background-color: #e4e4e4;
}

.report-list .table > tbody > tr > td {
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.report-list .kv-panel-before {
    border: 0;
}

.report-list .kv-expand-detail-row td {
    background-color: #FFF !important;
}

.report-list .pagination {
    margin: 0;
}

.view-list .list-search-result {
    background: #ffffff;
    color: #818181;
}

.view-list .list-search-result .table-list td {
    padding: 10px;
}

.view-list .list-search-result .table-list td.col1 {
    width: 1%;
    padding-left: 15px;
    border-bottom: 1px solid #ddd;
}

.view-list .list-search-result .table-list td.col2 a {
    color: #818181;
}

.view-list .list-search-result .table-list td.col2 {
    width: 50%;
    border-bottom: 1px solid #ddd;

}

.view-list .list-search-result .table-list td.col3 {
    width: 30%;
    border-bottom: 1px solid #ddd;
}

.view-list .list-search-result .table-list td.col4 {
    width: 19%;
    border-bottom: 1px solid #ddd;
}

.view-list .list-search-result .panel-heading td.col1 {
    width: 1%;
    padding-left: 5px;
}

.view-list .list-search-result .panel-heading td.col2 {
    width: 50%;
    padding: 0 18px;
    color: #FFFFFF;
}

.view-list .list-search-result .panel-heading td.col3 {
    width: 30%;
    padding-left: 24px;
    color: #FFFFFF;
}

.view-list .list-search-result .panel-heading td.col4 {
    width: 19%;
    color: #FFFFFF;
}

td.list-address-raw.blue {
    border-left: 3px solid #04abfc;
    border-collapse: collapse;
}

td.list-address-raw.green {
    border-left: 3px solid #90cc44;
    border-collapse: collapse;
}

.view-list tr.list-view-raw {
    color: #818181;
}

.view-list .list-search-result tr.list-view-raw.blue {
    border-left: 5px solid #04abfc;
}

.view-list .list-search-result tr.list-view-raw.yellow {
    border-left: 5px solid #f7931e;
}
.view-list .list-search-result tr.list-view-raw.green {
    border-left: 5px solid #90cc44;
}

.advanced-search-form {
    padding: 0;
    background-color: #FFFFFF;
}

.advanced-search-form .panel {
    margin-bottom: 25px;
}

.advanced-search-form .advanced-search-btn {
    float: right
}

.advanced-search-form-body {
    padding: 15px 0;
}

.advanced-search-form-body .clearfix {
    padding: 15px 0;
}

.sitting-form .control-label {
    color: #797979;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #04abfc;
    margin: 10px 0;
    padding: 0;
    width: 100%;
}

.align-middle {
    vertical-align: middle !important;
}

div#signupform-period, div#signupform-subscription_type {
    margin-top: 11px;
}

.calendar {
    background-color: #FFF;
    padding: 15px;
}

a.view_details_link {
    color: #7e7e7e;
}

.opportunity-edit-link, .activity-edit-link {
    text-decoration: underline;
}

.site-login h1, .site-request-password-reset h1 {
    color: #7e7e7e;
}

.ui-autocomplete.ui-widget-content {
    width: 490px !important;
}

.search-options img {
    margin-top: 25px;
    margin-right: 10px;
}

.new-inner .search-section .search-form {
    float: right;
}

.search-options-top {
    float: right;
    margin-top: 15px;
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}

.fixed-top {
    position: fixed;
    top: 83px;
    z-index: 1002;
    right: 75px;
    left: 75px;
}

.fixed-header1 .search-options-top {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    margin: 0;
}

.search-options-top-s {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.fixed-header1 .search-options-top-s {
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}

.new-inner .search-section .search-options-top-s {
    float: left;
}

.new-inner .search-options-top-s a {
    margin: 0 10px 0 0;
    display: block;
    float: right;
}

.new-inner .search-options-top a {
    margin: 0 0 0 10px;
    display: block;
    float: right;
}

.new-inner .search-options-top-s img {
    float: right;
}

.bx-wrapper {
    float: right;
}

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    background: transparent;
    left: 0;
}

#infoWindow > div > table > tbody > tr > td, #infoWindow > div > table > tbody > tr > td > a,
#infoWindow a, #infoWindow td {
    color: #818181;
    font-style: normal;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url("../images/jqui_images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url("../images/jqui_images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-sortable tr {
    cursor: all-scroll;
}

.sticky a {
    color: #FFFFFF;
    text-decoration: none;
}

.raw a, .raw .headerS, .raw a:hover, .raw a:focus {
    color: #818181;
    text-decoration: none;
}

.mapSearchTip {
    margin: 15px;

}

.deleteShap {
    text-align: right;
    margin: 5px;
}

#MapDiv {
    border: 2px solid #94BC14;
    height: 700px;
    margin: 15px 6px 6px !important;
    padding: 0;
    width: 99%;
}

.btn-grey, .btn-grey:hover, .btn-grey:focus {
    color: #fff;
    background-color: #5E5E5E;
    border-color: #5E5E5E;
}

a.header_link {
    color: #FFFFFF;
}

.other_entity {
    color: #7e7e7e;
}

/**
 * pagingSlider - CSS
 * Following lines are required for animations, etc.
 */
.slidepage-container {
    height: 330px;
    position: relative;
    overflow: hidden;
}

/* pageSlider container setup */

.psPage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.psPage.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.psPage.center {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.psPage.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.psPage.transition {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.knowledge-slider-menu a.l1 {
    background: url("../images/icon1.png") no-repeat;
    width: 50px;
    height: 45px;
    display: block;
    float: left;
    margin-right: 50px;
}

.knowledge-slider-menu a {
    width: 50px;
    height: 45px;
    display: block;
    float: left;
    margin-right: 50px;
}

.knowledge-slider-menu a.l1 {
    background: url("../images/icon1.png") no-repeat;
}

.knowledge-slider-menu a.l2 {
    background: url("../images/icon2.png") no-repeat;
}

.knowledge-slider-menu a.l3 {
    background: url("../images/icon3.png") no-repeat;
}

.knowledge-slider-menu a.l4 {
    background: url("../images/icon4.png") no-repeat;
}

.knowledge-slider-menu a.l1:hover {
    background: url("../images/icon1_hover.png") no-repeat;
}

.knowledge-slider-menu a.l2:hover {
    background: url("../images/icon2_hover.png") no-repeat;
}

.knowledge-slider-menu a.l3:hover {
    background: url("../images/icon3_hover.png") no-repeat;
}

.knowledge-slider-menu a.l4:hover {
    background: url("../images/icon4_hover.png") no-repeat;
}

#knowledge-slider-wrapper .slidepage-container span {
    margin: 35px 0 2px 0;
    display: block;
    font-weight: 600;
    color: #575757;
}

.loading-indicator {
    height: 80px;
    width: 80px;
    background: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.loading-panel {
    text-align: center;
    height: 90px;
    background: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

.users-managments-links a {
    margin-right: 10px;
}

#new_competitor_btn {
    float: right;
}

#dynagrid-f1 h4 {
    margin-bottom: 0px;
}

.counter {
    color: #fff;
    font-size: 12px;
    padding: 0px 3px;
    float: right;
    margin-top: -7px;
    margin-right: -57px;
    border-radius: 2px;
    background: #f93a43;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f93a43 0%, #df121c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f93a43), color-stop(100%, #df121c));
    background: -webkit-linear-gradient(top, #f93a43 0%, #df121c 100%);
    background: -o-linear-gradient(top, #f93a43 0%, #df121c 100%);
    background: -ms-linear-gradient(top, #f93a43 0%, #df121c 100%);
    background: linear-gradient(to bottom, #f93a43 0%, #df121c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f93a43', endColorstr='#df121c', GradientType=0);
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #EEEEEE;
}

.bs-callout-new {
    border-left-color: #04abfc;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

.dismiss_notification {
    font-size: inherit;
}

.target_systems {
    margin: 20px;
}

.target_systems table.table td input {
    text-align: right;
}

.notify_action {
    text-align: right;
}

.edit_user_activity_target_by_month {
    padding: 5px;
}

.target_quarter th {
    text-align: center;
    background-color: #008FD5;
}

#dynagrid-exclude-pjax .panel-heading, #dynagrid-include-pjax .panel-heading  {
    background-color: #FFFFFF;
    width: 70%;
    float: left;
}

#knowledge-slider-wrapper .solution .solution-title {
    background-color: #008fd5;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 12px;
}

#knowledge-slider-wrapper .solution .solution-title span {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    color: #ffffff;
    display: inline;
}

#knowledge-slider-wrapper .solution .solution-content {
    padding-top: 15px;
    color: #7b7c7e
}

#knowledge-slider-wrapper .solution .solution-content ul li {
    list-style-image: url("../images/list_image.png");
    padding: 3px 0;
}

.advanced-search-form .col-sm-6.btn-group {
    padding: 0 46px;
}

.advanced-search-form .btn-group .btn.btn-success {
    margin: 0 10px;
}

.z-tabs.z-icons-dark > ul.z-tabs-mobile > li > a > span.z-arrow {
    background-position: -1472px -61px;
}

.block1 .search-tools #filters-slide-in {
    display: none;
}

#overlay {
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.clickable_td, .clickable_opp, .clickable_activity, .clickable_user, .clickable_ticket {
    cursor: pointer;
}

.switch_account {
    margin-top: 10px;
    margin-left: 2px;
    color: #FFF;
    cursor: hand;
}

.res-table-title {
    display: none;
}

.mobile {
    display: none;
}

#ReportingToolsForm .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mobile-view {
    display: none;
}

.also_assigned {
    float: right;
    background-color: #FFFFFF;
    padding: 10px;
}

.responsive-container {
    margin: 0px;
}

.guide_chapter {
    padding-left: 15px;
    padding-top: 10px;
}

.BMS {
    position: absolute;
    top: 161px;
    right: 57px;
}

.rg_an, .rg_anbg, .rg_ilm, .rg_ilmbg {
    display: none;
    left: 0;
    top: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    font: normal 11px arial, sans-serif;
    line-height: 100%;
    white-space: nowrap;
    width: 50%;
}

.rg_anbg, .rg_ilmbg {
    background: rgba(51, 51, 51, 0.8);
    margin-left: 0;
    padding: 2px 4px;
    position: absolute;
}

.rg_ilmn {
    bottom: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.highcharts-container {
    cursor: pointer;
}


.panel-content.youtube {
    float: left;
}

.table-of-contents {
    padding-top: 0px;
    padding-right: 50px;
}

.table-of-contents .section {
    padding-top: 7px;
}

#editBtnMarketList {
    margin-left: 10px;
}
.market-share.default .border {
    border-bottom: solid;
    border-bottom-width: 2px;
    padding-top: 10px;
    border-color: #bdc1c6;
    margin-bottom: 10px;

}

.market-share.default .dropdown {
    float: left;
    padding-right: 10px;
}

.market-share.default .left-side {
    background-color: #FFFFFF;
    margin-right: 5px;
}

.market-share.default .left-side .info {
    padding-bottom: 6px;
}

.market-share.default .left-side .info .number a {
    color: #28903b !important;
}

.market-share.default .right-side {
    background-color: #FFFFFF;
    padding-bottom: 15px;
    width: 66%;
}

.market-share.default .right-side .guide-box {
    background-color: #bdc1c6;
    padding: 5px 5px 5px 5px;
    margin-top: 15px;
    margin-bottom: 45px;
}

/*.responsive-container {
    position: relative;
    padding-bottom: 53.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.responsive-container,
.responsive-container iframe {
    max-width: 1920px;
    max-height: 1080px;
}
.responsive-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}
*/
/*==========     Responsive styles     ==========*/
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

    .section-1 .kinz-video {
        padding: 4% 5% 20% 3.6%;
        background-size: 90%;
    }

    .section-1 .kinz-video iframe {
        width: 428px !important;
        height: 240px !important;
    }

    .knowledge-slider-menu a {
        margin-right: 30px;
    }

    .knowledge-slider-menu a.l1 {
        margin-right: 30px;
    }

    .section-2-wrapper {
        height: auto;
    }

    .section-2 .title {
        margin: 20px 0px 40px 0;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .container {
        margin-left: 0px;
        margin-right: 0px;
    }

    .search-form .col-sm-1.search-btn {
        width: 10%;
    }

    .header-blocks-section .col-sm-3 {
        width: 33%;
    }

    .header-blocks-section .col-sm-1 {
        width: 4%;
    }

    .header-blocks-section .col-sm-5 {
        width: 10%;
    }

    .section-1.container .col-sm-7 {
        width: 100%;
    }

    .section-1.container .col-sm-5 {
        width: 100%;
    }

    .section-1 .kinz-video iframe {
        width: 558px !important;
        height: 314px !important;
    }

    .section-1 .slidepage-container {
        height: 200px;
    }

    .section-2 .sec2-slider .item .item-title {
        margin-bottom: 20px;
    }

    .section-2 .sec2-slider .item .description {
        margin-bottom: 40px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    .header-blocks-section .left-block.col-sm-3.nopadding {
        float: left;
        width: 175px;
    }

    .header-blocks-section .middle-block.col-sm-3.nopadding {
        float: right;
        width: 175px;
    }

    .header-blocks-section .col-sm-1 {
        display: none;
    }

    .header-blocks-section .col-sm-5 {
        width: 100%;
    }

    .header-blocks-section .right-block .align {
        padding-left: 0;
    }

    .header-blocks-section .col-sm-3 {
        margin-bottom: 5% !important;
    }

    .front .search-form .col-sm-5 {
        padding-left: 0px;
        width: 304px;
        float: left;
    }

    .search-form .col-sm-1.search-btn {
        width: 85px;
        float: left;
    }

    .logo-section .bx-wrapper {
        display: none;
    }

    .section-1 .kinz-video iframe {
        width: 332px !important;
        height: 187px !important;
    }

    .section-1-wrapper {
        height: auto;
    }

    .section-2-wrapper {
        background-size: 100% 100%;
    }

    .footer-social-menu.menu {
        float: left;
    }

    .footer-bottom .copy-right {
        padding-left: 17px;
    }

    .footer-bottom .footer-menu {
        float: left;
        padding-left: 8px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}
.select2-container
.marketplac-btn {
    margin-right: 26px;
}

.market-place {
    padding: 20px;
    margin-bottom: 60px;
}

.market-place .box {
    padding-top: 15px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 10px;
}

.market-place .list > .box {
    padding-top: 1px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 25px;
}

.market-place .header {
    padding: 10px;
    color: #ffffff;
    background-color: #008fd5;
    border-color: #cacaca;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    border-bottom: 5px solid #04abfc;
}

.market-place .header .rate {
    float: right;
    margin-top: 0px;
}

.market-place .body table {
    background-color: #FFF;
}

.market-place .body table th {
    color: #7e7e7e;
}

.market-place .body table td {
    padding-top: 5px;
}

.market-place .body table tr.last td {
    padding-bottom: 10px;
    padding-top: 5px;
}

.market-place .footer {
    background-color: #CACACA;
    padding: 10px;
    margin-top: 0px;
}

.market-place .footer .col-sm-3 {
    padding-left: 5px;
}

.market-place .footer .col-sm-9 {
    text-align: right;
}

.market-place .body .action {
    text-align: right;
    padding-bottom: 5px;
}

.market-place .reviews {
    padding: 10px 7px;
}

.market-place .panel-heading {
    color: #ffffff;
    background-color: #008fd5;
    border-color: #cacaca;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    border-bottom: 5px solid #04abfc;
}

.market-place .reviews .panel-heading {
    background-color: #e4e4e4;
    border: none;
    margin-left: 5px;
    margin-right: 5px;
    height: 48px;
    vertical-align: middle;
}

.market-place .reviews .panel-title {
    color: #797979;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}

.market-place .reviews .bs-callout {
    margin: 20px 15px;
}

.market-place .reviews .rate {
    margin-top: -15px;
}

.market-place .reviews .pager {
    padding-left: 15px;
    padding-right: 15px;
}

.market-place a.view_details_link {
    /*text-decoration: underline;*/
    color: #333;
}

.market_option {
    vertical-align: bottom;
}

.market-place table > tbody > tr > th, .market-place table > tbody > tr > td {
    padding-top: 5px;
}

.market-place #new_record_btn, .market-place #new_extra_field_btn {
    padding-top: 8px;
}

.rating-xxs {
    font-size: 20px;
}

input.lookup_company_btn::-webkit-input-placeholder {
    color: #FFF !important;
}

input.lookup_company_btn:-moz-placeholder {
    /* Firefox 18- */
    color: #FFF !important;
}

input.lookup_company_btn::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF !important;
}

input.lookup_company_btn:-ms-input-placeholder {
    color: #FFF !important;
}

.card {
    margin: 10px;
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid rgba(0,0,0,.125);
}
.card-header:first-child {
    border-radius: .25rem .25rem 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-weight: bold;
    text-transform: uppercase;
}
.card-header a, .card-header a:hover, .card-header a:visited{
    color: #FFFFFF;
    text-decoration: none;
}
.card-block {
    padding: 1.25rem;
}
.card-footer:last-child {
    border-radius: 0 0 .25rem .25rem;
}
.text-muted {
    color: #818a91!important;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0,0,0,.125);
}

.panel-content.extra-modules{
    padding-top: 25px;
    padding-bottom: 25px;
}

.card.QuickBuyBox{
    border: 3px solid #2290cd;
}
.card.QuickBuyBox .card-block{
    background: url(../images/QuickBuy.png) no-repeat center center;
    height: 170px;
    background-size: 256px;
}
.card.QuickBuyBox .card-header{
    background-color: #3ea6dd;
    color: #FFFFFF;
    font-size: 18px;
}
.card.MarketPlaceBox{
    border: 3px solid #7ac23c;
}
.card.MarketPlaceBox .card-block{
    background: url(../images/Market-Place.png) no-repeat center center;
    height: 170px;
    background-size: 285px;
}
.card.MarketPlaceBox .card-header{
    background-color: #97ca49;
    color: #FFFFFF;
    font-size: 18px;
}

.card.KinzProBox{
    border: 3px solid #7ac23c;
}
.card.KinzProBox .card-block{
    background: url(../images/Kinz-PRO-w.png) no-repeat center center;
    height: 170px;
    background-size: 285px;
}
.card.KinzProBox .card-header{
    background-color: #97ca49;
    color: #FFFFFF;
    font-size: 18px;
}

.card.TicketBox{
    border: 3px solid #d23842;
}
.card.TicketBox .card-block{
    background: url(../images/Client-Care.png) no-repeat center center;
    height: 170px;
    background-size: 260px;
}
.card.TicketBox .card-header{
    background-color: #ec474e;
    color: #FFFFFF;
    font-size: 18px;
}

.card.KinzProBox .card-footer, .card.QuickBuyBox .card-footer, .card.MarketPlaceBox .card-footer, .card.TicketBox .card-footer{
    border-top: none;
    background-color: #FFFFFF;
}

.card.KinzProBox hr, .card.QuickBuyBox hr, .card.MarketPlaceBox hr, .card.TicketBox hr
{
    display: block;
    height: 0px;
    border: 0;
    border-top: 2px solid #ededed;
    padding: 0;
    width: 94%;
    margin: auto;
}


.quickBuy .kv-grid-table {
    font-size: 11px !important;
}
/*Homepage*/

.homepage-popup .col-sm-3 img {
    margin-top: 31px;
    margin-left: 20px;
}
.homepage-popup .col-sm-3 .learn_more {
    position: fixed;
    bottom: 83px;
    left: 10%;
}

.bxslider1 .card, .bxslider1 .card-footer {
    background-color: transparent !important;
}
.bxslider1 .card-block {
    -webkit-filter: grayscale(100%) !important; /* Chrome, Safari, Opera */
    filter: grayscale(100%) !important;;
}

.bxslider1 .card.MarketPlaceBox .card-block {
    height: 127px;
    background-size: 285px;
    margin-top: 35px;
}
.bxslider1 .card.QuickBuyBox .card-block {
    height: 162px;
    background-size: 256px;
    margin-top: 0px;
}
.bxslider1 .card.TicketBox .card-block {
    height: 162px;
    background-size: 260px;
    margin-top: 0px;
}
.bxslider1 .card.KinzProBox .card-block {
    height: 162px;
    margin-top: 0px;
}
.bxslider1 .card.TicketBox .card-block {
    background: url(../images/Client-Care-w.png) no-repeat center center;
}

.bxslider1 .card.KinzPROBox .card-block {
    background: url(../images/kinz-PRO.png) no-repeat center center;
}

.bxslider1 .card.QuickBuyBox .card-block {
    background: url(../images/QuickBuy-w.png) no-repeat center center;
}

.bxslider_clients div.col-sm-3{
    height: 118px;
}
.bxslider_clients img{
    margin: 0 auto;
}

.field-crmticketfeedback-q1_comment label,
.field-crmticketfeedback-q2_comment label,
.field-crmticketfeedback-q3_comment label,
.field-crmticketfeedback-q4_comment label
{
    font-weight: normal;
}

.social-auth-links {
    margin: 10px 0;
}
.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}
.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}
.btn-twitter {
    color: #fff;
    background-color: #4099ff;
    border-color: rgba(0,0,0,0.2);
}
.btn-linkedin {
    color: #fff;
    background-color: #007BB6;
    border-color: rgba(0,0,0,0.2);
}
.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.intl-tel-input {
    width: 100%;
}

/* Help Section */
.feedback-minimized-position {
    right: 15px;
    z-index: 1;
}
.feedback-widget {
    max-width: 320px;
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    max-height: 470px;
}

.feedback-minimized-label {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    white-space: nowrap;
}
#helpMenuInner {
    background-color: #505050;
    color: #ffffff;
}
#helpMenuHP {
    background-color: #505050;
    color: #ffffff;
}
/* Help Section */

.navbar-nav .dropdown-menu{
  z-index: 10000;
}

@media print {

    header, .sticky-container, footer, .panel-heading a, .record-details-map {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }

    .block1{
        margin-top: 10px;
    }

    .record-details div:nth-child(3) { page-break-after: always; }
}

.col-green-color{
    color: #4cae4c !important;;
}

.col-red-bg-color{
    background-color: #ed464d4f !important;;
}

.col-red-color{
    color: #c55 !important;;
}

.opp-stage{
    background-color: #ffff00 !important;
}

.opp-stage.Pending{
    background-color: #ed464d4f !important;
}

.opp-stage.Approved{
    background-color: #5cb85d70 !important;;
}

button.glyphicon-send{
    background-color: transparent;
}



.modal-lg {
    width: 80%;
}

.hideShowPassword-toggle {
    background-color: transparent;
    background-image: url('/images/wink.png'); /* fallback */
    background-image: url('/images/wink.svg'), none;
    background-position: 0 center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 0.25em;
    cursor: pointer;
    font-size: 100%;
    height: 44px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: 'hidden';
    text-indent: -999em;
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.hideShowPassword-toggle-hide {
    background-position: -44px center;
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
    border-color: #0088cc;
    outline: transparent;
}

.cke_editable{
    font-size: 18px;
}