/** Analytics **/
#application_efficiency__icone{
    transform: rotateZ(-90deg);
}
#application_efficiency-menu li{
    font-weight: bold;
}
#application_efficiency-menu li a {
    padding: 10px 39px;
}
#application_efficiency-menu li.active > a {
    background-color: initial;
    font-weight: bold;
    color: #9DBD52;
}
#application_efficiency-menu .tab-pane{
    padding-top: 20px;
}
.daterangepicker-calendar {
    cursor: pointer;
    border: 1px solid #cccccc47;
    width: 300px;
    padding: 0 30px;
    /*margin: 19px 2px;*/
    margin: 0 2px 49px 2px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 2px 2px #b4b1b1;
}
::selection {
    background: #000000;
    color: #ffffff;
}
p > a, p > span > a, span > a,
.legal-paragraph a, .legal-paragraph a:hover, .link{
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    color: #000000;
}
p {
    font-weight: 300;
}

.chart {
    width: 100%;
    height: 350px;
}

.analytics__row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.analytics__column {
    width: 49%;
}

#share-chart {
    margin-top: 39px;
}

.no-data {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25%;
    font-size: 15px;
    text-align: center;
    width: 40%;
    position: absolute;
    background: white;
    border: 1px solid #cccccc47;
    box-shadow: 1px 1px 2px #b4b1b1;
}

.no-data__container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#preloader {
    width: 100%;
    height: 100%;
    background: rgba(16, 16, 16, 0.52);
    z-index: 999;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading {
    display: inline-block;
    position: relative;
    width: 104px;
    height: 104px;
}

.loading div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 91px;
    height: 91px;
    margin: 6px;
    border: 6px solid #9DBD52;
    border-radius: 50%;
    animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #9DBD52 transparent transparent transparent;
}

.loading div:nth-child(1) {
    animation-delay: -0.45s;
}

.loading div:nth-child(2) {
    animation-delay: -0.3s;
}

.loading div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*********************/

/** Coupons **/
@media (max-width: 996px) {
    .table_container {
        overflow: scroll;
    }

    .table_container > table {
        display: inline-block;
        overflow: scroll;
    }
    .manage-container span {
        flex-direction: column;
    }
    .manage-container span > i:first-child {
        padding-bottom: 25px;
    }
}
.container-fluid__title{ margin: 0 0 14px;}

/********* coupon-usage-report ************/
#coupon-usage-report .coupons-table tr > th { text-align: left;}
#coupon-usage-report .coupons-table tr > th:nth-child(8),
#coupon-usage-report .coupons-table tr > th:nth-child(9),
#coupon-usage-report .coupons-table tr > th:nth-child(10){ text-align: right; }
#coupon-usage-report .coupons-table thead > tr > th:first-child {
    width: 12.2%;
}
#coupon-usage-report .coupons-table > thead > tr > th:nth-child(2){
    width: 8%;
}
#coupon-usage-report .coupons-table > thead > tr > th:nth-child(4),
#coupon-usage-report .coupons-table > thead > tr > th:nth-child(7){
    width: 19.5%;
}
#coupon-usage-report .coupons-table > thead > tr > th:nth-child(3),
#coupon-usage-report .coupons-table > thead > tr > th:nth-child(5),
#coupon-usage-report .coupons-table > thead > tr > th:nth-child(6),
#coupon-usage-report .coupons-table > thead > tr > th:nth-child(8),
#coupon-usage-report .coupons-table > thead > tr > th:nth-child(9),
#coupon-usage-report .coupons-table > thead > tr > th:nth-child(10){
    width: 7%;
}
/*****************************************/

/************ Coupon ********************/
[id^="coupon"] .coupons-table tr > th,
[id^="coupon"] .coupons-table > thead > tr > th {
    text-align: left;
    vertical-align: middle;
    padding: 0.6em 1.2em;
}

.coupons-table > tbody > tr > th{  color: #3a3a3a; font-weight: lighter;}

#coupons .coupons-table > tbody > tr > th:nth-child(2),
#coupons .coupons-table > tbody > tr > th:nth-child(6){ text-align: right; }

#coupons .coupons-table tr > th:nth-child(7),
#coupons .coupons-table tr > th:nth-child(8),
#coupons .coupons-table tr > th:nth-child(9){ text-align: center; }
.coupons-table i{ color: #787878; }

#coupons .coupons-table thead > tr > th:first-child {
    width: 16.6%;
}
#coupons .coupons-table > thead > tr > th:nth-child(3) {
    width: 18%;

}
#coupons .coupons-table > thead > tr > th:nth-child(2),
#coupons .coupons-table > thead > tr > th:nth-child(5),
#coupons .coupons-table > thead > tr > th:nth-child(6){
    width: 8%;
}
#coupons .coupons-table > thead > tr > th:nth-child(4),
#coupons .coupons-table > thead > tr > th:nth-child(7),
#coupons .coupons-table > thead > tr > th:nth-child(8){
    width: 7.6%;
}
#coupons .coupons-table > thead > tr > th:last-child{
    width: 11%;
}
.clip {
    white-space: nowrap;
    overflow: hidden;
    width: 140px;
    text-overflow: ellipsis;
}
.active-coupon, .inactive-coupon {
    width: 18px;
    height: 18px;
    display: block;
    margin: auto;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.active-coupon { background: #9DBD52;}
.coupons-table i.has-notes,
.coupons-table [data-test-id^='editCoupon_'],
.coupons-table [data-test-id^='deleteCoupon_'] { cursor: pointer; }
.coupons-table i.has-notes, .coupons-table [data-test-id^='editCoupon_']:hover { color: #9DBD52; }
a.example-popover:focus, a.example-popover:hover, a.example-popover:focus {
    color: inherit !important;
    text-decoration: none !important;
    outline: none;
    outline-offset: inherit !important;
}

.inactive-coupon { border: 1px solid #787878; }
.manage-container span{ display: flex; justify-content: space-around;}
.popover {
    border-radius: 0;
    border: none;
    background-color: #f8f8f8;
    box-shadow: -1px 5px 19px rgba(0, 0, 0, .2);
}
.popover .arrow { display: none;}

.coupons-table [data-test-id^='deleteCoupon_']:hover {
    color: #6D0019;
    -webkit-animation: swinging 3s ease;
    -moz-animation: swinging 3s ease;
    animation: swinging 3s ease;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.edit-coupon{
    padding: 30px;
}
.edit-coupon__content{
    padding: 0;
    margin-top: 20px;
}
.edit-coupon__content__field{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.edit-coupon__content__field > label {
    width: 24%;
}
.edit-coupon__content__field > .form-control {
    width: 39%;
}
.edit-coupon__content__field textarea {
    overflow-y: scroll;
    height: 65px;
    resize: none; /* Remove this if you want the user to resize the textarea */
}
.edit-coupon__content__field input[type='number'].form-control{
    width: 17%;
}
.btn-cancel{background-color: #787878; color: white;}
#save-button{ margin-right: 20px}
#generate-code-button {
    margin-left: 20px;
}
.form-horizontal-container .p-0{
    padding-bottom: 15px;
}
#coupons .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
#coupons .modal-dialog .modal-content {
    border-radius: 0 ;
    border: none;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, .5);
    background-color: #f8f8f8;
}
.per-page-block{
    display: flex;
    justify-content: flex-end;
}
[data-test-id='previewPageButton'],
[data-test-id='nextPageButton'] {
    border: 1px solid #9dbd52;
    width: 50px;
}
[data-test-id='previewPageButton'] i,
[data-test-id='nextPageButton'] i{
    font-size: 12px;
    width: 12px;
    color: #9dbd52;
}
[data-test-id='previewPageButton']:disabled,
[data-test-id='nextPageButton']:disabled{
     border: 1px solid #dfdfdf;
    background-color: white;
}
[data-test-id='previewPageButton']:disabled i,
[data-test-id='nextPageButton']:disabled i {color: #dfdfdf;}
[data-test-id='changeItemsPerPage']{ width: 60px;}
#edit-coupon input:invalid,
#edit-coupon textarea:invalid {
  box-shadow: 0 0 5px 1px red;
}

#edit-coupon input:focus:invalid,
#edit-coupon textarea:focus:invalid{
  outline: none;
}
.textarea-container{position: relative; display: block;}
.textarea-container__warning,
.textarea-container__badwords{
    position: absolute;
    right: 0;
    color: #787878;
    text-align: right;
}
.textarea-container__badwords {
    bottom: -51px;
    width: 59%;
}
/******** Animation for Trash ************/
@keyframes swinging{
0% { transform: rotate(0); }
5% { transform: rotate(20deg); }
10% { transform: rotate(-15deg); }
15% { transform: rotate(10deg); }
20% { transform: rotate(-8deg); }
25% { transform: rotate(7deg); }
30% { transform: rotate(-6deg); }
35% { transform: rotate(5deg); }
40% { transform: rotate(-4deg); }
45% { transform: rotate(3deg); }
50% { transform: rotate(0); }
100% { transform: rotate(0); }
}

@-webkit-keyframes swinging{
0% { -webkit-transform: rotate(0); }
5% { -webkit-transform: rotate(12deg); }
10% { -webkit-transform: rotate(-10deg); }
15% { -webkit-transform: rotate(9deg); }
20% { -webkit-transform: rotate(-8deg); }
25% { -webkit-transform: rotate(7deg); }
30% { -webkit-transform: rotate(-6deg); }
35% { -webkit-transform: rotate(5deg); }
40% { -webkit-transform: rotate(-4deg); }
45% { -webkit-transform: rotate(3deg); }
50% { -webkit-transform: rotate(0); }
100% { -webkit-transform: rotate(0); }
}

@-moz-keyframes swinging{
0% { -moz-transform: rotate(0); }
5% { -moz-transform: rotate(12deg); }
10% { -moz-transform: rotate(-10deg); }
15% { -moz-transform: rotate(9deg); }
20% { -moz-transform: rotate(-8deg); }
25% { -moz-transform: rotate(7deg); }
30% { -moz-transform: rotate(-6deg); }
35% { -moz-transform: rotate(5deg); }
40% { -moz-transform: rotate(-4deg); }
45% { -moz-transform: rotate(3deg); }
50% { -moz-transform: rotate(0); }
100% { -moz-transform: rotate(0); }
}
/*********** End Animation Block ****************/



/*.switch-container {*/
	/*position: absolute;*/
	/*top: 50%; left: 50%;*/
	/*-webkit-transform: translate3d( -50%, -50%, 0 );*/
	/*transform: translate3d( -50%, -50%, 0 );*/
/*}*/
.switch-container label{
    margin: 0;
}
input[type="checkbox"].switch  {
	position: absolute;
	opacity: 0;
}

input[type="checkbox"].switch + div {
	vertical-align: middle;
	width: 40px;
	height: 20px;
	border-radius: 999px;
	background-color: #d8d8d8;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: background-color, box-shadow;
	transition-property: background-color, box-shadow;
	cursor: pointer;
}

input[type="checkbox"].switch + div span {
	position: absolute;
    font-size: 1.6rem;
    color: white;
    margin-top: 12px;
}

input[type="checkbox"].switch + div span:nth-child( 1 ) {
    margin-left: 15px;
}

input[type="checkbox"].switch + div span:nth-child( 2 ) {
    margin-left: 55px;
}

input[type="checkbox"].switch:checked + div {
	width: 45px;
	background-position: 0 0;
	background-color: #d8d8d8;
}

input[type="checkbox"].switch + div {
    width: 45px;
    height: 10px;
    margin: 10px 0 0;
}


input[type="checkbox"].switch:checked + div {
	background-color: #d8d8d8;
}

input[type="checkbox"].switch + div > div {
	float: left;
    width: 21px;
    height: 21px;
	border-radius: inherit;
	background: #787878;
	-webkit-transition-timing-function: cubic-bezier(1,0,0,1);
	transition-timing-function: cubic-bezier(1,0,0,1);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: transform, background-color;
	transition-property: transform, background-color;
	pointer-events: none;
    margin-top: -6px;
    margin-left: 0px;
}

input[type="checkbox"].switch:checked + div > div {
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
	background-color: #9dbd51;
}

input[type="checkbox"].bigswitch.switch + div > div {
	width: 44px;
	height: 44px;
	margin-top: 1px;
}


input[type="checkbox"].switch:checked + div > div {
	-webkit-transform: translate3d(25px, 0, 0);
	transform: translate3d(25px, 0, 0);
}




/***********************************************/

.search-bar{
    float: right;
}
.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.margin-nav{
    margin-left: 15px !important;
}

.margin-nav-row {
    float:left;
    padding-left: 10px;
    margin-top: 5px !important;
}
.about-us-socials {
    text-decoration: none;
    width: 100%;
    list-style-type: none;
    color: black;
    padding: 30px 0 0 0;
    text-align: center;
}

.about-us-socials li {
    display: inline-block;
    font-size: 46px;
    margin: 0px 20px;
    width: 100px;
}

.about-us-socials li a {
    color: black;
    vertical-align: -webkit-baseline-middle;
}

.terms-and-conditions__container,
.about-us__container{
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
}
.legal-label {
    text-align: left;
    margin-top: 70px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.legal-semi-label {
    text-align: left;
    margin-top: 70px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}
.legal-semi-label .home-text {
    margin-left: 10px !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    color: inherit;
}

@media (max-width: 480px) {
   .legal-semi-label .fa.fa-home { width: 61px; }
}
.legal-image-logo {
    width: 150px;
}
.legal-image-home-logo {
    width: 233px;
    margin-top: -1px;
}
.legal-paragraph {
    /*text-indent: 16px;*/
    margin-top: 0;
    /*text-align: justify;*/
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #989898;
}

.legal-list {
    text-indent: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #989898;
}

.selected {
    background-color: #B9D871;
}

.glyphicon:before {
    padding-right: 5px;
}

.glyphicon-plus-sign:before{
    color: #9DBD52;
}

.bizi-baza-markets-table td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}


.bizi-baza-table td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}
.table-bordered > thead > tr > th.sorting-column:hover{
    cursor: pointer;
    background-color: rgba(157, 189, 82, 0.51) !important;
}
.pagination-block > [class^="col-"]{
    display: flex;
    justify-content: center;
}
#ItemTable.table th{
    width: 16.666%;
}
.table-bordered > thead > tr > th.sorted{
    background-color: #9DBD52  !important;
}

.bizi-baza-table td:first-child {
    text-align: right;
}

.current-page{
    padding: 7px 15px 0px;
    margin-bottom: 0;
    text-align: center;
}

.cursor-pointer{
    cursor: pointer;
}

.color-red {
    color: #E01F1F;
}

.color-red:hover {
    color: #E63D3D;
}

.color-green {
    color: #9DBD52;
}

.color-green:hover {
    color: #9DBD52;
}

.avatar {
    width: 100px;
}

.full-width {
    width: 100%;
}

.user-avatar-container {
    background-color: #ffffff;
    width: 100%;
    /*height: 350px;*/
}

.user-avatar-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
}

.user-avatar {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.color-grey {
    color: #ffffff;
}

.color-grey:hover {
    color: #ffffff;
}
.cancel-icon {
    color: red;
}
.button-red {
    color: #ffffff;
    background-color: #E01F1F;
}

.button-red:hover {
    background-color: #E63D3D;
}
/* Tooltip container */
.tooltipButton {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipButton .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

  /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipButton:hover .tooltiptext {
    visibility: visible;
}

.navbar-static-top {
  margin-bottom:20px;
}

/* Tooltip container */
.tooltipButton {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipButton .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

  /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipButton:hover .tooltiptext {
    visibility: visible;
}

i {
  font-size:16px;
}

.nav > li > a {
  color:#787878;
}

#navbar li.active > a,
.nav > li.nav-header.active-container > a {
    background-color: initial;
    font-weight: bold;
    color: #9DBD52;
}


.table th {
    background-color: #fff !important;
    text-align: center;
}

footer {
  margin-top:20px;
  padding-top:20px;
  padding-bottom:20px;
  background-color:#efefef;
}

/* count indicator near icons */
.nav>li .count {
  position: absolute;
  bottom: 12px;
  right: 6px;
  font-size: 9px;
  background: rgba(51,200,51,0.55);
  color: rgba(255,255,255,0.9);
  line-height: 1em;
  padding: 2px 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.center-div
{
     position: absolute;
     margin: auto;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
}

.text-cell{
    text-align: center;
}

.table-margin{
    margin-top: 5px !important;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.align-title{
        text-align: center !important;
}

.bizibaza-color
{
    background-color: #9DBD52 !important;
    color: #ffffff !important;
}

.bizibaza-color:hover, bizibaza-background-color:hover
{
    background-color: #9DBD52 !important;
    color: #ffffff !important;
}

.bizibaza-background-color, bizibaza-background-color:hover
{
    background-color: #9DBD52;
    color: #ffffff;

}
.sort-color {
    cursor: pointer;
}
.sort-color i {
    float: right;
}


.g-account-menu li {
    color: red !important;
}


body {
    background-color: #f8f8f8;
    font-family: avenir !important;
}
img {
    font-family: avenir;
    font-style: normal;
    font-weight: normal;
}
.p-0{
    padding: 0;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}


#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.reset-container{
    margin-top: 25px;
    margin-bottom: 25px;
}
.reset-content{
    margin: auto;
    padding: 0;
    float: none;
}
.reset-content .alert p {
    word-wrap: break-word;
}
.reset-content label[for=password2] {
    padding-top: 0;
}


@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/font/fontello.eot?85831235');
  src: url('../fonts/fontello/font/fontello.eot?85831235#iefix') format('embedded-opentype'),
       url('../fonts/fontello/font/fontello.woff2?85831235') format('woff2'),
       url('../fonts/fontello/font/fontello.woff?85831235') format('woff'),
       url('../fonts/fontello/font/fontello.ttf?85831235') format('truetype'),
       url('../fonts/fontello/font/fontello.svg?85831235#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?85831235#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-sort:before { content: '\f0dc'; } /* '' */
.icon-sort-down:before { content: '\f0dd'; } /* '' */
.icon-sort-up:before { content: '\f0de'; } /* '' */

.notes-container{
    position: relative;
}
.notes-container__popover-block{
    visibility: hidden;
    display: none;
    /*-webkit-animation: hue 1s linear;*/
    /*animation: hue 1s linear;*/
    /*width: max-content;*/
    text-align: left;
    height: max-content;
    color: inherit;
    text-decoration: none;
    outline: none;
    outline-offset: inherit;
    border-radius: 0;
    border: none;
    background-color: #f8f8f8;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.32);
    position: absolute;
    right: 0;
    bottom: 46px;
    padding: 8px 26px;
    z-index: 1;
}
.notes-container__popover-block.active{
    visibility: visible;
    display: block;
    /*-webkit-animation-name: fadeIn;*/
    /*animation-name: fadeIn;*/
}
.notes-container__popover-block.inactive{
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.add-category-margin {
    margin-top: 10px;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sub_category_entry-display {
   display: block;
}

.ellipsis-container {
    max-width: 87%;
    display: inline-block;
    vertical-align: middle;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}


#faq * {
    font-family: avenir !important;
}



/****** Main styles as Hybrid **********/
body#hybrid-style {
    background: #fff;
    overflow: hidden;
    min-width: 320px;
    margin: 0 auto;
    height: 100%;
}
#hybrid-style * {
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
}
#hybrid-style a {
    color: #4B80A0;
    font-size: 16px;
}

#hybrid-style .way-to-login-static-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    background: #f0f5eb;
    font-weight: bold;
    margin: auto;
    padding: 9px 0;
    border: 1px solid #dddcda;
}
#hybrid-style .static-container__login__container-logo {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    align-items: center;
    align-content: center;
    justify-content: center;
}
#hybrid-style .bizi_baza_logo {
    background-image: url(../../static/images/BIZIBAZA_R_No_Backrgound.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 129px;
    margin: auto;
    background-position: 0 0;
}
#hybrid-style .bizi_baza_logo__settings, .bizi_baza_logo_3x, .bizi_baza_logo {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 86%;
    height: 100%;
    margin: auto;
    background-position: 0 0;
}

#hybrid-style header {
    height: 55px;
    background: #edf6e4;
    background: linear-gradient(to bottom, white 0%, #edf6e4 100%);
    color: #666666;
    font-size: 18px;
    border-bottom: solid 1px #ccc;
    display: block;
    max-width: 568px;
    margin: auto;
}
#hybrid-style .app-header__container {
    padding: 0 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
}
#hybrid-style .main__container {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: white;
    padding: 0;
    font-family: 'Avenir', sans-serif;
    display: block;
    max-width: 568px;
    margin: auto;
}
#hybrid-style .input__label{
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 2px;
    margin: 0 auto;
}
#hybrid-style .input__text {
    position: relative;
    border-radius: 0px;
    border: 1px solid #cccccc;
    margin: 0 auto;
    height: 40px;
    width: 100%;
    padding: 0 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

#hybrid-style main.reset-password-container {
    margin-top: 40px;
}
#hybrid-style main.reset-password-container section{
    margin: 0 16px;
}
#hybrid-style .reset-password-container .button__lightgreen {
    margin-top: 56px;
}
#hybrid-style .reset-password-container .input__label {
    margin: 8px 0;
}
#hybrid-style .reset-password-container a {
    padding-top: 30px;
    text-align: center;
    display: flow-root;
}

#hybrid-style select:focus,
#hybrid-style textarea:focus,
#hybrid-style .input__text:focus {
    outline: none;
    border: 1px solid #bbdd95;
}

#hybrid-style .input__label:focus svg path {
    fill: red;
}
#hybrid-style ::-webkit-scrollbar-thumb {
    background: #bbdd95;
}
#hybrid-style ::-webkit-scrollbar {
    width: 9px;
    background: rgba(0, 0, 0, 0.0588235);
}
#hybrid-style #reset__button {
    width: 100%;
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
.password-tips {
    width: 90%;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #AFAFAF;
}
.button__lightgreen {
    width: 343px;
    height: 49px;
    color: white;
    background: #B0D584;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    border: 0px;
    text-transform: none;
}
.password-field {
    display: block;
    position: relative;
}
.password-field .show_password {
    top: 0;
}
.show_password {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    height: 100%;
}
.show_password:focus {
    outline: none;
}
.reset-password-container .alert-danger {
    padding: 8px;
    background: #F18374;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-items: center;
}
.reset-password-container .alert-danger p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

#hybrid-style header h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;

    display: flex;
    justify-content: center;
    text-align: center;

    color: #666666;
}

/**************************************/
/****** Reset password **********/

