* {
    outline: none;
}
:root{
    --panel-default-heading: #E3E3E5;
    --panel-default-heading-background: #f2f4f6;
}

@font-face {
    font-family: 'TamlilBold';
    src: url('../fonts/fbtamlilhebeng-boldwebfont.eot');
    src: url('../fonts/fbtamlilhebeng-boldwebfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fbtamlilhebeng-boldwebfont.woff') format('woff'),
    url('../fonts/fbtamlilhebeng-boldwebfont.ttf') format('truetype'),
    url('../fonts/fbtamlilhebeng-boldwebfont.svg#Tamlil') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TamlilRegular';
    src: url('../fonts/fbtamlilhebeng-regularwebfont.eot');
    src: url('../fonts/fbtamlilhebeng-regularwebfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fbtamlilhebeng-regularwebfont.woff') format('woff'),
    url('../fonts/fbtamlilhebeng-regularwebfont.ttf') format('truetype'),
    url('../fonts/fbtamlilhebeng-regularwebfont.svg#Tamlil') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TamlilLight';
    src: url('../fonts/fbtamlilhebeng-lightwebfont.eot');
    src: url('../fonts/fbtamlilhebeng-lightwebfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fbtamlilhebeng-lightwebfont.woff') format('woff'),
    url('../fonts/fbtamlilhebeng-lightwebfont.ttf') format('truetype'),
    url('../fonts/fbtamlilhebeng-lightwebfont.svg#Tamlil') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TamlilMedium';
    src: url('../fonts/fbtamlilhebeng-mediumwebfont.eot');
    src: url('../fonts/fbtamlilhebeng-mediumwebfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fbtamlilhebeng-mediumwebfont.woff') format('woff'),
    url('../fonts/fbtamlilhebeng-mediumwebfont.ttf') format('truetype'),
    url('../fonts/fbtamlilhebeng-mediumwebfont.svg#Tamlil') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TamlilCondensedRegular';
    src: url('../fonts/fbtamlilcondensedhebeng-regularwebfont.eot');
    src: url('../fonts/fbtamlilcondensedhebeng-regularwebfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fbtamlilcondensedhebeng-regularwebfont.woff') format('woff'),
    url('../fonts/fbtamlilcondensedhebeng-regularwebfont.ttf') format('truetype'),
    url('../fonts/fbtamlilcondensedhebeng-regularwebfont.svg#Tamlil') format('svg');
    font-weight: normal;
    font-style: normal;
}

.nav {
    font-size: 17px;

}

body {
    direction: rtl;

}

#header {
    height: 90px;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm .5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'TamlilRegular', Arial;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'TamlilBold', Arial;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
    font-size: 65%;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
    font-family: 'TamlilRegular';
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #428bca;
}

.text-primary:hover {
    color: #3071a9;
}

.text-warning {
    color: #8a6d3b;
}

.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

.text-danger:hover {
    color: #843534;
}

.text-success {
    color: #3c763d;
}

.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

.text-info:hover {
    color: #245269;
}

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

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

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

.page-header {
    padding-bottom: 9px;
    margin: 10px 0 0px;
    font-size: 25px;
    font-family: 'TamlilRegular';
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-right: 0;
    list-style: none;
}

.list-inline {
    padding-right: 0;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-inline > li:first-child {
    padding-right: 0;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-right: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: right;
        width: 160px;
        clear: right;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-right: 180px;
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table;
    }

    .dl-horizontal dd:after {
        clear: both;
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table;
    }

    .dl-horizontal dd:after {
        clear: both;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-right: 5px solid #eeeeee;
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote small,
blockquote .small {
    display: block;
    line-height: 1.42857143;
    color: #999999;
}

blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

blockquote.pull-right {
    padding-left: 15px;
    padding-right: 0;
    border-left: 5px solid #eeeeee;
    border-right: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
    text-align: left;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
    content: "";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

form .row:not(.mega_action_wrap){
    margin: 15px 0;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: right;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    left: 100%;
}

.col-xs-pull-11 {
    left: 91.66666667%;
}

.col-xs-pull-10 {
    left: 83.33333333%;
}

.col-xs-pull-9 {
    left: 75%;
}

.col-xs-pull-8 {
    left: 66.66666667%;
}

.col-xs-pull-7 {
    left: 58.33333333%;
}

.col-xs-pull-6 {
    left: 50%;
}

.col-xs-pull-5 {
    left: 41.66666667%;
}

.col-xs-pull-4 {
    left: 33.33333333%;
}

.col-xs-pull-3 {
    left: 25%;
}

.col-xs-pull-2 {
    left: 16.66666667%;
}

.col-xs-pull-1 {
    left: 8.33333333%;
}

.col-xs-pull-0 {
    left: 0%;
}

.col-xs-push-12 {
    right: 100%;
}

.col-xs-push-11 {
    right: 91.66666667%;
}

.col-xs-push-10 {
    right: 83.33333333%;
}

.col-xs-push-9 {
    right: 75%;
}

.col-xs-push-8 {
    right: 66.66666667%;
}

.col-xs-push-7 {
    right: 58.33333333%;
}

.col-xs-push-6 {
    right: 50%;
}

.col-xs-push-5 {
    right: 41.66666667%;
}

.col-xs-push-4 {
    right: 33.33333333%;
}

.col-xs-push-3 {
    right: 25%;
}

.col-xs-push-2 {
    right: 16.66666667%;
}

.col-xs-push-1 {
    right: 8.33333333%;
}

.col-xs-push-0 {
    right: 0%;
}

.col-xs-offset-12 {
    margin-right: 100%;
}

.col-xs-offset-11 {
    margin-right: 91.66666667%;
}

.col-xs-offset-10 {
    margin-right: 83.33333333%;
}

.col-xs-offset-9 {
    margin-right: 75%;
}

.col-xs-offset-8 {
    margin-right: 66.66666667%;
}

.col-xs-offset-7 {
    margin-right: 58.33333333%;
}

.col-xs-offset-6 {
    margin-right: 50%;
}

.col-xs-offset-5 {
    margin-right: 41.66666667%;
}

.col-xs-offset-4 {
    margin-right: 33.33333333%;
}

.col-xs-offset-3 {
    margin-right: 25%;
}

.col-xs-offset-2 {
    margin-right: 16.66666667%;
}

.col-xs-offset-1 {
    margin-right: 8.33333333%;
}

.col-xs-offset-0 {
    margin-right: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: right;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        left: 100%;
    }

    .col-sm-pull-11 {
        left: 91.66666667%;
    }

    .col-sm-pull-10 {
        left: 83.33333333%;
    }

    .col-sm-pull-9 {
        left: 75%;
    }

    .col-sm-pull-8 {
        left: 66.66666667%;
    }

    .col-sm-pull-7 {
        left: 58.33333333%;
    }

    .col-sm-pull-6 {
        left: 50%;
    }

    .col-sm-pull-5 {
        left: 41.66666667%;
    }

    .col-sm-pull-4 {
        left: 33.33333333%;
    }

    .col-sm-pull-3 {
        left: 25%;
    }

    .col-sm-pull-2 {
        left: 16.66666667%;
    }

    .col-sm-pull-1 {
        left: 8.33333333%;
    }

    .col-sm-pull-0 {
        left: 0%;
    }

    .col-sm-push-12 {
        right: 100%;
    }

    .col-sm-push-11 {
        right: 91.66666667%;
    }

    .col-sm-push-10 {
        right: 83.33333333%;
    }

    .col-sm-push-9 {
        right: 75%;
    }

    .col-sm-push-8 {
        right: 66.66666667%;
    }

    .col-sm-push-7 {
        right: 58.33333333%;
    }

    .col-sm-push-6 {
        right: 50%;
    }

    .col-sm-push-5 {
        right: 41.66666667%;
    }

    .col-sm-push-4 {
        right: 33.33333333%;
    }

    .col-sm-push-3 {
        right: 25%;
    }

    .col-sm-push-2 {
        right: 16.66666667%;
    }

    .col-sm-push-1 {
        right: 8.33333333%;
    }

    .col-sm-push-0 {
        right: 0%;
    }

    .col-sm-offset-12 {
        margin-right: 100%;
    }

    .col-sm-offset-11 {
        margin-right: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-right: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-right: 75%;
    }

    .col-sm-offset-8 {
        margin-right: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-right: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-right: 50%;
    }

    .col-sm-offset-5 {
        margin-right: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-right: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-right: 25%;
    }

    .col-sm-offset-2 {
        margin-right: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-right: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-right: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: right;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        left: 100%;
    }

    .col-md-pull-11 {
        left: 91.66666667%;
    }

    .col-md-pull-10 {
        left: 83.33333333%;
    }

    .col-md-pull-9 {
        left: 75%;
    }

    .col-md-pull-8 {
        left: 66.66666667%;
    }

    .col-md-pull-7 {
        left: 58.33333333%;
    }

    .col-md-pull-6 {
        left: 50%;
    }

    .col-md-pull-5 {
        left: 41.66666667%;
    }

    .col-md-pull-4 {
        left: 33.33333333%;
    }

    .col-md-pull-3 {
        left: 25%;
    }

    .col-md-pull-2 {
        left: 16.66666667%;
    }

    .col-md-pull-1 {
        left: 8.33333333%;
    }

    .col-md-pull-0 {
        left: 0%;
    }

    .col-md-push-12 {
        right: 100%;
    }

    .col-md-push-11 {
        right: 91.66666667%;
    }

    .col-md-push-10 {
        right: 83.33333333%;
    }

    .col-md-push-9 {
        right: 75%;
    }

    .col-md-push-8 {
        right: 66.66666667%;
    }

    .col-md-push-7 {
        right: 58.33333333%;
    }

    .col-md-push-6 {
        right: 50%;
    }

    .col-md-push-5 {
        right: 41.66666667%;
    }

    .col-md-push-4 {
        right: 33.33333333%;
    }

    .col-md-push-3 {
        right: 25%;
    }

    .col-md-push-2 {
        right: 16.66666667%;
    }

    .col-md-push-1 {
        right: 8.33333333%;
    }

    .col-md-push-0 {
        right: 0%;
    }

    .col-md-offset-12 {
        margin-right: 100%;
    }

    .col-md-offset-11 {
        margin-right: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-right: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-right: 75%;
    }

    .col-md-offset-8 {
        margin-right: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-right: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-right: 50%;
    }

    .col-md-offset-5 {
        margin-right: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-right: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-right: 25%;
    }

    .col-md-offset-2 {
        margin-right: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-right: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-right: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: right;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        left: 100%;
    }

    .col-lg-pull-11 {
        left: 91.66666667%;
    }

    .col-lg-pull-10 {
        left: 83.33333333%;
    }

    .col-lg-pull-9 {
        left: 75%;
    }

    .col-lg-pull-8 {
        left: 66.66666667%;
    }

    .col-lg-pull-7 {
        left: 58.33333333%;
    }

    .col-lg-pull-6 {
        left: 50%;
    }

    .col-lg-pull-5 {
        left: 41.66666667%;
    }

    .col-lg-pull-4 {
        left: 33.33333333%;
    }

    .col-lg-pull-3 {
        left: 25%;
    }

    .col-lg-pull-2 {
        left: 16.66666667%;
    }

    .col-lg-pull-1 {
        left: 8.33333333%;
    }

    .col-lg-pull-0 {
        left: 0%;
    }

    .col-lg-push-12 {
        right: 100%;
    }

    .col-lg-push-11 {
        right: 91.66666667%;
    }

    .col-lg-push-10 {
        right: 83.33333333%;
    }

    .col-lg-push-9 {
        right: 75%;
    }

    .col-lg-push-8 {
        right: 66.66666667%;
    }

    .col-lg-push-7 {
        right: 58.33333333%;
    }

    .col-lg-push-6 {
        right: 50%;
    }

    .col-lg-push-5 {
        right: 41.66666667%;
    }

    .col-lg-push-4 {
        right: 33.33333333%;
    }

    .col-lg-push-3 {
        right: 25%;
    }

    .col-lg-push-2 {
        right: 16.66666667%;
    }

    .col-lg-push-1 {
        right: 8.33333333%;
    }

    .col-lg-push-0 {
        right: 0%;
    }

    .col-lg-offset-12 {
        margin-right: 100%;
    }

    .col-lg-offset-11 {
        margin-right: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-right: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-right: 75%;
    }

    .col-lg-offset-8 {
        margin-right: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-right: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-right: 50%;
    }

    .col-lg-offset-5 {
        margin-right: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-right: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-right: 25%;
    }

    .col-lg-offset-2 {
        margin-right: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-right: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-right: 0%;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: right;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table.td-padding td {
    padding: 10px !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 0px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 0px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.lead-table.table_tasks tr.odd td.interactionTask span,
.lead-table.table_tasks tr.odd td.saleTask span {
    background-color: #f9f9f9;
}

.lead-table tr.odd {
    background-color: transparent;
}

.table-striped > tbody > tr:nth-child(odd_original) > td,
.table-striped > tbody > tr:nth-child(odd_original) > th {
    background-color: #f9f9f9;
}

.lead-table.table_tasks tr.odd_original td.interactionTask span,
.lead-table.table_tasks tr.odd_original td.saleTask span {
    background-color: #f9f9f9;
}

.lead-table tr.odd_original {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    float: none;
    display: table-cell;
}

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
    background-color: #ebcccc;
}

.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
    background-color: #faf2cc;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive > .table {
        margin-bottom: 0;
        display: inline;

    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }

    .table_check {
        top: 7px;
        position: relative;
        height: 68px !important;
    }

    .white-space-normal > p {
        white-space: pre;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple],
select[size] {
    height: auto;
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #3d3d3d;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    vertical-align: middle;
}

.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: right;
    margin-right: -20px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-right: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg {
    height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
    }

    .form-inline select.form-control {
        width: auto;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-right: 0;
    }

}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default .badge {
    color: #ffffff;
    background-color: #fff;
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #ffffff;
    background-color: #788fa9;
    border-color: #788fa9;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #83b0e2;
    border-color: #83b0e2;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

.btn-link-normal {
    color: #0a0a0a;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link-normal:hover,
.btn-link-normal:focus {
    color: #0a0a0a;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}

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

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
    opacity: 0;
}

.collapse.in {
    opacity: 1;
    transition: all 1s ease-out; /* future, future, please come sooner! */
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
    width: 1em;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.caret-left {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 2px;
    vertical-align: middle;
    border-right: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    left: 0;
    right: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 4px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999999;
}

.dropdown-backdrop {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    left: 0;
    right: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: right;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-right: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group {
    float: right;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
    margin-right: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-right: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group {
    float: right;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-right: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-right: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:first-child {
    border-left: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:last-child {
    border-right: 0;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

.input-group-btn:first-child > .btn {
    margin-left: -1px;
}

.input-group-btn:last-child > .btn {
    margin-right: -1px;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-right: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
    z-index: 2;
}

.nav {
    margin-bottom: 0;
    padding-right: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #8c8c8e;
    color: #fff;
}

.nav > li.disabled > a {
    color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #8c8c8e;
    border-color: #8c8c8e;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
    float: right;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-left: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 0 0 4px;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    right: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-left: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 0 0 4px;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills > li {
    float: right;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-right: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #428bca;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-right: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    right: auto;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-left: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 0 0 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 160px;
    margin-bottom: 20px;
    border-bottom: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: right;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.container > .navbar-header,
.container > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: right;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-right: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: left;
    margin-left: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 25px 5px 15px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }

    .white-space-normal > p {
        white-space: pre;
    }
}

@media (min-width: 768px) {
    .navbar-nav {

        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: right !important;
    }

    .navbar-right {
        float: left !important;
    }
}

.navbar-form {
    margin-right: -15px;
    margin-left: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
    }

    .navbar-form select.form-control {
        width: auto;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .white-space-normal > p {
        white-space: pre;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-form.navbar-right:last-child {
        margin-left: -15px;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
    right: auto;
    left: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: right;
        margin-right: 15px;
        margin-left: 15px;
    }

    .navbar-text.navbar-right:last-child {
        margin-left: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777777;
}

.navbar-default .navbar-nav > li > a {
    color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

.navbar-default .navbar-link:hover {
    color: #333333;
}

.navbar-inverse {
    background-color: #eceded;
    border-color: #818285;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #999999;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
    color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #ffffff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999999;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999999;

}

.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

.breadcrumb > .active {
    color: #999999;
}

.pagination {
    display: inline-block;
    padding-right: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: right;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-right: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-right: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pager {
    padding-right: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
    float: left;
}

.pager .previous > a,
.pager .previous > span {
    float: right;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999999;
    background-color: #ffffff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080;
}

.label-primary {
    background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #ffffff;
}

.nav-pills > li > a > .badge {
    margin-right: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.14285714;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    line-height: 1;
    color: inherit;
}

.jumbotron p {
    line-height: 1.4;
}

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-left: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    left: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: right;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media,
.media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-left: 10px;
}

.media > .pull-right {
    margin-right: 10px;
}

.media-list {
    padding-right: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-right: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.list-group-item > .badge {
    float: left;
}

.list-group-item > .badge + .badge {
    margin-left: 5px;
}

a.list-group-item {
    color: #555555;
}

a.list-group-item .list-group-item-heading {
    color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid var(--panel-default-heading);
}

.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: var(--panel-default-heading);
    border-top: 1px solid var(--panel-default-heading);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid var(--panel-default-heading);
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid var(--panel-default-heading);
}

.panel-default {
    border-color: var(--panel-default-heading);
}
.panel-general-dashboard {
    background-color: var(--panel-default-heading-background);
    border: 1px solid var(--panel-default-heading);

}
.panel-default .panel-heading {
    color: #333333;
    background-color: var(--panel-default-heading-background);
    border-color: var(--panel-default-heading);
}

.panel-default .panel-heading + .panel-collapse .panel-body {
    border-top-color: var(--panel-default-heading);
}

.panel-default .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: var(--panel-default-heading);
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}

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

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: left;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    z-index: 1050;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:not(.no-pseudo):before,
.modal-footer:not(.no-pseudo):after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-right: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-right: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}
@media screen and (min-width: 992px){
    .modal-dialog.modal-lg {
        width: 900px;
    }
}


.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-right: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-right: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    right: 50%;
    margin-right: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    right: 50%;
    margin-right: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: right;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

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

.popover.right {
    margin-right: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-right: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 0 0 5px;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    right: 50%;
    margin-right: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-right: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
    content: " ";
    right: 1px;
    bottom: -10px;
    border-right-width: 0;
    border-left-color: #ffffff;
}

.popover.bottom .arrow {
    right: 50%;
    margin-right: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-right: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
    content: " ";
    left: 1px;
    border-left-width: 0;
    border-right-color: #ffffff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out right;
    transition: 0.6s ease-in-out right;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    right: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    right: 100%;
}

.carousel-inner > .prev {
    right: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    right: 0;
}

.carousel-inner > .active.left {
    right: -100%;
}

.carousel-inner > .active.right {
    right: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(right, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    right: auto;
    left: 0;
    background-image: -webkit-linear-gradient(right, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: none;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    right: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    left: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    right: 50%;
    z-index: 15;
    width: 60%;
    margin-right: -30%;
    padding-right: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-right: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: left !important;
}

.pull-left {
    float: right !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {

    .best_worker {
        display: none;
    }

    #progress_nav-top {
        display: none;
    }

    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }

    table.visible-xs.visible-sm {
        display: table;
    }

    tr.visible-xs.visible-sm {
        display: table-row !important;
    }

    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }

    table.visible-xs.visible-md {
        display: table;
    }

    tr.visible-xs.visible-md {
        display: table-row !important;
    }

    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }

    table.visible-xs.visible-lg {
        display: table;
    }

    tr.visible-xs.visible-lg {
        display: table-row !important;
    }

    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }

    table.visible-sm.visible-xs {
        display: table;
    }

    tr.visible-sm.visible-xs {
        display: table-row !important;
    }

    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important;
    }

    table.visible-sm.visible-md {
        display: table;
    }

    tr.visible-sm.visible-md {
        display: table-row !important;
    }

    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }

    table.visible-sm.visible-lg {
        display: table;
    }

    tr.visible-sm.visible-lg {
        display: table-row !important;
    }

    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important;
    }

    table.visible-md.visible-xs {
        display: table;
    }

    tr.visible-md.visible-xs {
        display: table-row !important;
    }

    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important;
    }

    table.visible-md.visible-sm {
        display: table;
    }

    tr.visible-md.visible-sm {
        display: table-row !important;
    }

    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }

    table.visible-md.visible-lg {
        display: table;
    }

    tr.visible-md.visible-lg {
        display: table-row !important;
    }

    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important;
    }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }

    table.visible-lg.visible-xs {
        display: table;
    }

    tr.visible-lg.visible-xs {
        display: table-row !important;
    }

    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }

    table.visible-lg.visible-sm {
        display: table;
    }

    tr.visible-lg.visible-sm {
        display: table-row !important;
    }

    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }

    table.visible-lg.visible-md {
        display: table;
    }

    tr.visible-lg.visible-md {
        display: table-row !important;
    }

    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}

table.hidden-xs {
    display: table;
}

tr.hidden-xs {
    display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

table.hidden-sm {
    display: table;
}

tr.hidden-sm {
    display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}

table.hidden-md {
    display: table;
}

tr.hidden-md {
    display: table-row !important;
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}

table.hidden-lg {
    display: table;
}

tr.hidden-lg {
    display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}

/**
 * Additional styles for BraincraftedBootstrapBundle
 * (c) 2013 Florian Eckerstorfer (http://braincrafted.com)
 * http://bootstrap.braincrafted.com
 */
.bootstrap-time {
    width: 100%;
}

.bootstrap-time select {
    display: inline-block;
    width: auto;
}

.bootstrap-date {
    width: 100%;
}

.bootstrap-date select {
    display: inline-block;
    width: auto;
    margin-left: 5px;
}

.bootstrap-datetime .bootstrap-time,
.bootstrap-datetime .bootstrap-date {
    display: inline-block;
    width: auto;
}

.form-group .bc-collection li + li {
    margin-top: 10px;
}

.form-inline .form-group {
    margin-right: 0;
    margin-left: 0;
}

.form-horizontal .col-lg-1 .col-1,
.form-horizontal .col-lg-2 .col-1,
.form-horizontal .col-lg-3 .col-1,
.form-horizontal .col-lg-4 .col-1,
.form-horizontal .col-lg-5 .col-1,
.form-horizontal .col-lg-6 .col-1,
.form-horizontal .col-lg-7 .col-1,
.form-horizontal .col-lg-8 .col-1,
.form-horizontal .col-lg-9 .col-1,
.form-horizontal .col-lg-10 .col-1,
.form-horizontal .col-lg-11 .col-1,
.form-horizontal .col-lg12 .col-1,
.form-horizontal .col-lg-1 .col-2,
.form-horizontal .col-lg-2 .col-2,
.form-horizontal .col-lg-3 .col-2,
.form-horizontal .col-lg-4 .col-2,
.form-horizontal .col-lg-5 .col-2,
.form-horizontal .col-lg-6 .col-2,
.form-horizontal .col-lg-7 .col-2,
.form-horizontal .col-lg-8 .col-2,
.form-horizontal .col-lg-9 .col-2,
.form-horizontal .col-lg-10 .col-2,
.form-horizontal .col-lg-11 .col-2,
.form-horizontal .col-lg12 .col-2,
.form-horizontal .col-lg-1 .col-3,
.form-horizontal .col-lg-2 .col-3,
.form-horizontal .col-lg-3 .col-3,
.form-horizontal .col-lg-4 .col-3,
.form-horizontal .col-lg-5 .col-3,
.form-horizontal .col-lg-6 .col-3,
.form-horizontal .col-lg-7 .col-3,
.form-horizontal .col-lg-8 .col-3,
.form-horizontal .col-lg-9 .col-3,
.form-horizontal .col-lg-10 .col-3,
.form-horizontal .col-lg-11 .col-3,
.form-horizontal .col-lg12 .col-3,
.form-horizontal .col-lg-1 .col-4,
.form-horizontal .col-lg-2 .col-4,
.form-horizontal .col-lg-3 .col-4,
.form-horizontal .col-lg-4 .col-4,
.form-horizontal .col-lg-5 .col-4,
.form-horizontal .col-lg-6 .col-4,
.form-horizontal .col-lg-7 .col-4,
.form-horizontal .col-lg-8 .col-4,
.form-horizontal .col-lg-9 .col-4,
.form-horizontal .col-lg-10 .col-4,
.form-horizontal .col-lg-11 .col-4,
.form-horizontal .col-lg12 .col-4,
.form-horizontal .col-lg-1 .col-5,
.form-horizontal .col-lg-2 .col-5,
.form-horizontal .col-lg-3 .col-5,
.form-horizontal .col-lg-4 .col-5,
.form-horizontal .col-lg-5 .col-5,
.form-horizontal .col-lg-6 .col-5,
.form-horizontal .col-lg-7 .col-5,
.form-horizontal .col-lg-8 .col-5,
.form-horizontal .col-lg-9 .col-5,
.form-horizontal .col-lg-10 .col-5,
.form-horizontal .col-lg-11 .col-5,
.form-horizontal .col-lg12 .col-5,
.form-horizontal .col-lg-1 .col-6,
.form-horizontal .col-lg-2 .col-6,
.form-horizontal .col-lg-3 .col-6,
.form-horizontal .col-lg-4 .col-6,
.form-horizontal .col-lg-5 .col-6,
.form-horizontal .col-lg-6 .col-6,
.form-horizontal .col-lg-7 .col-6,
.form-horizontal .col-lg-8 .col-6,
.form-horizontal .col-lg-9 .col-6,
.form-horizontal .col-lg-10 .col-6,
.form-horizontal .col-lg-11 .col-6,
.form-horizontal .col-lg12 .col-6,
.form-horizontal .col-lg-1 .col-7,
.form-horizontal .col-lg-2 .col-7,
.form-horizontal .col-lg-3 .col-7,
.form-horizontal .col-lg-4 .col-7,
.form-horizontal .col-lg-5 .col-7,
.form-horizontal .col-lg-6 .col-7,
.form-horizontal .col-lg-7 .col-7,
.form-horizontal .col-lg-8 .col-7,
.form-horizontal .col-lg-9 .col-7,
.form-horizontal .col-lg-10 .col-7,
.form-horizontal .col-lg-11 .col-7,
.form-horizontal .col-lg12 .col-7,
.form-horizontal .col-lg-1 .col-8,
.form-horizontal .col-lg-2 .col-8,
.form-horizontal .col-lg-3 .col-8,
.form-horizontal .col-lg-4 .col-8,
.form-horizontal .col-lg-5 .col-8,
.form-horizontal .col-lg-6 .col-8,
.form-horizontal .col-lg-7 .col-8,
.form-horizontal .col-lg-8 .col-8,
.form-horizontal .col-lg-9 .col-8,
.form-horizontal .col-lg-10 .col-8,
.form-horizontal .col-lg-11 .col-8,
.form-horizontal .col-lg12 .col-8,
.form-horizontal .col-lg-1 .col-9,
.form-horizontal .col-lg-2 .col-9,
.form-horizontal .col-lg-3 .col-9,
.form-horizontal .col-lg-4 .col-9,
.form-horizontal .col-lg-5 .col-9,
.form-horizontal .col-lg-6 .col-9,
.form-horizontal .col-lg-7 .col-9,
.form-horizontal .col-lg-8 .col-9,
.form-horizontal .col-lg-9 .col-9,
.form-horizontal .col-lg-10 .col-9,
.form-horizontal .col-lg-11 .col-9,
.form-horizontal .col-lg12 .col-9,
.form-horizontal .col-lg-1 .col-10,
.form-horizontal .col-lg-2 .col-10,
.form-horizontal .col-lg-3 .col-10,
.form-horizontal .col-lg-4 .col-10,
.form-horizontal .col-lg-5 .col-10,
.form-horizontal .col-lg-6 .col-10,
.form-horizontal .col-lg-7 .col-10,
.form-horizontal .col-lg-8 .col-10,
.form-horizontal .col-lg-9 .col-10,
.form-horizontal .col-lg-10 .col-10,
.form-horizontal .col-lg-11 .col-10,
.form-horizontal .col-lg12 .col-10,
.form-horizontal .col-lg-1 .col-11,
.form-horizontal .col-lg-2 .col-11,
.form-horizontal .col-lg-3 .col-11,
.form-horizontal .col-lg-4 .col-11,
.form-horizontal .col-lg-5 .col-11,
.form-horizontal .col-lg-6 .col-11,
.form-horizontal .col-lg-7 .col-11,
.form-horizontal .col-lg-8 .col-11,
.form-horizontal .col-lg-9 .col-11,
.form-horizontal .col-lg-10 .col-11,
.form-horizontal .col-lg-11 .col-11,
.form-horizontal .col-lg12 .col-11,
.form-horizontal .col-lg-1 .col-12,
.form-horizontal .col-lg-2 .col-12,
.form-horizontal .col-lg-3 .col-12,
.form-horizontal .col-lg-4 .col-12,
.form-horizontal .col-lg-5 .col-12,
.form-horizontal .col-lg-6 .col-12,
.form-horizontal .col-lg-7 .col-12,
.form-horizontal .col-lg-8 .col-12,
.form-horizontal .col-lg-9 .col-12,
.form-horizontal .col-lg-10 .col-12,
.form-horizontal .col-lg-11 .col-12,
.form-horizontal .col-lg12 .col-12,
.form-horizontal .col-lg-1 .col-sm-1,
.form-horizontal .col-lg-2 .col-sm-1,
.form-horizontal .col-lg-3 .col-sm-1,
.form-horizontal .col-lg-4 .col-sm-1,
.form-horizontal .col-lg-5 .col-sm-1,
.form-horizontal .col-lg-6 .col-sm-1,
.form-horizontal .col-lg-7 .col-sm-1,
.form-horizontal .col-lg-8 .col-sm-1,
.form-horizontal .col-lg-9 .col-sm-1,
.form-horizontal .col-lg-10 .col-sm-1,
.form-horizontal .col-lg-11 .col-sm-1,
.form-horizontal .col-lg12 .col-sm-1,
.form-horizontal .col-lg-1 .col-sm-2,
.form-horizontal .col-lg-2 .col-sm-2,
.form-horizontal .col-lg-3 .col-sm-2,
.form-horizontal .col-lg-4 .col-sm-2,
.form-horizontal .col-lg-5 .col-sm-2,
.form-horizontal .col-lg-6 .col-sm-2,
.form-horizontal .col-lg-7 .col-sm-2,
.form-horizontal .col-lg-8 .col-sm-2,
.form-horizontal .col-lg-9 .col-sm-2,
.form-horizontal .col-lg-10 .col-sm-2,
.form-horizontal .col-lg-11 .col-sm-2,
.form-horizontal .col-lg12 .col-sm-2,
.form-horizontal .col-lg-1 .col-sm-3,
.form-horizontal .col-lg-2 .col-sm-3,
.form-horizontal .col-lg-3 .col-sm-3,
.form-horizontal .col-lg-4 .col-sm-3,
.form-horizontal .col-lg-5 .col-sm-3,
.form-horizontal .col-lg-6 .col-sm-3,
.form-horizontal .col-lg-7 .col-sm-3,
.form-horizontal .col-lg-8 .col-sm-3,
.form-horizontal .col-lg-9 .col-sm-3,
.form-horizontal .col-lg-10 .col-sm-3,
.form-horizontal .col-lg-11 .col-sm-3,
.form-horizontal .col-lg12 .col-sm-3,
.form-horizontal .col-lg-1 .col-sm-4,
.form-horizontal .col-lg-2 .col-sm-4,
.form-horizontal .col-lg-3 .col-sm-4,
.form-horizontal .col-lg-4 .col-sm-4,
.form-horizontal .col-lg-5 .col-sm-4,
.form-horizontal .col-lg-6 .col-sm-4,
.form-horizontal .col-lg-7 .col-sm-4,
.form-horizontal .col-lg-8 .col-sm-4,
.form-horizontal .col-lg-9 .col-sm-4,
.form-horizontal .col-lg-10 .col-sm-4,
.form-horizontal .col-lg-11 .col-sm-4,
.form-horizontal .col-lg12 .col-sm-4,
.form-horizontal .col-lg-1 .col-sm-5,
.form-horizontal .col-lg-2 .col-sm-5,
.form-horizontal .col-lg-3 .col-sm-5,
.form-horizontal .col-lg-4 .col-sm-5,
.form-horizontal .col-lg-5 .col-sm-5,
.form-horizontal .col-lg-6 .col-sm-5,
.form-horizontal .col-lg-7 .col-sm-5,
.form-horizontal .col-lg-8 .col-sm-5,
.form-horizontal .col-lg-9 .col-sm-5,
.form-horizontal .col-lg-10 .col-sm-5,
.form-horizontal .col-lg-11 .col-sm-5,
.form-horizontal .col-lg12 .col-sm-5,
.form-horizontal .col-lg-1 .col-sm-6,
.form-horizontal .col-lg-2 .col-sm-6,
.form-horizontal .col-lg-3 .col-sm-6,
.form-horizontal .col-lg-4 .col-sm-6,
.form-horizontal .col-lg-5 .col-sm-6,
.form-horizontal .col-lg-6 .col-sm-6,
.form-horizontal .col-lg-7 .col-sm-6,
.form-horizontal .col-lg-8 .col-sm-6,
.form-horizontal .col-lg-9 .col-sm-6,
.form-horizontal .col-lg-10 .col-sm-6,
.form-horizontal .col-lg-11 .col-sm-6,
.form-horizontal .col-lg12 .col-sm-6,
.form-horizontal .col-lg-1 .col-sm-7,
.form-horizontal .col-lg-2 .col-sm-7,
.form-horizontal .col-lg-3 .col-sm-7,
.form-horizontal .col-lg-4 .col-sm-7,
.form-horizontal .col-lg-5 .col-sm-7,
.form-horizontal .col-lg-6 .col-sm-7,
.form-horizontal .col-lg-7 .col-sm-7,
.form-horizontal .col-lg-8 .col-sm-7,
.form-horizontal .col-lg-9 .col-sm-7,
.form-horizontal .col-lg-10 .col-sm-7,
.form-horizontal .col-lg-11 .col-sm-7,
.form-horizontal .col-lg12 .col-sm-7,
.form-horizontal .col-lg-1 .col-sm-8,
.form-horizontal .col-lg-2 .col-sm-8,
.form-horizontal .col-lg-3 .col-sm-8,
.form-horizontal .col-lg-4 .col-sm-8,
.form-horizontal .col-lg-5 .col-sm-8,
.form-horizontal .col-lg-6 .col-sm-8,
.form-horizontal .col-lg-7 .col-sm-8,
.form-horizontal .col-lg-8 .col-sm-8,
.form-horizontal .col-lg-9 .col-sm-8,
.form-horizontal .col-lg-10 .col-sm-8,
.form-horizontal .col-lg-11 .col-sm-8,
.form-horizontal .col-lg12 .col-sm-8,
.form-horizontal .col-lg-1 .col-sm-9,
.form-horizontal .col-lg-2 .col-sm-9,
.form-horizontal .col-lg-3 .col-sm-9,
.form-horizontal .col-lg-4 .col-sm-9,
.form-horizontal .col-lg-5 .col-sm-9,
.form-horizontal .col-lg-6 .col-sm-9,
.form-horizontal .col-lg-7 .col-sm-9,
.form-horizontal .col-lg-8 .col-sm-9,
.form-horizontal .col-lg-9 .col-sm-9,
.form-horizontal .col-lg-10 .col-sm-9,
.form-horizontal .col-lg-11 .col-sm-9,
.form-horizontal .col-lg12 .col-sm-9,
.form-horizontal .col-lg-1 .col-sm-10,
.form-horizontal .col-lg-2 .col-sm-10,
.form-horizontal .col-lg-3 .col-sm-10,
.form-horizontal .col-lg-4 .col-sm-10,
.form-horizontal .col-lg-5 .col-sm-10,
.form-horizontal .col-lg-6 .col-sm-10,
.form-horizontal .col-lg-7 .col-sm-10,
.form-horizontal .col-lg-8 .col-sm-10,
.form-horizontal .col-lg-9 .col-sm-10,
.form-horizontal .col-lg-10 .col-sm-10,
.form-horizontal .col-lg-11 .col-sm-10,
.form-horizontal .col-lg12 .col-sm-10,
.form-horizontal .col-lg-1 .col-sm-11,
.form-horizontal .col-lg-2 .col-sm-11,
.form-horizontal .col-lg-3 .col-sm-11,
.form-horizontal .col-lg-4 .col-sm-11,
.form-horizontal .col-lg-5 .col-sm-11,
.form-horizontal .col-lg-6 .col-sm-11,
.form-horizontal .col-lg-7 .col-sm-11,
.form-horizontal .col-lg-8 .col-sm-11,
.form-horizontal .col-lg-9 .col-sm-11,
.form-horizontal .col-lg-10 .col-sm-11,
.form-horizontal .col-lg-11 .col-sm-11,
.form-horizontal .col-lg12 .col-sm-11,
.form-horizontal .col-lg-1 .col-sm-12,
.form-horizontal .col-lg-2 .col-sm-12,
.form-horizontal .col-lg-3 .col-sm-12,
.form-horizontal .col-lg-4 .col-sm-12,
.form-horizontal .col-lg-5 .col-sm-12,
.form-horizontal .col-lg-6 .col-sm-12,
.form-horizontal .col-lg-7 .col-sm-12,
.form-horizontal .col-lg-8 .col-sm-12,
.form-horizontal .col-lg-9 .col-sm-12,
.form-horizontal .col-lg-10 .col-sm-12,
.form-horizontal .col-lg-11 .col-sm-12,
.form-horizontal .col-lg12 .col-sm-12 {
    padding-right: 0;
}

form .has-error ul.help-block {
    list-style: none;
    padding-right: 0;
}

form .alert ul {
    list-style: none;
    padding-right: 0;
}

/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
}

/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        right: 0;

        z-index: 1000;
        display: block;
        padding: 20px;

        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-left: 1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-left: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-right: -20px;
}

.nav-sidebar > li > a {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-sidebar > .active > a {
    color: #fff;
    background-color: #428bca;
}

/*
 * Main content
 */

.main {
    padding: 60px 20px;
    position: relative;
}

.main-hidden {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 999;
    visibility: hidden;
    background: rgba(256, 256, 256, 0.87);
    opacity: 0;
    transition: 0.4s all;
}

.main-hidden.active {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 768px) {
    .main {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.main .page-header {
    margin-top: 0;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.placeholders h4 {
    margin-bottom: 0;
}

.placeholder {
    margin-bottom: 20px;
}

.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

.records_list td, .records_list th, .record_properties td, .record_properties th {
    padding: 5px;
    border: 1px solid #999;

}

.form-group {
    clear: both
}

.add-icon {
    position: relative;
    left: 5px;
    top: 3px;
    color: #000;
    font-size: 40%
}

.user-role {
    float: right;
    margin-left: 10px;
}

.inline-button {
    float: right;
    margin-left: 10px;
}

.glyphicon-ROLE_SUPER_ADMIN:before {
    content: "\e104";
}

.glyphicon-ROLE_ADMIN:before {
    content: "\e124";
}

.glyphicon-ROLE_USER:before {
    content: "\e105";
}

#user-globalmaster {
    display: none;
}

.clear {
    clear: both;
}

.datetimepicker {
    direction: ltr;
}

.datetimepicker .glyphicon-arrow-left:before {
    content: "\e092";
}

.datetimepicker .glyphicon-arrow-right:before {
    content: "\e091";
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    width: 100%;
    padding: 0px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.panel-ticket-footer .dropdown-menu, .panel-ticket-footer .dropdown-menu li, .panel-ticket-footer .dropdown-menu li a  {
    width: auto!important;
}

.flex-ticket-icon #dropdown-menu, .flex-ticket-icon #dropdown-menu .dropdown-content, .flex-ticket-icon #dropdown-menu .dropdown-content a  {
    width: auto!important;
}

.flex-ticket-icon #dropdown-menu .dropdown-content {
    display: inline-block;
    text-align: right;
}

.flex-ticket-icon #dropdown-menu .dropdown-content a {
    padding: 4px 20px;
}
/*.attachment__icon__timeline__item {*/
/*    display: none;*/
/*}*/

#crm_corebundle_interaction_startDateTime {
    position: relative;
}

.red {
    background-color: #f64e4e !important;

}

.testRow .red a {
    color: #fff;
}

.yellow {
    background-color: #fff76d !important;
}

.blue {
    background-color: #dcf0f3 !important;
}

.orange {
    background-color: #f0bc71 !important;
}

.green {
    background-color: #8df5a6 !important;
}

.purple {
    background-color: #d5a3f2 !important;
}

.black {
    background-color: #757880 !important;
    color: #fff !important;
}

.table-bordered-new {

}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: none;

}

.table {
    border: none !important;
}

.table > tbody > tr > td {
    font-family: 'TamlilRegular';
    font-size: 17px;

}

.table > tbody > tr > td.hiddenTd {
    /*    border-bottom:none;*/
}

.table > tr {
    -webkit-transition: height 0s, opacity 300ms ease-in-out;
    -moz-transition: height 0s, opacity 300ms ease-in-out;
    -ms-transition: height 0s, opacity 300ms ease-in-out;
    -o-transition: height 0s, opacity 300ms ease-in-out;
    transition: height 0s, opacity 300ms ease-in-out;
}

tr.overed {
    display: none;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: relative;
}

tr.overed select {
    float: left;
    margin: 0px 10px;
}

tr.overed input {
    float: left;
    margin: 0px 10px;
    position: Relative;
    top: -2px;
    height: 25px;
}

.table {

    font-size: 17px;
    padding: 0px;
}

.table ul {
    list-type: none;
    display: table;
    margin: 0px;
    padding: 0px;
    width: 100%;

}

.table ul.dropdown-menu {
    display: none;
}

.table .open > .dropdown-menu {
    display: block;
}

.testRow {

    clear: both;
    overflow: hidden;
    width: 100%;
    height: 45px;

    position: relative;
    list-style: none;

    border-bottom: 1px dotted #000;
    z-index: 100;
}

.testRow a {
    color: #000;
}

.testRow strong {
    font-weight: normal;
    font-family: 'TamlilRegular';

}

.testRow > span.li {
    display: block;
    width: 5%;
    padding: 14px 10px;
    font-size: 12px;
    background-image: url(../images/pipe.png);
    background-repeat: no-repeat;
    background-position: right 3px;
    float: right;
}

.testRow > span.follow {
    background-image: url(../images/pipe_follow.png) !important;
    background-position: right 6px;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.testRow > span.followDelayed {
    background-image: url(../images/delayed_follow.png) !important;
    background-position: right 6px;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.testRow > span.task {
    background-image: url(../images/pipe_task.png) !important;
    background-position: right 6px;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.testRow > span.taskDelayed {
    background-image: url(../images/delayed_task.png) !important;
    background-position: right 6px;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.li_overed {
    width: 80%;
}

.testRow > span.li .li_overed:hover .overed {
    bottom: 5px;
}

.overed a.interaction, #cboxTitle a.interaction {
    color: #c8c9cb !important;
    display: block;

    float: right;
    margin-right: 10px;
    width: 80%;
    width: calc(100% - 350px);
}

#cboxTitle a.interaction {
    margin-top: 7px;
}

.overed a.interaction:hover, #cboxTitle a.interaction:hover {
    text-decoration: none;
}

.overed {
    position: absolute;
    bottom: -55px;
    z-index: 1000;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 50px;
    font-size: 85%;
    overflow: hidden;
    line-height: 45px;
    color: #c8c9cb !important;
    background-color: #58585a;
    padding: 8px 5px 10px;
    font-size: 17px;
    font-family: 'TamlilRegular';

    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    -webkit-transition-property: border-bottom-color, background-color, color, bottom, opacity, border-radius, box-shadow, width;
    -moz-transition-property: border-bottom-color, background-color, color, bottom, opacity, border-radius, box-shadow, width;
    -o-transition-property: border-bottom-color, background-color, color, bottom, opacity, border-radius, box-shadow, width;
    transition-property: border-bottom-color, background-color, color, bottom, opacity, border-radius, box-shadow, width;
}

.overed input[type=button] {
    height: 33px;
    padding: 3px 2px;
    line-height: 27px;

}

.overed a.interaction {
    color: #fff;
    font-size: 14px;
}

a:focus {
    border: none;
    outline: none;
}

.followNote {
    color: #d54135;
    margin-right: 11%;
}

#crm_corebundle_task_submit {
    float: left;
    margin-right: 20px;
}

.follow .deleteit {
    float: left;
}

#statusContainer {
    width: 10%;
    margin-left: 10px;
    float: left;
    margin-top: 5px;
}

.one_third {
    width: 32%;
    float: right;
    text-align: center;
    margin-left: 1%;
}

.one_third.last {
    width: 34%;
    margin-left: 0%;
}

.two_third {
    width: 65%;
    float: right;
    text-align: center;
    margin-left: 1%;
}

.two_third.last {
    width: 66%;
    margin-left: 0%;
}

.full_moon {
    width: 100%;
    float: none;
    text-align: center;

}

.one_half {
    width: 48%;
    float: right;
    text-align: center;
    margin-left: 2%;
}

.one_half.last {
    width: 49%;
    margin-left: 0%;
}

.one_quarter {
    width: 24%;
    float: right;
    text-align: center;
    margin-left: 1%;
}

.one_quarter.last {
    width: 25%;
    margin-left: 0%;
}

.one_quarter2 {
    width: 20%;
    float: left;
    text-align: center;
    margin-left: 1%;
}

.one_quarter2.last {
    width: 21%;
    margin-left: 0%;
}

.one_fifth {
    width: 19%;
    float: right;
    text-align: center;
    margin-left: 1%;
}

.one_fifth.last {
    margin-left: 0%;
    width: 20%;
}

.one_sixth {
    width: 15%;
    float: right;
    text-align: center;
    margin-left: 1%;
}

.one_sixth.last {
    width: 16%;
    margin-left: 0%;
}

.one_seven {
    width: 13.2%;
    float: right;
    text-align: center;
    margin-left: 1%;
}

.one_eight {
    width: 11.5%;
    float: right;
    text-align: center;
    margin-left: 1%;
}

.six_seven {
    width: 84.8%;
    float: right;
    text-align: center;
    margin-left: 1%;
}

.one_seven.last {
    width: 14.8%;
    margin-left: 0%;
}

.one_eight.last {
    width: 12.5%;
    margin-left: 0%;
}

.one_tenth {
    width: 9%;
    float: right;
    text-align: center;
    margin-left: 1%;
}

.follow select {
    text-align: center;
}

.taskEditCaption {
    width: 10%;
    float: right;
    text-align: right;
    font-size: 18px;
    font-family: 'TamlilLight';
    text-align: left;
    margin-left: 7px;
}

.taskEditCaption .date {
    font-size: 11px;
}

.taskEditCaption .date:before {
    content: '(';
}

.taskEditCaption .date:after {
    content: ')';
}

.interactionSummery {
    margin-top: 8px;
    height: 60px;
    overflow: hidden;
    font-size: 13px;
    line-height: 14px;
}

.dropdown-menu th.dow {
    font-size: 12px;
}

#sidebar {
    position: fixed;
    right: -260px;

    top: 0px;
    background-color: rgba(64, 64, 64, 0.8);
    width: 280px;
    height: 100%;
    z-index: 9000;
    margin: 0;
    transition: all 0.5s ease;
}

#helper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    height: 100%;
}

.helperopenclose {
    float: left;
    position: relative;
    top: 50%;
    left: 0px;
    width: 40px;
    height: 40px;
    background: #788fa9;
    border-radius: 0px 20px 20px 0px;
    cursor: pointer;
}

.helperopenclose img {
    margin-top: 12px;
}

.helpericons {
    position: relative;
    margin-top: 20px;
    background: #788fa9;
    border-radius: 0px 20px 20px 0px;
    padding: 10px 0px;
    width: 40px;
    opacity: 0;
    left: -27px;
    text-align: center;

}

.mainHelp {
    left: 0;
    text-align: center;
    opacity: 1;
}

.mainHelp img {
    position: relative;
    top: -3px;
}

.mainHelp.off {
    position: relative;
    left: -27px;
    opacity: 0;
}

.helpericons.on {
    opacity: 1;
    left: 0px;
}

.helpericons .x {
    margin-top: 20px;
    border-top: 1px solid #9dadc0;
}

.openclose {
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -20px;

}

.openclose .icon {
    background-color: rgb(101, 101, 101);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    margin: 0px auto;
}

.openclose .icon img {
    margin-top: 12px;
}

/* progress begin */
.crmLoader {
    position: relative;
    width: 120px !important;
    height: 120px;
    margin: 0 auto;
    user-select: none;
    box-sizing: border-box;
    clear: both;
    z-index: 100;
    cursor: initial;
}

.small .crmLoader {
    width: 70px;
    height: 70px;
}

.loader-bg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 14px solid rgba(147, 159, 192, 1);
    box-sizing: border-box;

}

.small .loader-bg {
    border: 8px solid rgba(147, 159, 192, 1);
}

.spiner-holder-one {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 50%;
    height: 50%;
    background: transparent;
    box-sizing: border-box;
    transition: 2.5s;
}

.spiner-holder-two {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    box-sizing: border-box;
    transition: 2.5s;
}

.loader-spiner {
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 14px solid rgba(176, 201, 54, 1);
    box-sizing: border-box;
}

.small .loader-spiner {
    border: 8px solid rgba(236, 0, 140, 1);
}

.animate-0-25-a {
    transform: rotate(90deg);
    transform-origin: 100% 100%;
}

.animate-0-25-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.animate-25-50-a {
    transform: rotate(180deg);
    transform-origin: 100% 100%;
}

.animate-25-50-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.animate-50-75-a {
    transform: rotate(270deg);
    transform-origin: 100% 100%;
}

.animate-50-75-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.animate-75-100-a {
    transform: rotate(0deg);
    transform-origin: 100% 100%;
}

.animate-75-100-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.text {
    float: right;
    position: relative;
    right: -91px;
    padding-top: 32%;
    font-size: 30px;
    color: #fff;
    text-align: left;
}

.text span {
    display: block;
    font-size: 14px;
    margin-top: -7px;
    width: 50px;
    line-height: 14px;
}

.animate-0-25-a2 {
    transform: rotate(90deg);
    transform-origin: 100% 100%;
}

.animate-0-25-b2 {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.animate-25-50-a2 {
    transform: rotate(180deg);
    transform-origin: 100% 100%;
}

.animate-25-50-b2 {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.animate-50-75-a2 {
    transform: rotate(270deg);
    transform-origin: 100% 100%;
}

.animate-50-75-b2 {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.animate-75-100-a2 {
    transform: rotate(0deg);
    transform-origin: 100% 100%;
}

.animate-75-100-b2 {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.text2 {
    right: 80px;
    font-size: 30px;
    color: #ec008c;
    text-align: right;
}

.text2 span {
    display: block;
    font-size: 14px;
    margin-top: -7px;

    line-height: 14px;
}

.demouser {
    position: relative;
    top: -104px;
    left: 0px;
    z-index: 0;
}

.small .demouser {
    top: -62px;
}

.demouser img {
    width: 93px;
    border: 4px solid rgba(96, 97, 99, 1);

    border-radius: 50%;
}

.small .demouser img {
    width: 57px;
    border: 2px solid rgba(96, 97, 99, 1);
}

.loader_cont {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    direction: ltr;
    overflow: hidden;
    height: 120px;
}

@media (max-height: 670px) {
    .crmLoader {
        width: 100px;
        height: 100px;
    }

    .loader_cont {
        height: 100px
    }

    .demouser {
        top: -96px;
    }
}

/* progress end */

.user {
    margin: 5px auto;
    text-align: center;
    color: #fff;
    font-family: 'TamlilLight';
}

@media (max-width: 767px) {
    .user {
        margin-top: 20px;
    }
}

.user h2, .user h3, .user h4 {
    margin: 0;
}

.user h2 {
    font-family: 'TamlilRegular';
}

.user h3 {
    font-size: 17px;

}

.user h4 a {
    color: #fff;
    font-size: 13px;
}

.user-divider {
    margin: 20px 0;
    opacity: 0;
    transition: all 0.5s;
}

#sidebar.opened .user-divider {
    opacity: 1;
}

@media (max-height: 670px) {
    .user-divider {
        margin: 15px 0 10px;
    }
}

#sidebar.opened {
    right: 0px;
}


@media (max-width: 991px) {
    .header-sticky .new .dropdown-menu {
        width: 160px;
    }

    .header-sticky .new .dropdown-menu li {
        display: block;
        width: 160px;
        max-width: 160px;
        height: auto;
        position: relative;
        overflow: visible;
        border: 1px solid #555253;
        border-bottom: none;
    }

    .header-sticky .new .dropdown-menu > li:last-child {
        border-bottom: 1px solid #555253;
    }

    .header-sticky .new .dropdown-menu > li > a {
        width: 160px;
        max-width: 160px;
        border: none !important;
    }

    .check_input {
        z-index: 0 !important;
    }
}

@media (max-width: 500px) {
    .check_input {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .show_trigger button {
        padding: 1px 6px;
    }
}

@media (min-width: 501px) {
    .table_iframe_shift {
        padding-inline-start: 15px;
        position: relative;
        inset-inline-start: -15px;
        width: calc(100% + 15px);
    }
}

.navbar .new a:focus, .navbar .new a:-moz-focusring, .header-sticky .new a:focus, .header-sticky .new a:-moz-focusring {
    text-decoration: none;
    color: #868686;
}

.main .nav-tabs {
    text-align: left;
    border-bottom: 1px solid black;

}

.main .nav-tabs > li {
    float: left;
}

.main .nav-tabs > li > a {
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 0;
    color: #bcbdc0;
}

.main .nav-tabs > li.active > a {
    border: 1px solid #000;
    color: #000;
    border-bottom-color: transparent;
}

span.bullet {
    font-family: Arial;
    margin-left: 4px;
    color: #00aeef;
}

span.task, span.extraTab1 {
    color: #ec008c;
}

span.call {
    color: #f47414;
}

span.meeting {
    color: #ffd105;
}

span.interactionType1 {
    color: #f47414;
}

span.interactionType13 {
    color: #a7479b;
}

span.interactionType3 {
    color: #ffd105;
}

span.interactionType6, span.interactionType8, span.interactionType9 {
    color: #9ccd96;
}

span.interactionType7, span.interactionType10 {
    color: #c5bd76;
}

span.sale, span.extraTab4 {
    color: #0fe20f;
}

span.quotation, span.extraTab3 {
    color: #b0cd42;
}

.best_worker {
    height: 170px;
    width: 100%;
    background: #000;
    color: #fff;
    font-family: 'TamlilLight';
    opacity: 0;
    transition: all 0.5s ease;
}

.best_worker h1 {
    font-size: 14px;
    letter-spacing: 2px;
    font-family: 'TamlilRegular';
    text-align: center;
    margin: 20px auto 0px;
}

.best_worker-content {
    float: left;
    width: 170px;
}

.best_worker h2 {
    font-size: 20px;
    margin-top: 20px;
}

.best_worker h3 {
    font-size: 13px;
    margin: 0;
}

.best_worker-button {
    background: #000;
    display: block;
    width: 100%;
    height: 20px;
    line-height: 25px;
    color: #FFF !important;
    text-align: left;
    padding: 0 5px;
    transition: all 0.5s ease;
    z-index: 100;
    opacity: 0;
}

#sidebar.opened .best_worker-button {
    opacity: 1;
}

.best_worker-button .glyphicon {
    transition: all 0.5s ease;
}

.best_worker-button.collapsed .glyphicon {
    transform: rotate(180deg);
}

@media (max-height: 670px) {
    .best_worker {
        height: 100px;
    }

    .best_worker h1 {
        margin-top: 5px;
        float: left;
        width: 170px;
        text-align: right;
    }

}

.custTamlil_form {
    margin: 10px;
    clear: both;
}

.custTamlil_form .one_third {
    height: 60px;
}

.custTamlil_form select {
    border-radius: 20px;
}

.addresses .list-unstyled input[type=text],
.addresses .list-unstyled select,
.addresses .list-unstyled input[type=number],
.addresses .list-unstyled input[type=email],
.mediaLinkCollection .list-unstyled input[type=text],
.mediaLinkCollection .list-unstyled select,
.mediaLinkCollection .list-unstyled input[type=number],
.mediaLinkCollection .list-unstyled input[type=email] {
    height: 34px;
    padding: 6px 12px;
    font-size: 15px;
    top: 0;
}

.mediaLinkCollection .list-unstyled .form-group {
    text-align: center;
}

.addresses .list-unstyled .form-group label,
.mediaLinkCollection .list-unstyled .form-group label {
    position: relative;
    top: 0px;
}

.addressCollection .btn.btn-primary.btn-sm,
.mediaLinkCollection .btn.btn-primary.btn-sm {
    margin: 0;
    float: right;
    clear: both;
    display: block;
    width: 30px;
    background-color: #58585a;
    color: #fff;
    padding: 0;
    padding-top: 3px;
    position: relative;
    top: -15px;
    float: right;
    font-size: 30px;
    line-height: 21px;
    text-align: center;
}

.addresses, .addresses-gui {
    clear: both;
}

.addresses .number, .addresses-gui .number, .mediaLinksForm .number {
    width: 30px !important;
    background-color: #a7a9ac;
    color: #fff;
    padding: 0px 5px;
    cursor: pointer;
    float: right;
    font-size: 30px;
    text-align: center;
    line-height: 42px;
    margin-left: 5px;

}

.addresses .number.default, .addresses-gui .number.default {
    background-color: #fec746;
}

.addressCollection .list-unstyled .row,
.mediaLinkCollection .list-unstyled .row {
    width: 97%;
    margin: 0 !important;
}

.mediaLinkCollection .list-unstyled .col-xs-9 {
    width: 91.666%
}

.addressCollection .list-unstyled .col-xs-1,
.mediaLinkCollection .list-unstyled .col-xs-3 {
    width: 8.333%
}

.addressCollection .bc-collection .btn-danger, .address_cont .btn-danger,
.mediaLinkCollection .bc-collection .btn-danger, .address_cont .btn-danger {
    top: 6px;
}

.addressCollection .list-unstyled li,
.mediaLinkCollection .list-unstyled li {
    padding: 5px 0px;
}

.addressCollection .list-unstyled li li,
.mediaLinkCollection .list-unstyled li li {
    padding: auto;
    height: auto;
    border: none;
}

.addressCollection .list-unstyled li li:before,
.mediaLinkCollection .list-unstyled li li:before {
    display: none;
}

.addressCollection .list-unstyled li:last-child,
.mediaLinkCollection .list-unstyled li:last-child {
    border-bottom: none;
}

.addresses .address_cont:last-child, .addresses-gui .address_cont:last-child, .mediaLinksForm .address_cont:last-child {
    border-bottom: 0;
}

.address_cont > div {
    float: right;
    text-align: center;
}

.address_cont > div > label {
    text-align: center;
    margin: 1px auto;
    font-size: 11px;
}

.address_cont .ord {
    display: none;
}

.address_cont > div.address {
    width: 5%;
    margin-left: 2%;
}

.address_cont > div.city, .address_cont > div.country {
    width: 20%;
    margin-left: 2%;
}

.address_cont > div.city {
    margin-left: 2%;
}

.address_cont > div.city .chosen-container {

}

.address_cont > div.street_have_no_name {
    width: 25%;
}

.address_cont > div.street {
    margin-left: 2%;
    width: 17%;
}

.address_cont > div.name {
    width: 7%;
    margin-left: 1%;
}

.address_cont.mediaLinks_cont > div.name {
    width: 30%;
    margin-left: 2%;
}

.address_cont.mediaLinks_cont > div.link {
    width: 41%;
    margin-left: 2%;
}

.address_cont.mediaLinks_cont > div.type {
    width: 17%;
    margin-left: 1%;
}

.address_cont.mediaLinks_cont > div.type select {
    text-align: left;
    float: left;
}

.address_cont > div.zip, .address_cont > div.mailbox {
    width: 8%;
    margin-left: 2%;
}

.address_cont > div.remove {
    width: 3%;

}

.address_cont.interaction img {
    width: 25px;
}

.address_cont.interaction {
    clear: both;

    padding: 10px 0px;
    height: 70px;
}

#add-another-address, #add-another-address-gui, #add-another-mediaLink {
    margin: 0;
    float: right;
    clear: both;
    display: block;
    width: 30px;
    background-color: #58585a;
    color: #fff;
    padding: 0;
    padding-top: 3px;
    position: relative;
    top: -15px;
    float: right;
    font-size: 30px;
    line-height: 21px;
    text-align: center;
}

.bee-collection {

}

.bee-collection li {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.bee-collection .btn.btn-primary.btn-sm {
    margin: 0;
    float: right;
    clear: both;
    display: block;
    width: 30px;
    background-color: #58585a;
    color: #fff;
    padding: 0;
    padding-top: 3px;
    position: relative;
    top: -15px;
    float: right;
    font-size: 30px;
    line-height: 21px;
    text-align: center;
}

.bee-collection .col-xs-11, .bee-collection .col-xs-1 {
    width: auto;
}

.bee-collection .col-xs-1 {
    max-width: 25px;
    float: left;
    text-align: left;
}

.bee-collection input[type=text], .bee-collection input[type=number], .bee-collection input[type=email] {
    height: 34px !important;
}

.bee-collection .list-unstyled .form-group label {
    top: -15px;
}

.bee-collection .formatPhone {
    min-width: 120px;

}

.bee-collection .mainPhoneEmail {
    display: none;
}

.bee-collection label {
    display: none;
}

.bee-collection.phonemails .row {
    width: 94%;
}

.bee-collection.phonemails .col-xs-11 {
    width: 94%;
    display: flex;
    flex-wrap: wrap;
}

.bee-collection.phonemails .form-group {
    clear: both;
    float: none;
    width: auto;
    margin-left: 5px;
    position: relative;
}

.bee-collection.phonemails .checkbox {
    padding-right: 0px;
    margin-left: 10px;
    margin-right: 10px;
    top: -10px;
    position: relative;
}

.bee-collection.phonemails .col-xs-1 {
    width: 5% !important;
}


.bee-collection .callButton {
    border: none;
    background: url(../images/phone_button.png) no-repeat;
    text-indent: -9999em;
    width: 25px;
    height: 25px;
    margin-top: -13px;
}

.bee-collection .sendMailButton {
    border: none;
    background: url(../images/mail_button.png) no-repeat;
    text-indent: -9999em;
    width: 25px;
    height: 25px;
    margin-top: -13px;
}

.bee-collection .select2-container {
    margin-top: -1px;
}

.bee-collection .select2-container .select2-selection--single {
    height: 34px;
}

.bee-collection .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}


.bee-collection li.mainPhoneMail:before, .addressCollection li.mainPhoneMail:before {
    background-color: #fec746;
}

.yellow-bg li.mainPhoneMail:before {
    background-color: #fec746;
}

.bee-collection .phoneEmailNum {
    width: 30px;
    height: 46px;
    font-size: 30px;
    line-height: 46px;
    color: #fff;
    background-color: #aed7d8;
    text-align: center;
    float: right;
    margin-left: 5px;
}

#add-another-address:active, #add-another-address:focus, #add-another-mediaLink:active, #add-another-mediaLink:focus {
    text-decoration: none !important;
}

.tags {
    width: 100%;
    float: right;
}

.tags a {
    color: #fff;
}

.tags .chosen-container-multi .chosen-choices li.search-choice {
    direction: rtl;
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #788fa9;
    background-image: none;
    background-clip: padding-box;
    box-shadow: none;
    color: #fff;
    line-height: 13px;
    cursor: default;
}

#crm_custTamlil_submit {
    float: left;
    background-color: #939598;
    border: none;
    color: #fff;
    width: 20%;
}

#interaction_direction {
    width: 1% !important;
    margin-top: 5px;
    position: relative;
    left: 10px;
    margin-right: 1%;
    width: 48%;
    float: right;
    text-align: center;

}

.userImage {
    width: 30px;
    height: 30px;
}

.userImage img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;

}

.emailform input[type=text], .phoneform input[type=text] {
    border: none;
}

.emailform img {
    width: 27px;
    float: left;
    margin: 5px;
}

.emailform.phone img {
    width: 30px;
}

.emailform img:hover {
    opacity: 0.75;
}

.emailform, .phoneform {
    border-radius: 4px;
    border: 1px solid #cccccc;
}

.show_i .emailform {
    border: none;
}

.emailform span {
    position: relative;
    right: 5%;
}

.header-sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1001;
    height: 90px;
    display: flex;
    align-items: center;
    background-color: #edeff1;
}

.sale_sticky {
    position: fixed;
    top: 103px;
    background-color: #00a5a7;
    height: 46px;
    width: 100%;
    z-index: 899;
    display: none;
}

.sale_sticky .left_part {
    background-color: #f5fafb;
    float: left;
    height: 46px;
    width: 30%;
}

.sale_sticky .saleSumWithVAT {
    float: left;
    direction: ltr;
}

.sale_sticky .saleProfit {
    display: inline-block;
    direction: ltr;
}

.sale_sticky .negative {
    color: #d54135;
}

.sale_sticky .hideMe {
    opacity: 0;
}

.sale_sticky .saleDelimiter {
}

.sale_sticky .saleSumUp {
    float: left;
}

.header-is-sticky {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.tooltiptext {
    display: none;
    padding: 20px 0px;

}

.tooltiptext .img {
    float: left;
    margin-left: 20px;

}

.tooltiptext .img img {
    border-radius: 50%;

}

.tooltiptext .userext {
    float: right;
    margin-right: 20px;
    color: #000;
    text-align: right;
    margin-left: 40px;
    margin-top: 10px;
    direction: rtl;
}

.tooltiptext .userext h2 {
    font-size: 16px;
    font-family: 'TamlilRegular';
    margin: 0;
}

.tooltiptext .userext h3 {
    font-size: 14px;
    font-family: 'TamlilRegular';
    margin: 0;

}

.tooltiptext .userext p {
    margin-top: 15px;
    font-size: 13px;
}

.color_header {
    position: fixed;
    top: 0px;
    left: 0;
    text-align: right;
    width: 100%;
    line-height: 20px;
    color: #c8c9cb !important;
    background-color: #58585a;
    font-size: 17px;
    padding-right: 40px;
    z-index: 999;
}

.color_header_mail_mass_action {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.color_header a.interaction, .color_header span.nolink {
    color: #fff !important;
    display: block;
    float: right;
    margin-right: 10px;
    font-family: 'TamlilLight';
    line-height: 25px;
    font-size: 18px;
    padding: 10px 5px;
}

.color_header a.interaction strong {
    color: #fff;
    font-family: 'TamlilRegular';
    font-weight: normal;
}

.color_header.nofixed {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    background: #bab1b8;
}

.color_header .color_header_icon {
    background-color: #b769aa;
    height: 100%;
    padding: 15px;
    display: block;
    float: right;

}

.color_header .color_header_text {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 28px;
    padding-bottom: 10px;
}

.color_header .color_header_left {
    float: left;
    max-width: 50%;
    padding: 15px 10px 0px;
    margin-top: 2px;
}

.color_header_left select, .color_header_right input {
    display: inline-block;
    clear: none;
    width: auto;
}

.color_header_left select {
    margin-top: 5px;
}

.color_header_left label, .color_header_right label {
    color: #fff;
    float: right;
    font-size: 20px;
    margin-left: 10px;
    margin-top: 5px;
}

.color_header .color_header_right {
    display: inline-block;
    max-width: 100%;
    padding: 15px 10px 0px;
    margin-top: 2px;
}

.header-tabs {
    float: left;
    margin-top: 2px;
}

.header-tabs img {
    width: 25px;
}

.header-tabs {
    border-bottom: none !important;
}

.header-tabs > li.active > a, .header-tabs > li.active > a:hover, .header-tabs > li.active > a:focus, .header-tabs > li > a:hover {
    background-color: transparent !important;
    border: none !important;
}

.header-tabs > li.active > a img, .header-tabs > li.active > a:hover img, .header-tabs > li.active > a:focus img {
    border: 2px solid white;
    border-radius: 50%;
    width: 27px;
}

.company-tabs > li.active > a img, .company-tabs > li.active > a:hover img, .company-tabs > li.active > a:focus img {
    border: 2px solid #999;
}

.header-tabs > li > a, .header-tabs > li.active > a, .header-tabs > li.active > a:hover, .header-tabs > li > a:hover, .header-tabs > li > a:focus, .header-tabs > li.active > a:focus {
    border-right: 1px solid #939598 !important;
}

.header-tabs > li:last-child > a, .header-tabs > li.active:last-child > a, .header-tabs > li.active:last-child > a:hover, .header-tabs > li:last-child > a:hover, .header-tabs > li:last-child > a:focus, .header-tabs > li.active:last-child > a:focus {
    border-right: none !important;
}

.search-table {
    border-collapse: separate;
}

.search-table th {
    font-size: 13px;
    padding: 7px 0px !important;
    color: #999;
    white-space: nowrap;
    text-align: center;
    font-weight: normal !important;
    border-bottom: 1px solid #000 !important;
}

.table-condensed th {
    font-size: 13px;
    padding: 7px !important;
    color: #999;
    white-space: nowrap;
    text-align: center;
    font-weight: normal !important;
    border-bottom: 1px solid #000 !important;
}

.search-table tr:first-child td {
    border-top: none !important;
}

.search-table td {
    padding: 0px 10px !important;
    line-height: 25px !important;
    font-size: 15px !important;
    background-repeat: no-repeat;
    background-position: right 6px;
    vertical-align: middle !important;
    border-top: 1px dotted #000 !important;

}

.table-condensed td {
    padding: 0px 10px !important;
    line-height: 25px !important;
    font-size: 15px !important;
    background-repeat: no-repeat;
    background-position: right 6px;
    vertical-align: middle !important;
    border-top: 1px dotted #000 !important;
}

.table-condensed-improve td {
    border-top: 0 !important;
}

.table-condensed-duplicate-lead td {
    line-height: 25px !important;
    font-size: 15px !important;
    background-repeat: no-repeat;
    background-position: right 6px;
    vertical-align: middle !important;
    border-top: 1px dotted #000 !important;

}

.table-condensed-duplicate-lead > thead > tr > th {
    text-align: center;
    padding-left: 5%;
    color: #999 !important;
    font-size: 13px !important;
}

.table-condensed-duplicate-lead > thead > tr > th > span {
    color: #999 !important;
    font-size: 13px !important;
}

.table-condensed-duplicate-lead > tbody > tr > td {

}

table.table-condensed.table-condensed-improve th {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.search-table td.zeroPadding {
    padding: 0 !important;
    background: none !important;
    border-top: none !important;

}

.search-table td.zeroPadding div.show_customer {
    padding: 20px 0px 60px;
}

.search-table td:first-child {
    background-image: none;
}

.search-table th a {
    color: #999;
}

.search-table input[type=checkbox] {
    margin-top: 6px;
}

.search-table a {
    color: #000;
}

.pencil-edit-request {
    color: #000;
}

.search-table img {
    width: 30px;
}

.centered {
    margin: 0 auto;
    text-align: center;
}

.googleName {
    width: 30px;
    height: 30px;
    background: #eceded;
    border-radius: 50%;
    overflow: hidden;
    font-size: 11px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}

.googleNameBig {
    width: 90px;
    height: 90px;
    background: #eceded;
    border-radius: 50%;
    overflow: hidden;
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
    line-height: 90px;
}

.googleNameMed {
    width: 55px;
    height: 55px;
    background: #eceded;
    border-radius: 50%;
    overflow: hidden;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    line-height: 60px;
}

.googleNameMedInLine {
    width: 90px;
    height: 90px;
    background: #eceded;
    border-radius: 50%;
    overflow: hidden;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    line-height: 90px;
}

.googleNameMedContact {
    width: 60px;
    height: 60px;
    background: #eceded;
    border-radius: 50%;
    overflow: hidden;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    line-height: 60px;
    margin-right: -12px;
}

/* א */
.color05d0, .colora {
    background: #506da2;
    color: #fff;
}

/* ב */
.color05d1, .colorb {
    background: #19b5fe;
}

/* ג */
.color05d2, .colorc {
    background: #3ae2ef;
}

/* ד */
.color05d3, .colord {
    background: #529ca8;
}

/* ה */
.color05d4, .colore {
    background: #03c9a9;
    color: #fff;
}

/* ו */
.color05d5, .colorf {
    background: #8acd20;
}

/* ז */
.color05d6, .colorg {
    background: #a9e5a1;
}

/* ח */
.color05d7, .colorh {
    background: #4f7a0b;
}

/* ט */
.color05d8, .colori {
    background: #f3f175;
}

/* י */
.color05d9, .colorj {
    background: #ffe400;
}

/* כ */
.color05da, .color05db, .colork {
    background: #fdecbf;
}

/* ל */
.color05dc, .colorl {
    background: #ffc6ba;
}

/* מ */
.color05dd, .color05de, .colorm {
    background: #f4859d;
}

/* נ */
.color05e0, .colorn {
    background: #e51d97;
    color: #fff;
}

/* ס */
.color05e1, .coloro {
    background: #983899;
    color: #fff;
}

/* ע */
.color05e2, .colorp {
    background: #3d1984;
    color: #fff;
}

/* פ */
.color05e3, .color05e4, .colorq {
    background: #936da4;
    color: #fff;
}

/* צ */
.color05e5, .color05e6, .colorr {
    background: #beb1d0;
    color: #fff;
}

/* ק */
.color05e7, .colors {
    background: #cbeefc;

}

/* ר */
.color05e8, .colort {
    background: #afd6c3;
    color: #000;
}

/* ש */
.color05e9, .coloru {
    background: var(--panel-default-heading);
    color: #000;
}

/* ת */
.color05ea, .color9, .colorv {
    background: #ecd0d8;
    color: #000;
}

/* 1 */
.color1, .color5, .colorw {
    background: #e2ebc6;
}

/* 2 */
.color2, .color6, .colorx {
    background: #f89406;
}

/* 3 */
.color3, .color7, .colory {
    background: #5c3246;
    color: #fff;
}

/* 4 */
.color4, .color8, .colorz {
    background: #9c856f;
}

.userActions {
    float: left;
    margin-top: 10px;
}

.userActions img {
    width: 25px;
    margin: 0px 0px 0px 5px;
}

.btn-left {
    float: left;
    display: block;
    margin-left: 5px;
}

.btn-right {

    position: absolute;
    bottom: 10px;
    right: 10px;
}

.tableRight {
    float: right;
}

.tableLeft {
    float: left;
    font-size: 12px;
}

.search-table td.pipe80 {
    background-image: url(../images/pipe80.png);
    height: 90px;
    overflow: hidden;
}

.search-table td.pipe20 {
    background-image: url(../images/pipe2.png);
    background-position: right 30px;
}

.search-table th.pipe30 {
    background-image: url(../images/pipe3.png);
    background-position: right 6px;
    background-repeat: no-repeat;
}

.search-table .interaction {
    font-size: 14px !important;
    line-height: 16px !important;
    color: #66809c !important;
    vertical-align: top !important;
    margin-top: 10px;
}

.search-table .company {
    font-size: 22px !important;
    color: #58585a !important;
}

.search-table .date {
    font-size: 22px;
    letter-spacing: 2px;
    margin-top: 5px;
    color: #577390;
}

.search-table .time {
    color: #577390;
    font-size: 16px;
}

.interactionContact {
    display: inline-block;
    line-height: 36px;
}

.interactionContact .form-control {
    display: inline-block;
    clear: none;
    background: #58585a;
    color: #fff !important;
    border: 2px solid #d1d2d4;
    border-radius: 20px;
    padding: 0px 5px !important;
    height: 24px;
    font-size: 15px;
    margin-top: -3px;
    margin-right: 5px;

}

.notEditableValue {
    color: #476683;
    font-size: 15px;
}

.btn-primary {
    color: #231f20;
    border-radius: 2px;
    background-color: #fff;
    border-color: #231f20;
    font-size: 17px;
    transition: 0.2s all;
}

.dropdown-menu li {
    color: #476683;
}

.company-tabs {
    clear: both;
    position: relative;
    top: -31px;
}

.orderActive {
    font-weight: bold;
}


.orderDesc {
    background: url(../images/arrows.png) no-repeat right 3px;
    padding-right: 10px;
}

.orderAsc {
    background: url(../images/arrowsup.png) no-repeat right 3px;
    padding-right: 10px;
}

.orderDesc:before {
    /*content: '';*/
    /*background: url(../images/arrow.png) no-repeat 0 0;*/
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 2px;

}

.mainContact label {
    float: right;
    margin-left: 15px;
}

#crm_corebundle_contact_main {
    float: right;
}

.mainContact .radio {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
}

.mainContact .radio input {
    position: relative;
    top: -3px;
}

.user h2, .user h3, .user h4 {
    font-weight: normal;
    font-family: 'TamlilRegular';
}

/* File Uploader */

.fileinput-button {
    border-radius: 0;
}

.imageUploader__imagesContainer {
    display: flex;
    flex-wrap: wrap;
}

.imageUploader__btnContainer {
    margin-top: 15px;
}

.imageUploader__fileName {
    text-align: center;
    margin-top: 5px;
    color: #BBB1B9;
}

.imageUploader__img-wrapper {
    display: block;
    margin-top: 10px;
    margin-left: 25px;
    color: #aaa;
    max-width: 100px;
    font-size: 14px;
    word-wrap: break-word;
}

.imageUploader__img-wrapper:hover, .imageUploader__img-wrapper:active, .imageUploader__img-wrapper:focus {
    text-decoration: none;
    color: #aaa;

}

.imageUploader__img {
    max-height: 100px;
    border-radius: 50%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.imageUploader__img:hover .imageUploader__img-hover {
    opacity: 1;
    visibility: visible;
}

.imageUploader__img-hover {
    transition: 0.3s all;
    height: 100%;
    width: 100%;
    background: #B8B8B8;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #eee;
    opacity: 0;
    visibility: hidden;
}

.imageUploader__nonImg {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B8B8B8;
    color: #eee;
}

.imageUploader__img-hover.disable {
    display: none;
}

.img_preview_container {
    position: relative;
    max-height: 100px;
    margin-bottom: 20px;
}

.img_remove_preview {
    position: absolute;
    bottom: 0;
    margin-top: 0 !important;
    right: 0;
    cursor: pointer;
}

.img_preview_container img {
    border-radius: 50%;
}

.img_preview_container .file-icon {
    border-radius: 50%;
}

.img_preview__container {
    position: relative;
}

.img_preview__upLinksContainer {
    position: absolute;
    top: 10px;
    left: 20px;
}

/* End File uploader */

/* Message Block */

.message_block .btnRow {
    position: relative;
    min-height: 32px;
}

.message_block .btnRow__left {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;

}

#sale_title {
    display: none;
}

#customerNameDiv, #proposalOrSale {
    display: inline-block;
}

#saleTotalDiv, #saleSumWithVAT {
    float: left;
    color: #fff;
    font-size: 30px;
    text-align: left;
    margin-right: 30px;
    font-family: 'TamlilMedium';

}

#saleCurrency {
    float: left;
    color: #fff;
    font-size: 20px;
    text-align: left;
    margin-right: 5px;
    margin-left: 30px;
    margin-top: 10px;
}

.saleSumsLabel .form-group {
    margin: 0;
}

.saleSumsLabel .checkbox {
    margin: 0;
}

.saleSumsLabel label {
    font-size: 14px;
}

.saleSum, .totalVat, .roundPart {
    color: #476683;
    text-align: left;
    display: inline-block;
}

.roundPart {
    direction: ltr;
}

.saleSumWithVAT, .saleProfit, .saleDelimiter {
    display: inline-block;
}

#profit_block {
    display: block;
}

.saleCurrency {
    display: inline-block;
    margin-right: 2px;
    float: left;
    font-size: 16px;
}

#payments_block .saleCurrency {
    float: right;
}

.saleSumsLabel {
    color: #818285;
    margin-left: 0px;
    text-align: right;
    margin-right: 5px;
}

.saleSumsValue {
    text-align: left;
    margin-left: 0;
}

.saleSumsValue .saleCurrency {
    color: #818285;
}

.saleSumsValue .totalProductsSumPart {
    direction: ltr;
    display: inline-block;
}

.saleSumsLabelMain {
    color: #404041;
    margin-left: 0;
    text-align: right;
    padding: 0px 10px;
    border-bottom: 1px dashed #a7a9ac;
    padding-bottom: 8px;
    text-align: right;
}

.sale_title {
    position: relative;
    height: 46px;
    overflow: hidden;

    width: 100%;
}

.sale_title .right_part {
    background: #00a5a7;
    color: #fff;
    float: right;
    margin-right: 50px;
    text-align: right;
    width: -moz-calc(100% - 580px);
    width: -webkit-calc(100% - 580px);
    width: calc(100% - 580px);
    padding-right: 25px;
}

.sale_title .left_part {
    background: #f5fafb;
    color: #fff;
    height: 46px;
    width: 530px;
    min-width: 530px;
    float: left;
}

.sale_title .title {
    padding: 5px;
    font-size: 30px;
    font-family: 'TamlilLight';
    font-weight: 400;
    margin-right: 85px;
}

.sale_title .title a {
    color: #fff;
}

.sale_title .user {
    float: right;
    position: relative;
    top: -3px;
    left: 0px;

}

.sale_title .userImage {

}

.sale_title .userImage img, .sale_title .userImage .googleName {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 19px;
    border: 4px solid #fff;
}

.sales_title_options {
    position: fixed;
    top: 149px;
    right: 0;
    height: auto;
    width: 100%;
    z-index: 898;
    background: #CBE7E8;
    transform: translateY(-46px);
    transition: 0.3s all;
    padding: 5px;
}

.sales_title_options .container-fluid {
    height: 100%;
    padding-right: 140px;
}

.sale_title-arrow {
    float: right;
    margin-top: 16px;
    margin-left: 15px;
    transition: 0.3s all;
    cursor: pointer;
}

.sale_title-arrow.spin {
    transform: rotateZ(-90deg);
}

#proposalOrSale {
    cursor: pointer;
}

.sales_title_options-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}

.sales_title_options-list li {
    padding: 3px 30px;
    border-radius: 20px;
    font-weight: 700;
    color: #fff;
    background: #00a5a7;
    cursor: pointer;
    margin: 5px;
}

.sales_title_options.active {
    transform: translateY(0px);
}

.bigUser .userImage img, .bigUser .userImage .googleName {
    width: 93px;
    height: 93px;
    line-height: 90px;
    font-size: 30px;
    position: relative;
    top: -2px;
    left: -31px;
    z-index: 0;

    border: 4px solid rgba(96, 97, 99, 1);
}

.ticket-link, .open-single-chat-link {
    float: left;
    text-decoration: underline;
    color: #428bca;
    padding: 10px 0;
}

@media (max-height: 670px) {
    .bigUser .userImage img {
        width: 82px;
        height: 82px;
        top: 5px;
        left: -26px;
    }
}

/* old sale change for image **/
.ajax-contact-widget input[type=text] {
    background-color: #f3f3f4;
    border-radius: 20px;
}

.ajax-contact-widget .dropdown-menu {
    text-align: right;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ajax-contact-widget button {
    background-color: #aed7d8;
    border: 1px solid #aed7d8;

    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.list-unstyled {
    counter-reset: my-badass-counter;
}

.list-unstyled > li {
    clear: both;
    border-bottom: 1px dashed #b1b3b6;
    padding: 10px 0px;
    height: 65px;
}

.list-unstyled > li:before {
    width: 30px;
    height: 46px;
    font-size: 30px;
    line-height: 51px;
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    color: #fff;
    background-color: #aed7d8;

    text-align: center;
    float: right;
}

.list-unstyled li:after {
    clear: both;
}

.list-unstyled .row:after, .list-unstyled .row:before {
    clear: none !important;
    display: none;
}

.list-unstyled .row {
    float: right !important;
    clear: none;
    width: 80%;

}

.list-unstyled .form-group {
    clear: none;
    float: right;
    width: 30%;
    margin-left: 1%;
    position: relative;
}

.list-unstyled .form-group:first-child {
    margin-left: 0%;
}

.sale_products .list-unstyled .form-group:first-child, .list-reciept.list-unstyled .form-group:first-child {
    margin-left: 1%;
}

.sale_products label {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.list-unstyled .col-xs-9 {
    width: 80%;
}

.list-unstyled .col-xs-1 {
    width: 20%;
}

.list-unstyled .col-xs-3 {
    width: 5%;
}

.productsCollection .list-unstyled .form-inline {
    float: none;
    clear: both;
}

.list-unstyled .form-inline {
    float: right;
    clear: none;
}

.list-unstyled .form-group label {
    color: #a8a9ad;
    font-size: 11px;
    text-align: center;
    position: relative;
    top: -10px;

}

.list-unstyled input[type=text], .list-unstyled select, .list-unstyled input[type=number], .list-unstyled input[type=email], .list-unstyled .select2 {
    height: 24px;
    line-height: 24px;
    padding: 2px 12px;
    position: relative;
    top: -15px;
}

.crm_customer_emails_email input[type=email],
.crm_customer_phones_email input[type=text] {
    direction: ltr;
}

.list-unstyled .productCustomFieldsContainer input[type=text],
.list-unstyled .productCustomFieldsContainer select,
.list-unstyled .productCustomFieldsContainer input[type=number],
.list-unstyled .productCustomFieldsContainer input[type=email],
.list-unstyled .productCustomFieldsContainer .select2 {
    line-height: inherit;
    height: 34px;
    padding: 2px 12px;
    position: relative;
    top: 0;
}

.list-unstyled .productCustomFieldsContainer .select2 {
    height: inherit;
}

.list-unstyled select {
    margin-left: 0px;
}

#crm_corebundle_salereceipt_products .form-group:nth-child(8) {
    height: 0px;
}

#crm_corebundle_sale_receipts .btn-primary,
.productsCollection .btn-primary,
#crm_corebundle_salereceipt_payments .btn-primary,
#crm_corebundle_salereceipt_products .btn-primary,
#crm_basicleadsbundle_landingpage_formFields .btn-primary,
#crm_corebundle_interaction_quickSale_products .btn-primary,
#quick_sale_type_receipts .btn-primary,
#crm_corebundle_deal_dealProviders .btn-primary,
#crm_corebundle_deal_dealSubsidizers .btn-primary,
#crm_corebundle_deal_dealPriceLists .btn-primary,
#crm_corebundle_deal_dealWorkers .btn-primary,
#crm_corebundle_sale_productProviders .btn-primary,
#crm_corebundle_sale_productWorkers .btn-primary,
#crm_corebundle_interaction_sales_0_productProviders .btn-primary,
#crm_corebundle_interaction_sales_0_productWorkers .btn-primary,
.sale_products .btn-primary,
#crm_affiliate_data_affiliateSaleBonuses .btn-primary,
#automation_status_actions_collection .btn-primary {
    clear: both !important;
    width: 30px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: #1aa5a6;
    display: block !important;
    position: relative;
    top: -5px;
    padding: 0px;
    font-size: 25px;
    border: 1px solid #1aa5a6;
}

.bc-collection .btn-danger, .address_cont .btn-danger, .collectionRemover {
    background: url(../images/deleteold.png) no-repeat;
    width: 21px;
    height: 21px;
    text-indent: -9999px;
    border: none;
    position: relative;
    top: -10px;
}

.bc-collection.list-reciept .btn-danger {
    background: url(../images/invoice/delete.png) no-repeat;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
}

.address_cont .btn-danger {
    top: 3px;
}

label {
    color: #999;
    font-size: 13px;

}

.interactionLeftTop {
    float: left;
    margin-left: 20px;
    width: 150px;
    margin-top: 5px;
}

.interactionLeftTop select {
    float: left;
    width: 120px;
}

.interactionLeftTop label {
    float: right;
    margin-top: 7px;
    position: relative;
    left: -5px;
}

.halfselects select {
    padding: 3px 4px !important;
}

label[for=crm_corebundle_interaction_failedSale] {
    white-space: nowrap;
}

.navbar .logo {
    margin-top: 55px;
}

.hp-tile {
    width: 19%;
    float: right;
    margin-left: 1%;
    margin-bottom: 1%;
    height: 210px;
    overflow: hidden;
    border-radius: 7px;
}

.hp-tile .right {
    float: right;
    width: 25%;
    margin-right: 2%;
}

.hp-tile img {
    width: 65px !important;

    margin: 0 auto 25px;
}

.hp-tile a {
    color: #fff;
    font-size: 15px !important;
    font-weight: normal;
}

.hp-tile a.text-small {
    font-size: 10.5px !important;
}

.hp-tile a:hover {
    text-decoration: underline
}

.hp-tile h2 {
    color: #fff;
    font-weight: normal;
    font-size: 21px;
}

.hp-tile h2.small {
    font-size: 18px;
}

.tiles div:nth-child(5n+5) {
    margin-right: 0
}

.hp-tile .icons {
    float: left;
}

.hp-tile .icons img {
    width: 18px !important;
    margin: 0;
}

.owl-carousel .owl-item img {
    display: inline-block !important;
}

.hp-tile .name {
    float: right;
}

.hp-tasks {
    width: 39%;
    background: #ec008c;
}

.hp-salereceipts {
    background: #5694bc;
}

.hp-workers {
    background: #67797f;
}

.hp-tile .first {
    padding-top: 50px;
}

.hp-searches {
    width: 79%;
    background: #86c1d4;
}

.hp-company {
    background: #4c9908;
}

.hp-tile {
    direction: ltr;
}

.hp-tile .item {
    direction: rtl;
}

.hp-calendar {
    background: #a4ca36;
}

.hp-contact {
    background: #a7479b;
}

.hp-interactions {
    background: #f0a005;
}

.hp-sales {
    background: #2ab0b2;
    padding: 0;
    margin-left: 0;
}

.clinics {
    margin-left: 1% !important;
    padding: 20px !important;
}

.clinics-searches {
    margin-top: 0px !important;
}

.hp-facebook {
    background: #567eb2;
    position: relative;
}

.hp-ynet {
    background: #eceded;
}

.hp-help {
    background: #bbd0da
}

.hp-tile.hp-help a {
    color: #000;
    font-size: 14px;
}

.hp-leads {
    background: #d70f0f;
}

.hp-tasks .dashboardSort, .hp-tasks .nav-tabs, .hp-tasks .pagination {
    display: none;
}

.hp-sales .owl-pagination,
.hp-sales .owl-dots {

}

.hp-tile > div {
    padding: 20px;
}

.hp-tile.hp-sales > div {
    padding: 0;
}

.owl-carousel.owl-owner {
    height: 210px;
}

.owl-carousel.owl-customer {
    height: 58px;
}

.owl-theme.owl-customer .owl-dots {
    left: 5px;
}

.tile-company .item {
    height: 170px;
}

.owl-theme .owl-dots {
    margin-top: 0 !important;
    position: absolute;
    bottom: 0px;
    left: 10px;
}

.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #fff;
    background: transparent !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
    border: 1px solid #ff !important;
}

.hp-searches .owl-theme .owl-dots {
    bottom: -7px;
    left: -10px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px 2px !important;
}

.av_facebook_widget_wrap {
    background: transparent !important;
}

.av_facebook_widget_wrap ._1drm {
    background: transparent !important;
}

.hp-ynet {
}

.ynetocnt {
    margin-left: 10px;;
    padding-left: 30px;
    width: 100%;
    background: #fff !important;
    position: Relative;
    top: -25px;
}

.bestWorkers {
    margin-top: 10px;
}

.bestWorkers .loader_cont {
    float: right;
    margin-left: 10px;
    width: auto;
    padding-right: 50px;
}

.bestWorkers .loader_cont:nth-child(3n+3) .loader-spiner {
    border: 8px solid rgba(0, 174, 239, 1);
}

.bestWorkers .loader_cont:nth-child(2n+2) .loader-spiner {
    border: 8px solid rgba(236, 0, 140, 1);
}

.medium .crmLoader {
    width: 80px;
    height: 80px;
}

.medium .demouser {
    top: -70px;
    left: 14px;
}

.medium .demouser img {
    width: 64px;
    height: 64px;
    border: 2px solid rgba(96, 97, 99, 1);
}

.medium .loader-bg {
    border: 8px solid rgba(147, 159, 192, 1);
}

.medium .loader-spiner {
    border: 8px solid rgba(176, 201, 54, 1);
}

.medium .bigUser .userImage .googleName {
    width: 67px;
    height: 67px;
    line-height: 60px;
    font-size: 20px;
    top: -3px;
    left: -32px;

}

.medium .text {
    font-size: 20px;
    padding-top: 0;
    margin-top: 15px;
    right: -59px;
}

.medium .text span {
    display: none;
}

.hp-searches .right {
    width: 29%;
}

.hp-searches .right:first-child {
    margin-top: 40px;
    width: 5%;
}

.hp-searches h2 {
    margin-top: 0px;
}

.hp-searches .all, .hp-searches .me {
    width: 43%;
    float: right;
    margin-left: 20px;

}

.hp-searches h2 {
    color: #000;
    font-family: 'TamlilBold';
}

.hp-searches a {
    color: #000;
    line-height: 20px;
    display: block;

}

.hp-searches .all a {
    font-size: 12px !important;
}

.hp-help.hp-tile .first {
    padding-top: 40px;
}

.birthDate select {
    line-height: 1;
    font-size: 13px;
    padding: 2px 3px !important;
}

.birthDate label.age {
    font-size: 16px;
}

.customerSubmit {
    width: 15% !important;
}

.customerTags {
    width: 100%;
}

.inviteChoice {
    float: right;
    margin-left: 5%;
}

#invitations table td, #invitations table th {
    padding: 5px;
}

.totalNumber {
    font-size: 14px;
    padding: 10px;
}

#paginationForm {
    float: left;
    margin-top: 19px;
    font-size: 12px;
    color: #afb1b4;
}

#paginationForm select {
    height: 34px;
    border-radius: 4px;
}

small.topback {
    float: left;
}

#cboxContent img {
    max-height: 100%;
}

label[for=form_worker] {
    display: none;
}

.usersForTasks {
    float: left;
    margin-top: -30px;
}

.usersForTasks select {
    font-size: 13px;
    padding: 2px;
    height: auto;
}


.not-viewed-notification.notification-type-ADMIN, .not-viewed-notification.notification-type-SYSTEM {
    background-color: #fffbd2 !important;
}

.viewed-notification.notification-type-ADMIN, .viewed-notification.notification-type-SYSTEM {

    background: #fff url(../images/notificationAdmin.png) no-repeat 300px 15px !important;
}

.quickContact {

}

.sortable-fields[data-item-type="field"] td {
    position: relative;
    right: 20px;
}

.workshops_tabs .table > tbody > tr > td {
    font-size: 13px;
    padding-top: 5px;
}

.workshops_tabs .btn {
    font-size: 13px;
    padding: 3px 12px;
}

.workshops_tabs .customerAdd {
    margin: 10px 0px;
}

.calendarView {
    float: right;
    font-size: 12px;
}

.btn-charge-subscription {
    background-color: #1aa5a6;
    border: 1px solid #1aa5a6;
}

.btn-cancel-sale {
    background-color: #df4759;
    border: 1px solid #df4759;
}

.btn-charge-subscription,
.btn-cancel-sale {
    color: #fff !important;
    padding: 5px 10px;
    margin-top: auto;
}

.btn-charge-subscription:focus,
.btn-cancel-sale:focus {
    outline: none;
}

.btn-charge-subscription img,
.btn-cancel-sale img {
    width: 20px;
    height: 20px;
}

.btn-charge-subscription span,
.btn-cancel-sale span {
    font-size: 15px;
}

.paymeAdd a, .tranzilaAdd a {
    clear: both !important;
    width: 30px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: #1aa5a6;
    display: block !important;
    position: relative;
    top: -5px;
    padding: 0px;
    font-size: 25px;
    border: 1px solid #1aa5a6;
    border-radius: 0;
}

.paymeForm select {
    height: 34px !important;
}

.paymeIcons {

}

.paymeIcons img {
    width: 25px;
}

.discount select, .discount input[type=text] {
    height: 24px;
    font-size: 12px;
    padding: 2px;
    text-align: center;
}

.discount select {

    padding: 2px 1px;
}

.discount .discountValue {
    text-align: left;
}

.usersForTasks #form .form-group:nth-child(1) {
    float: left;
    clear: none;
    margin-right: 5px;
}

.usersForTasks #form .form-group:nth-child(2) {
    float: left;
    clear: none;
}

.usersForTasks #form .form-group:nth-child(2) label {
    display: none;
}

.calendarUserForTasks.usersForTasks #form .form-group:nth-child(1) {
    float: none;
    flex: 1;
}

.calendarUserForTasks.usersForTasks #form {
    display: flex;
    align-items: center;
}

.calendarUserForTasks.usersForTasks .form-group:nth-child(2) {
    margin-right: 10px;
}

.two_third.settings td, .two_third.settings th {

    font-size: 14px;
    line-height: 1;
    padding: 10px 8px 8px;

}

.two_third.settings th {
    font-size: 12px;
}

.template1 {
    text-align: right;
}

.template1 .two_third, .template1 .one_third {
    text-align: right;
}

.template2 * {
    text-align: right;

}

.template2 h3 {
    font-size: 22px;
    margin-top: 0px;
}

.template2 .one_third {
    background-color: #f8fcfe;
    padding: 10px;
    width: 39%;
}

.template2 .one_third img {
    width: 20px;
}

.template2 .two_third {
    padding-left: 50px;
    width: 59%;
}

.template2 .two_third ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.template2 .two_third ul li:first-child {
    padding: 5px;
}

.template2 .two_third ul li {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px;
}

.template2 .two_third .time {
    float: left;
    text-align: left;
    font-size: 15px;
    direction: ltr;
    margin-top: 10px;
}

.template2 .two_third h4 {
    float: right;
}

form .template2 .two_third .row {
    padding: 0;
}

.template2 a.notification_view {
    margin-left: 0;
    top: -30px;
    font-size: 20px;
}

.template2 a.notification_view:hover {
    color: #eee !important;
}

.hoursSelects {
    direction: ltr;
    text-align: left;
    display: inline-block;
    min-width: 110px;
    margin-left: 10px;
}

.daysSelects {
    min-width: 30px;

    display: inline-block;
}

.calSettingRow_hr * {
    direction: rtl;
    text-align: center;
    font-weight: bold;
    margin: 0;

}

.calSettingsRow label {

}

#crm_corebundle_sale_productWorkers .select2-container, #crm_corebundle_sale_productProviders .select2-container {
    width: 99% !important;
    margin-left: 1%;
}

#crm_corebundle_sale_productWorkers .select2-container .select2-selection--single, #crm_corebundle_sale_productProviders .select2-container .select2-selection--single {
    height: 24px;
    line-height: 24px;
}

#crm_corebundle_sale_productWorkers .select2-container--default .select2-selection--single .select2-selection__rendered,
#crm_corebundle_sale_productProviders .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}

#select2-crm_corebundle_interaction_color-results .select2-results__option:nth-child(2) {
    background-color: rgb(84, 132, 237) !important;
}

#select2-crm_corebundle_interaction_color-results .select2-results__option:nth-child(3) {
    background-color: rgb(164, 189, 252) !important;
}

#select2-crm_corebundle_interaction_color-results .select2-results__option:nth-child(4) {
    background-color: rgb(70, 214, 219) !important;
}

#select2-crm_corebundle_interaction_color-results .select2-results__option:nth-child(5) {
    background-color: rgb(122, 231, 191) !important;
}

#select2-crm_corebundle_interaction_color-results .select2-results__option:nth-child(6) {
    background-color: rgb(81, 183, 73) !important;
}

#select2-crm_corebundle_interaction_color-results .select2-results__option:nth-child(7) {
    background-color: rgb(251, 215, 91) !important;
}

#select2-crm_corebundle_interaction_color-results .select2-results__option:nth-child(8) {
    background-color: rgb(255, 184, 120) !important;
}

#select2-crm_corebundle_interaction_color-results .select2-results__option:nth-child(9) {
    background-color: rgb(255, 136, 124) !important;
}

#select2-crm_corebundle_interaction_color-results .select2-results__option:nth-child(10) {
    background-color: rgb(220, 33, 39) !important;
}

#select2-crm_corebundle_interaction_color-results .select2-results__option:nth-child(11) {
    background-color: rgb(219, 173, 255) !important;
}

#select2-crm_corebundle_interaction_color-results .select2-results__option:nth-child(12) {
    background-color: rgb(225, 225, 225) !important;
}

#select2-crm_corebundle_interaction_color-container[title="כחול כהה"] {
    background-color: rgb(84, 132, 237) !important;
}

#select2-crm_corebundle_interaction_color-container[title="כחול"] {
    background-color: rgb(164, 189, 252) !important;
}

#select2-crm_corebundle_interaction_color-container[title="טורקיז"] {
    background-color: rgb(70, 214, 219) !important;
}

#select2-crm_corebundle_interaction_color-container[title="ירוק"] {
    background-color: rgb(122, 231, 191) !important;
}

#select2-crm_corebundle_interaction_color-container[title="ירוק כהה"] {
    background-color: rgb(81, 183, 73) !important;
}

#select2-crm_corebundle_interaction_color-container[title="צהוב"] {
    background-color: rgb(251, 215, 91) !important;
}

#select2-crm_corebundle_interaction_color-container[title="כתום"] {
    background-color: rgb(255, 184, 120) !important;
}

#select2-crm_corebundle_interaction_color-container[title="אדום"] {
    background-color: rgb(255, 136, 124) !important;
}

#select2-crm_corebundle_interaction_color-container[title="אדום כהה"] {
    background-color: rgb(220, 33, 39) !important;
}

#select2-crm_corebundle_interaction_color-container[title="סגול"] {
    background-color: rgb(219, 173, 255) !important;
}

#select2-crm_corebundle_interaction_color-container[title="אפור"] {
    background-color: rgb(225, 225, 225) !important;
}

.mp3 {
    position: relative;
}

#logFilterForm .form-group {
    margin-bottom: 0;
}

/*neverendingstory ohh oh ohh ohhh ohu*/

@media screen and  (min-width: 1000px) and (max-width: 1489px) {


    .container-fluid {
        max-width: 1400px;
        text-align: center;
        margin: 0 auto;

    }

    .container-fluid.dashboard-container {
        max-width: 1400px;
    }

    .main {
        padding-right: 50px;
        padding-left: 30px;
    }

    .navbar .logo {
        float: left;
        margin-left: 10px;

    }

    .navbar .today {
        width: 300px;
    }

    .navbar .search input[type=text], .header-sticky .search input[type=text] {
        width: 200px;
    }

    .navbar .new {
        float: right;
        margin-right: 40px;
        margin-top: 40px;
        margin-left: 10px;
    }

    .navbar .today h2 {
        font-size: 18px;
    }

}

@media screen and  (min-width: 1490px) {


    .container-fluid {
        width: 90%;
        max-width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .container-fluid.dashboard-container {
        max-width: 1400px;
    }

    .navbar .logo {
        float: left;
        margin-left: -70px;

    }

    .navbar .new {
        float: right;
        margin-right: -57px;
        margin-top: 40px;
        margin-left: 10px;
    }

    .header-sticky .container {
        max-width: 1400px;
        text-align: center;
        margin: 0 auto;
        z-index: 9000;
        position: relative;
        background-color: #eceded;
    }

}

@media screen and  (max-width: 1099px) {
    .bee-collection.phonemails .row {
        width: 92%;
    }
}

@media screen and (min-width: 1170px) {
    .bee-collection.phonemails .col-xs-1 {
    }
}

@media screen and (max-width: 1170px) {
    .navbar {
        display: none;
    }

    .container-fluid {
        margin-top: 50px;
    }

    .navbar .search input[type=text], .header-sticky .search input[type=text] {
        width: 200px;
    }

    .sale_sticky {
        top: 60px;
    }

    .sale_sticky .nav > li > a {
        padding: 0px 8px;
    }

    .sale_title .right_part {
        margin-right: 50px;
        width: 60%;
    }

    .sale_title .left_part {
        width: 35%;
        min-width: 35%;
        overflow: hidden;
    }
}

@media screen and (max-width: 1070px) {
    .sale_title {
        overflow: visible;
        height: auto;
    }

    .sale_title .left_part {
        float: left;
        margin-top: 10px;
    }

    .sale_title .right_part {
        float: none;
        width: 90%;
    }

    .sale_sticky .container-fluid {
        margin-top: 0;
    }

    .bee-collection.phonemails .row {
        width: 89%;
    }
}

@media screen and (max-width: 920px) {
    .dashboardSort {
        display: none;
    }
}

@media (max-width: 960px) {
    .navbar .search select, .header-sticky .search select {
        display: none;
    }
}

@media (max-width: 870px) {
    .navbar .search input[type=text], .header-sticky .search input[type=text] {
        width: 100px;
    }
}

@media (max-width: 790px) {
    #cal-accordion-sticky {
        display: none;
    }

    .salereceipt_sticky__header {
        padding-right: 1px !important;
        padding-top: 15px;
    }
}

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

    .bee-collection.phonemails .col-xs-11 {
        width: 87%;
    !important;
    }
}

@media screen and (max-width: 600px) {
    .main {
        padding: 0px 20px;
    }

    .row {
        margin: 0px
    }

    .one_third, .one_quarter, .one_quarter2, .one_third.last {
        width: 100%;
    }

    .one_quarter.last {
        width: 100%
    }

    .container-fluid {
        margin-right: 10px;
        margin-left: 10px;
    }

    .header-is-sticky {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    .navbar .search input[type=text], .header-sticky .search input[type=text] {
        width: 100px;
        padding: 6px;
    }

    .hp-tile {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .navbar-toggle {
        display: none;
    }

    .header-sticky .site-title img {
        width: 120px !important;

    }

    .navbar .search select, .header-sticky .search select {
        display: none;
    }

    .sale_title .right_part {
        width: 100%;
        margin-right: 10px;
    }

    .sale_title .left_part {
        float: none !important;
        width: 100% !important;
    }

    .sale_title .title {
        font-size: 16px;
        margin-right: 0px;
    }

    #saleCurrency {
        font-size: 16px;
        margin-top: 0px;
    }

    .sale_title .user {
        display: none;
    }

    .sale_sticky {
        height: 28px !important;
    }

    .two_third.last {
        width: 100%;
        margin-top: 21px;
        margin-bottom: 21px;
    }

    .one_half {
        width: 100%;
    }

    .one_half.last {
        width: 100%;
        margin: 0;
    }

    .bee-collection.phonemails .col-xs-11 {
        width: 84% !important;
    }

    .bee-collection.phonemails .col-xs-1 {
        width: 15% !important;
    }

    .bee-collection .formatPhone {
        min-width: auto;
    !important;
    }

    .bee-collection .select2-selection__rendered {
        font-size: 10px;
    }

    .bee-collection .list-unstyled .row {
        width: 85% !important;
    }

    .bee-collection.phonemails .col-xs-11 .form-group:nth-child(2) {
        width: 50% !important;

    }

    .bee-collection.phonemails .col-xs-11 .form-group:nth-child(2) input {
        font-size: 10px !important;
    }

}

@media screen and (max-width: 400px) {
    .header-sticky .site-title img {
        width: 55px !important;
        height: auto !important;
        margin-top: 0px;
    }
}

.container-fluid .main {
    text-align: right;
}

.color_header .btn-new, .save_buttons_strip .btn-new {
    background-color: #c9cacc;
    border-radius: 0px;
    padding: 7px 12px 7px;
    margin-right: 15px;
}

.sale_status_color_noPay {
    background: url(../images/paid_none.png) no-repeat 16px 14px !important;
}

.sale_status_color_partPay {
    background: url(../images/paid_some.png) no-repeat 16px 14px !important;
}

.sale_status_color_pay {
    background: url(../images/paid_full.png) no-repeat 16px 14px !important;
}

.sale_status_color_future {
    background: url(../images/paid_future.png) no-repeat 16px 14px !important;
}

.sale_status_color_blank {
    background-image: none !important;
}

.glyphicon-plus {
    font-size: 9px;
    left: 1px;
}

.mainContact {
    background-color: #f6fbfb;
}
.mainCustomerContact {
    background-color: rgb(164, 189, 252) !important;
}
#tile-tasks .userImage img {
    width: 30px;
}

#templates {
    margin-top: 20px;
    clear: both;
}

#templates div {
    margin: 5px;
}

#templates a {
    margin: 5px;
}

#templates .btn-group span {
    display: block;
    float: right;
    font-family: 'TamlilBold';
    width: 120px;
    font-size: 15px;
    position: relative;
    top: 9px;
}

/*sticky*/

.my-today-button {
    color: #000;
    cursor: pointer;
    font-size: 13px;
}


#back-top {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1041;
    width: 40px;
    height: 40px;
    background: transparent;
    text-indent: 0;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    color: #000;
    background: #eceded;
    font-size: 32px;
    padding: 4px 0 0 0;
    display: none;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

#back-top a {
    color: #000;
    width: 20px;
    height: 20px;
    display: block;
    font-size: 20px;
    margin: 5px 10px;
    text-align: center;
}

#back-top a:hover {
    text-decoration: none;
}

.comments {
    display: inline-block;
    font-size: 16px;
    margin: 10px 0px;
    color: #c91f25;
    min-height: 80px;
}

.comments label {
    display: inline-block;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: #65b551 !important;
    border-radius: 50% !important;
    border: 2px solid #fff;
    padding: 0;

}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #000;
    background: #a8a9ad !important;
    border-radius: 50% !important;
    border: 2px solid #fff;
    padding: 0;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 0 !important;
}

.bootstrap-switch {
    border-color: #b8b9bc !important;
    border-radius: 12px !important;
    display: block !important;
    white-space: nowrap;
}

.bootstrap-switch-label {
    background: transparent !important;
}

.enabled {
    color: #fff;
}

.advanced-search h3 {
    border: 1px solid #cccccc;
    border-radius: 20px;
    padding: 3px;
    font-weight: normal;
    font-family: 'TamlilLight';
    cursor: pointer;
    margin-bottom: 35px;
}
@media (min-width: 1080px) {
    .advanced-search h3 {
        width: 30%;
    }
}

.advanced-search h3.opened {
    background: #f7f7f7;
}

.advanced-search h3 img {
    width: 25px;
    margin-left: 120px;
}

.advanced-search h3.filterTab {
    display: flex;
    align-items: center;
}

.advanced-search h3.filterTab .filterTab__indicator {
    display: block;
    height: 20px;
    width: 20px;
    background: #65b551;
    margin-right: auto;
    border-radius: 50px;
    margin-left: 3px;
    opacity: 0;
    transition: all 0.3s;
}

.advanced-search h3.filterTab .filterTab__switch {
    margin-right: auto;
    margin-left: 1px;
    opacity: 0;
    transition: 0.3s all;
    visibility: hidden;
}

.advanced-search h3.filterTab .filterTab__switch.active {
    opacity: 1;
    visibility: visible;
}

.advanced-search h3.filterTab .filterTab__indicator.active {
    opacity: 1;
}

.advanced-search .chosen-container-multi .chosen-choices {
    height: 34px !important;
}

.advanced-search .chosen-container-multi .chosen-choices li.search-choice {
    margin: 6px 5px 3px 0 !important;
}

.advanced-search .chosen-container-multi .chosen-choices li.search-field {
    margin: 6px 0px !important;
}

#form_custTamlil_query_use,
#form_contact_query_use,
#form_sale_query_use,
#form_interaction_query_use,
#form_task_query_use,
#form_interaction2_query_use,
#form_workShop_query_use,
#form_file_query_use {
    display: none;
}

.negativeInput {
    margin-bottom: 15px;
}

.negativeInput .bootstrap-switch {
    float: right;
    margin-left: 5px;
}

.bootstrap-switch {
    text-align: center;
    margin: 0 auto;
}

.mediaLinks {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    float: left;
    position: relative;
    top: 32px;
    background-color: transparent;
    height: 26px;
    overflow: hidden;
}

.table ul.mediaLinks {
    float: left;
    display: block;
    width: auto;
}

.mediaLinks li {
    float: left;
    margin: 0px 5px 0px 5px;

    background-color: transparent;
}

.mediaLinks li a {
    display: block;
    width: 26px;
    height: 25px;
    text-indent: -9999px;
}

.mediaLinks li.facebook {
    background: transparent url(../images/social/facebook.png) no-repeat;
}

.mediaLinks li.linkedin {
    background: url(../images/social/linkedin.png) no-repeat;
}

.mediaLinks li.google {
    background: url(../images/social/google.png) no-repeat;
}

.mediaLinks li.twitter {
    background: url(../images/social/twitter.png) no-repeat;
}

.mediaLinks li.youtube {
    background: url(../images/social/youtube.png) no-repeat;
}

.mediaLinks li.instagram {
    background: url(../images/social/instagram.png) no-repeat;
}

.mediaLinks li.website {
    background: url(../images/social/website.png) no-repeat;
}

.mediaLinks li.googledrive {
    background: url(../images/social/googleDrive.png) no-repeat;
}

.mediaLinks li.dropbox {
    background: url(../images/social/dropbox.png) no-repeat;
}

.mediaLinks li.paypal {
    background: url(../images/social/paypal.png) no-repeat;
}

.mediaLinks li.skype {
    background: url(../images/social/skype.png) no-repeat;
}

.contact_social_cont {

}

.contact_image {
    width: 99%;
    height: 230px;
    border-right: 1px solid #000;
    float: left;
    position: relative;
    left: -13px;

    margin: 0 auto;
    text-align: center;

}

.contact_image .centered {
    padding: 10px;
}

.contact_image .img_preview_container {
    float: none;
    margin: 20px auto;
}

.contactMediaLinks {
    text-align: center;
    margin: 10px auto;

}

.contactMediaLinks .mediaLinks {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.salereceipt {
    padding-bottom: 55px;
}

.salereceipt .btn-primary {
    display: inline-block;
    clear: both;
}

.salereceipt .list-unstyled li {

}

.salereceipt .list-unstyled .row {
    width: 97%;
}

.salereceipt .list-unstyled .form-group {
    width: 13%;
    margin-left: 1%;
    display: none;

}

.salereceipt .list-unstyled .form-group .select2 {
    max-width: 100%;
    position: relative;
    top: -17px;
}

.salereceipt .list-unstyled .form-group .select2 .select2-container .select2-selection--single {
    height: 24px;
}

.salereceipt .contactContainer .select2-container .select2-selection--single {
    height: 28px;
}

.salereceipt .select2-container .select2-selection--single {
    height: 24px;
    border: 1px solid #cccccc;

}

.list-unstyled .select2 {
    padding: 2px 2px;
}

.salereceipt .list-unstyled .col-xs-1 {
    width: 4%;
}

.salereceipt .list-unstyled .col-xs-9 {
    width: 96%;
}

.salereceipt .list-unstyled .form-group:first-child {
    display: block;
}

.salereceipt .list-unstyled .form-group .bootstrap-date select {
    width: 46px;
    font-size: 12px;
    padding-right: 2px;
    padding-left: 2px;
}

.salereceipt .list-unstyled .form-group:nth-child(2), .salereceipt .list-unstyled .form-group:nth-child(3), .salereceipt .list-unstyled .form-group:nth-child(4), .salereceipt .list-unstyled .form-group:nth-child(5), .salereceipt .list-unstyled .form-group:nth-child(6), .salereceipt .list-unstyled .form-group:nth-child(7) {
    display: block;

}

/* mas makor */
.salereceipt .list-unstyled .method0 .form-group:nth-child(3) {
    display: block;
    width: 13%;
}

.salereceipt .list-unstyled .method0 .form-group:nth-child(2),
.salereceipt .list-unstyled .method0 .form-group:nth-child(4),
.salereceipt .list-unstyled .method0 .form-group:nth-child(5),
.salereceipt .list-unstyled .method0 .form-group:nth-child(6),
.salereceipt .list-unstyled .method0 .form-group:nth-child(7),
.salereceipt .list-unstyled .method0 .form-group:nth-child(8),
.salereceipt .list-unstyled .method0 .form-group:nth-child(9),
.salereceipt .list-unstyled .method0 .form-group:nth-child(10),
.salereceipt .list-unstyled .method0 .form-group:nth-child(11),
.salereceipt .list-unstyled .method0 .form-group:nth-child(12) {
    width: 0%;
    overflow: hidden;
}

/* cash */
.salereceipt .list-unstyled .method1 .form-group:nth-child(2),
.salereceipt .list-unstyled .method1 .form-group:nth-child(3) {
    display: block;
    width: 13%;
}

.salereceipt .list-unstyled .method1 .form-group:nth-child(4),
.salereceipt .list-unstyled .method1 .form-group:nth-child(5),
.salereceipt .list-unstyled .method1 .form-group:nth-child(6),
.salereceipt .list-unstyled .method1 .form-group:nth-child(7),
.salereceipt .list-unstyled .method1 .form-group:nth-child(8),
.salereceipt .list-unstyled .method1 .form-group:nth-child(9),
.salereceipt .list-unstyled .method1 .form-group:nth-child(10),
.salereceipt .list-unstyled .method1 .form-group:nth-child(11),
.salereceipt .list-unstyled .method1 .form-group:nth-child(12) {
    width: 0%;
    overflow: hidden;
}

/* check */
.salereceipt .list-unstyled .method2 .form-group:nth-child(2),
.salereceipt .list-unstyled .method2 .form-group:nth-child(3),
.salereceipt .list-unstyled .method2 .form-group:nth-child(4),
.salereceipt .list-unstyled .method2 .form-group:nth-child(5),
.salereceipt .list-unstyled .method2 .form-group:nth-child(6),
.salereceipt .list-unstyled .method2 .form-group:nth-child(7) {
    display: block;
    width: 13%;
}

.salereceipt .list-unstyled .method2 .form-group:nth-child(8),
.salereceipt .list-unstyled .method2 .form-group:nth-child(9),
.salereceipt .list-unstyled .method2 .form-group:nth-child(10),
.salereceipt .list-unstyled .method2 .form-group:nth-child(11),
.salereceipt .list-unstyled .method2 .form-group:nth-child(12) {
    width: 0%;
    overflow: hidden;
}

/* credit */
.salereceipt .list-unstyled .method3 .form-group:nth-child(2),
.salereceipt .list-unstyled .method3 .form-group:nth-child(3),
.salereceipt .list-unstyled .method3 .form-group:nth-child(7),
.salereceipt .list-unstyled .method3 .form-group:nth-child(8),
.salereceipt .list-unstyled .method3 .form-group:nth-child(9),
.salereceipt .list-unstyled .method3 .form-group:nth-child(10),
.salereceipt .list-unstyled .method3 .form-group:nth-child(12) {
    display: block;
    width: 11%;
}

.salereceipt .list-unstyled .method3 select {
    width: 100%;
}

.salereceipt .list-unstyled .form-group:nth-child(7) label:after,
.salereceipt .list-unstyled .method2 .form-group:nth-child(7) label:after {
    content: '\05D4 \05DE \05D7 \05D0 \05D4';
}

.salereceipt .list-unstyled .method3 .form-group:nth-child(7) label:after,
.salereceipt .list-unstyled .method5 .form-group:nth-child(7) label:after {
    content: '\05D0 \05E9 \05E8 \05D0 \05D9';
}

.salereceipt .list-unstyled .method3 .form-group:nth-child(4),
.salereceipt .list-unstyled .method3 .form-group:nth-child(5),
.salereceipt .list-unstyled .method3 .form-group:nth-child(6),
.salereceipt .list-unstyled .method3 .form-group:nth-child(11) {
    width: 0%;
    overflow: hidden;
    margin: 0;
}

/* paypal */
.salereceipt .list-unstyled .method5 .form-group:nth-child(2),
.salereceipt .list-unstyled .method5 .form-group:nth-child(3),
.salereceipt .list-unstyled .method5 .form-group:nth-child(6),
.salereceipt .list-unstyled .method5 .form-group:nth-child(12) {
    display: block;
    width: 11%;
}

.salereceipt .list-unstyled .method5 select {
    width: 100%;
}

.salereceipt .list-unstyled .method5 .form-group:nth-child(4),
.salereceipt .list-unstyled .method5 .form-group:nth-child(5),
.salereceipt .list-unstyled .method5 .form-group:nth-child(7),
.salereceipt .list-unstyled .method5 .form-group:nth-child(8),
.salereceipt .list-unstyled .method5 .form-group:nth-child(9),
.salereceipt .list-unstyled .method5 .form-group:nth-child(10),
.salereceipt .list-unstyled .method5 .form-group:nth-child(11) {
    width: 0%;
    overflow: hidden;
    margin: 0;
}

/* wire transfer */
.salereceipt .list-unstyled .method4 .form-group:nth-child(2),
.salereceipt .list-unstyled .method4 .form-group:nth-child(3),
.salereceipt .list-unstyled .method4 .form-group:nth-child(4),
.salereceipt .list-unstyled .method4 .form-group:nth-child(5),
.salereceipt .list-unstyled .method4 .form-group:nth-child(6) {
    display: block;
    width: 13%;
}

.salereceipt .list-unstyled .method4 .form-group:nth-child(7),
.salereceipt .list-unstyled .method4 .form-group:nth-child(8),
.salereceipt .list-unstyled .method4 .form-group:nth-child(9),
.salereceipt .list-unstyled .method4 .form-group:nth-child(10),
.salereceipt .list-unstyled .method4 .form-group:nth-child(11),
.salereceipt .list-unstyled .method4 .form-group:nth-child(12) {
    width: 0%;
    overflow: hidden;
}

.salereceipt .form-inline:nth-child(4n+0) {
    border: 1px solid black;
}

.salereceipt .list-unstyled input[type=text], .salereceipt .list-unstyled select, .salereceipt .list-unstyled input[type=number] {

}

.salereceipt .list-unstyled select.salePaymentType {
    width: 100%;
}

.salereceipt .list-unstyled label {
    margin: 0 auto;
    text-align: center;
    display: block;
    top: 30px;
}

.navbar-nav > li {
    float: none;
    text-align: center;
    margin: 0 auto;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;

    margin-bottom: 15px;
    color: #fff;
}

.navbar-nav.navbar-right:last-child {
    margin-left: -15px;
}

#knpMenu {
    position: relative;
    z-index: 9001;
}

#knpMenu li.settingsMenu a {
    background: url(../images/settings.png) no-repeat 195px 6px;
}

#knpMenu li.wizardsMenu a {
    background: url(../images/wizard.png) no-repeat 160px 6px;
}

#knpMenu li.wizardsMenu li a, #knpMenu li.settingsMenu li a,
#knpMenu li li.wizardsMenu a, #knpMenu li li.settingsMenu a {
    background: none;

}

.new-signin-cont {
    max-width: 385px !important;
    text-align: center;
    margin: 0 auto;
}

.reg-logo-icon {
    text-align: center;
    margin: 30px auto 20px !important;
}

.form-signin-heading {
    font-size: 30px;
    color: #000;
    font-weight: 200;
    margin: 100px auto 40px;
    text-align: center;
    font-family: 'TamlilLight'
}

.new-signin-cont input[type="checkbox"] {
    position: relative;
    top: 3px;
}

.new-signin-cont input[type="checkbox"] + label {
    display: inline-block;
}

.new-signin-cont input[type=text],
.new-signin-cont input[type=password],
.new-signin-cont input[type=email],
.new-signin-cont input[type=tel] {
    border-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.new-signin-cont label {
    display: block;
    margin: 5px auto 15px;
    text-align: center;
}

.other-login-links {
    margin: 80px auto 0;
    text-align: center;
}

.other-login-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.other-login-links li {
    display: inline-block;
}

.other-login-links li:after {
    content: '|';
    padding: 0 35px;

}

.other-login-links li:last-child:after {
    display: none;
}

.other-login-links a,
.other-login-links a:visited {
    font-size: 13px;
    color: #999;
}

.google-cont {
    float: left;
    text-align: left;
}

.whitetext {
    color: #fff;
}

.panel_sub_title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.contactTop {
    float: right;
    margin-right: 30px;
    margin-top: -9px;
}

.contactTop.first {
    margin-right: 0px;
    margin-right: 30px;
}

.contactTop label {
    font-size: 14px !important;
    color: #000;
}

.contactTop input[type=checkbox] {
    position: relative;
    top: 2px;
}

.contactTopCustomer {
    float: right;
    margin-top: -31px;
    margin-right: 30px;
}

.contactTopActive {
    float: right;
    margin-top: -31px;
}

.mobileClear {
    float: right;
}

.contactTopCustomer label, .contactTopActive label {
    text-align: center;
    margin: 4px auto;
    width: 42px;
    color: #000;
}

.google_cal_red {
    background-color: #b01b1f !important;
    color: #fff !important;
}

.google_cal_green {
    background-color: #a4ca36 !important;
    color: #fff !important;
}

.google_cal_yellow {
    background-color: #ccd93b !important;
    color: #000 !important;
}

.google_cal_orange {
    background-color: #e0a025 !important;
    color: #000 !important;
}

.google_cal_pink {
    background-color: #e025bb !important;
    color: #fff !important;
}

.google_cal_purple {
    background-color: #a7479b !important;
    color: #fff !important;
}

.google_cal_blue {
    background-color: #00638c !important;
    color: #fff !important;
}

.google_cal_account {
}

.google_cal_user {
}

#fos_user_profile_form_googleCalendars .form-inline {
    width: 100%;
}

#fos_user_profile_form_googleCalendars .list-unstyled .form-group {
    width: 35%;
    margin-left: 1%
}

#fos_user_profile_form_googleCalendars .form-inline .form-control {
    display: block;
}

#fos_user_profile_form_googleCalendars input[type=text] {
    direction: ltr;
}

#crm_corebundle_account_googleCalendars .form-inline {
    width: 100%;
}

#crm_corebundle_account_googleCalendars .list-unstyled .form-group {
    width: 35%;
    margin-left: 1%
}

#crm_corebundle_account_googleCalendars .form-inline .form-control {
    display: block;
}

#crm_corebundle_account_googleCalendars input[type=text] {
    direction: ltr;
}

.chosen-container-multi .chosen-choices {
    border-radius: 4px;
    box-shadow: none;
}

.chosen-container-active .chosen-choices {
    border-radius: 4px;
    box-shadow: none;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
}

hr.customer {
    border-top: 1px solid #bbb;
    margin-top: 5px;
}

h2.customerSubTitle {
    font-size: 20px;
    margin-top: 42px;
    margin-bottom: 0px;
    font-family: 'TamlilBold';
}

.ticket_subtitle {
    font-size: 20px;
    margin-top: 42px;
    margin-bottom: 0;
    font-family: 'TamlilBold';
}

.hp_fb_cont {
    height: 85px;
    overflow: hidden;
}

/* CUSTOM FIELDS */

.custom-fields-list {
    padding: 10px 0px 0px;
    margin: 0px;
}

.custom-fields-subheader th{
    padding-right: 34px !important;
}

.custom-fields-subheader label {
    font-size: 18px;
}

.row-negative-margins {
    margin-left: -15px;
    margin-right: -15px;
}

.remove-option-wrp {
    margin-top: 24px;
}

.option-row .remove-option-wrp {
    margin-top: 0;
}

.cf-file-row {
    font-size: 14px;
    padding-bottom: 10px;
}

.cf-remove-file-icon {
    display: inline;
    vertical-align: middle;
    width: 12px;
    height: 16px;
    margin-left: 5px;
    /*background: url(../images/cf-remove-file.png) left top no-repeat;*/
    margin-bottom: 2px;
    opacity: 0.5;
    transition: 0.3s;
}

.cf-remove-file-icon:hover {
    opacity: 1;
}

.table ul.task-cf-fields-wrapper {
    padding: 5 px10px;
    list-style: none;
    margin: 0px;
    float: right;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    background: #f2f2f2;
}

.task-cf-fields-wrapper li {
    float: right;
    width: 20%;
}

.task-cf-fields-wrapper li > strong {
    float: right;
    width: 35%;
}

.task-cf-fields-value {
    margin-right: 35%;
}

.cf-task-row {
    height: auto;
    min-height: 45px;
}

@media (max-width: 767px) {
    .cf-hide-on-table-1 {
        display: none;
    }

    .task-cf-fields-wrapper li > strong {
        width: 100%;
    }

    .task-cf-fields-value {
        margin-right: 0px;
        padding-top: 5px;
    }
}

@media (max-width: 599px) {
    .cf-hide-on-table-2 {
        display: none;
    }
}

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

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

.moving-th {
    width: 30px;
}

.moving-handler {
    background: url(../images/moving-dots.png) center center no-repeat;
    cursor: move;
}

tr.ui-sortable-helper, tr.ui-sortable-helper td {
    background-color: #dcddde !important;
}

tr.ui-sortable-helper {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.loading-table-wrapper {
    position: relative;
}

.loading-table-wrapper.loading:after {
    content: "";
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.75) url(../images/Spinner-ajax.gif) center center no-repeat;
}

.clock-mini-card-trigger > .zeroPadding {
    background: white;
}

.sortable-fields[data-category-id]:not([data-category-id='0']) .moving-handler + td + td:before {
    content: " |- ";
    color: #428bca;
    font-size: 20px;
    font-weight: bold;
}

.sortable-fields.blocked {
    opacity: 0.5;
}

/* CUSTOM FIELDS */

.main_form .radio, .main_form .checkbox {
    text-align: right;

}

.main_form .cf-file-row {
    text-align: right;
}

.cfc.cfcchoice {
    color: #3d3d3d;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    /*border: 1px solid #cccccc;*/
    /*border-radius: 4px;*/
    /*padding: 10px;*/
}
.cfc.cfcfile, .cfc.cfcdate, .cfc.cfcdatetime, .cfc.cfcchoice > div:not(.clear) {

    color: #3d3d3d;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 10px;

}

.customer_form .one_third {
    margin-top: 15px;
    margin-bottom: 15px;
}

.customer_form .one_third.putzki {
    clear: left;
}

.customer_number {
    font-size: 30px;
}

.one_third.settings {
    margin-top: 22px;
}

.one_third.settings button[type=submit] {
    float: left;
    margin-left: 0px;
}

.two_third.settings {
    padding-right: 5%;
    margin-top: 50px;
}

.two_third.settings th {
    text-align: center;
}

.one_third.settings h2 {
    font-size: 20px;
}

.customerButton {
    float: left;
    position: relative;
    top: -70px;
    font-size: 12px;
}

.branchesSwitchContainer {
    margin-right: 15px;
}

.customer-status-edit {
    min-width: 180px;
}

.customerButton.task {
    top: 0;
    float: none;
}

.customerButton .btn {
    background-color: #e9eaeb;
    border-radius: 0px;
    border: 1px solid #a7a9ac;
    padding: 10px 15px;
}

.customerButton.task .btn {
    background-color: #fff;
    padding: 6px 7px;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.customerButton.task .dropdown-menu .btn {
    font-size: 13px !important;
}

.customerButton.task .btn.dropdown-toggle {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.customerButton .btn.dropdown-toggle {
    border-left: 0px;
}

.customerButton .btn.mainbut {
    border-right: 0px;
    padding-right: 4px;
}

.customerButton .btn-group .btn + .btn,
.customerButton .btn-group .btn + .btn-group,
.customerButton .btn-group .btn-group + .btn,
.customerButton .btn-group .btn-group + .btn-group {
    margin-left: -5px;
}

.customerButton .btn-group .btn + .btn {
    border-left: 0px;
}

#crm_corebundle_salereceipt_vat,
#crm_corebundle_sale_vat,
#quick_sale_type_vat,
#crm_corebundle_interaction_sales_0_vat {
    width: 40px;
    display: inline-block;
    padding: 2px;
    height: 20px;
    font-size: 13px;
    margin: 0px;
    text-align: center;
}

.form-inline.products .dropdown-menu {
    min-width: 600px;
}

.form-inline.products .dropdown-menu li {
    border: none;
    height: auto;
    padding: 0;
}

.form-inline.products .dropdown-menu li:before {
    display: none;
}

.form-inline.products .dropdown-menu > li > a {

}

.captcha_reload {
    background: transparent url(../images/reload_icon_small.png) no-repeat;
    width: 44px;
    height: 45px;
    text-indent: -9999px;
    position: relative;
    top: -10px;
    display: inline-block;
}

.select2-selection--multiple .select2-selection__choice {
    border-radius: 20px !important;
    font-size: 13px;
    margin-top: 7px !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #cccccc !important;
    border-radius: 20px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #9b9b9b !important;
}

.customer_form select {
    height: 34px !important;
    border-radius: 20px !important;
}

.customer_form .select2-container .select2-selection--single,
.saleCollapseOneContainer .select2-container .select2-selection--single,
form[name="crm_corebundle_sale_filter"] .select2-container .select2-selection--single {
    height: 34px;
    border-radius: 17px;
    border: 1px solid #ccc !important;
}

.customer_form .select2-container--default .select2-selection--single .select2-selection__rendered,
.saleCollapseOneContainer .select2-container--default .select2-selection--single .select2-selection__rendered,
form[name="crm_corebundle_sale_filter"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}

.customer_form .select2-container--default .select2-selection--single .select2-selection__arrow,
.saleCollapseOneContainer .select2-container--default .select2-selection--single .select2-selection__arrow,
form[name="crm_corebundle_sale_filter"] .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
}

#businessFieldSelect {
    text-align: right !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple
select[multiple] {
    height: auto !important;
    border-radius: 4px !important;
}

#crm_customer_cardTypes {
    height: 34px !important;
    border-radius: 20px !important;
}

.contactTopCustomer {
    width: 82%;
}

.contactTopCustomer .cardTypes {
    width: 100%;
}

.contactTopCustomer.show_content {
    margin-top: 5px;
}

.contactTopCustomer .select2-container--default.select2-container--focus .select2-selection--multiple {

    font-size: 12px;
}

.contactTopCustomer .select2-container--default .select2-selection--multiple {
    height: 22px !important;
    border-radius: 20px !important;
    min-height: 24px;
}

.contactTopCustomer .select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 18px !important;
    border-radius: 20px !important;
    font-size: 13px;
    margin-top: 7px !important;
    background-color: #7a8dab;
    border: 1px solid #7a8dab;
    color: #fff;
}

.contactTopCustomer .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {

    color: #fff;
}

.contactTopCustomer .select2-container--default .select2-selection--multiple .select2-selection__choice[title='ליד'] {
    background-color: #b01b1f !important;
    background: var(--card-type-lead-color,#b01b1f) !important;
    border: 1px solid #b01b1f !important;
    color: #fff;
}

.contactTopCustomer .select2-container--default .select2-selection--multiple .select2-selection__choice[title='ליד'] .select2-selection__choice__remove {
    color: #fff;
}

.select2-results__options {
    font-size: 13px !important;
    line-height: 15px !important;
}

tr.onerow td {

}

tr.onerow-original td {

}

.search-table .zeroPadding img {
    width: 25px;
}

.customer_form .show_tags .btn-info {
    border-radius: 20px;
    color: #fff;
}

.search-table .cf {
    font-size: 13px !important;
}

a.dropdown-toggle {
    cursor: pointer;
}

.new.dropdown ul ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
    display: none;
    z-index: 1001;
    padding: 3px 0px;
    background: #ebebeb;
    min-height: 87px;
}

.new.dropdown ul li:hover ul {
    display: block;
}

.new.dropdown ul ul li {
    height: auto;
}

.new.dropdown ul.dropdown-menu ul li {
    font-size: 14px;
    height: auto;
}

.new.dropdown ul.dropdown-menu ul li:hover {
    background: #8c8c8e;

}

.new.dropdown ul ul li a {
    font-size: 12px;
    width: 83px !important;
    height: auto;
    line-height: 16px;
    border: none !important;
    border: none !important;
    display: block;
    color: #231f20;
    transition: all 0.2s;
}

.new.dropdown ul ul li:not(:last-child) a {
    border-bottom: none;
}

.new.dropdown ul.dropdown-menu ul li:hover a {
    color: #fff;
}

@media (max-width: 991px) {
    a#newCard {
        display: block;
    }

    .new.dropdown ul ul {
        position: static;
        width: 100%;
        border: none;
    }

    .new.dropdown ul.dropdown-menu ul li {
        display: block;
        text-align: center;
        border: none;
    }

    .new.dropdown ul ul li a {
        font-size: 13px;
        width: 100% !important;
        padding: 5px 0;
    }
}

.datetimepicker.dropdown-menu {
    right: auto;
    width: auto;
}

.datetimepicker.dropdown-menu {
    right: auto;
    width: auto;
}

.import-options-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.import-option-image {
    float: right;
    width: 40px;
}

.import-option-description {
    margin-right: 55px;
    font-size: 12px;
    color: #999;
}

.import-options-list li {
    padding: 15px 0px;
    margin: 0px;
}

.icon-24 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/invoice/icons-24.png');
    margin-left: 5px;
}

.col-xs-1.new .icon-24 {
    margin-left: 0;
}

.icon-24:last-child {
    margin-left: 0;
}

.icon-24.view {
    background-position: 0 -264px;
}

.icon-24.view.active {
    background-position: -48px -264px;
}

.icon-24.view:hover {
    background-position: -24px -264px;
}

.icon-24.sale {
    background-position: 0 -360px;
}

.icon-24.sale:hover {
    background-position: -24px -360px;
}

.icon-24.edit {
    background-position: 0 -288px;
}

.icon-24.edit:hover {
    background-position: -24px -288px;

}

.icon-24.cancel {
    background-position: 0 -312px;
}

.icon-24.cancel:hover {
    background-position: -24px -312px;

}

.icon-24.lock {
    background-position: 0 -336px;
}

.icon-24.lock:hover {
    background-position: -24px -336px;

}

.icon-24.plus {
    background-position: 0 -240px;
}

.icon-24.plus:hover {
    background-position: -24px -240px;
}

.icon-24.income {
    background-position: 0 -216px;
}

.icon-24.income:hover, .icon-24.income.green:hover {
    background-position: -24px -216px;
}

.icon-24.income.green {
    background-position: -48px -216px;
}

.icon-24.csv {
    background-position: -48px -192px;
}

.icon-24.csv:hover {
    background-position: -24px -192px;
}

.icon-24.xls {
    background-position: -48px -168px;
}

.icon-24.xls:hover {
    background-position: -24px -168px;
}

.icon-24.stock {
    background-position: -48px -48px;
}

.icon-24.stock:hover {
    background-position: -24px -48px;
}

.icon-24.clients {
    background-position: -48px -24px;
}

.icon-24.clients:hover {
    background-position: -24px -24px;
}

.icon-24.documents {
    background-position: -48px 0;
    top: 1px;
    position: relative;
}

.icon-24.documents:hover {
    background-position: -24px 0;
}

.icon-24.download {
    background-position: 0 -96px;
}

.icon-24.download:hover {
    background-position: -24px -96px;

}

.icon-24.copy {
    background-position: 0 -72px;
}

.icon-24.copy:hover {
    background-position: -24px -72px;
}

.icon-24.search {
    background-position: 0px -144px;
}

.icon-24.search:hover {
    background-position: -24px -144px;

}

.icon-24.consolidation {
    background-position: -48px -120px;
}

.icon-24.consolidation:hover {
    background-position: -24px -120px;
}

.list-reciept .form-inline select.form-control {
    width: 100%;
}

.list-reciept .icon-24 {
    position: relative;
}

.list-reciept.list-unstyled .col-xs-1 {
    text-align: left;
}

.list-reciept li:after {
    display: block;
    content: "";
    clear: both;
}

.list-reciept div.row {
    margin: 0 !important;
}

.list-reciept .form-group {
    float: none;
}

.list-reciept.list-unstyled > li {
    height: auto;
    margin-top: 8px;
}

.list-reciept .form-group {
    margin-bottom: 0px;
}

.list-reciept.list-unstyled .form-group label {
    top: 0;
}

.list-reciept.list-unstyled input[type=text],
.list-reciept.list-unstyled select,
.list-reciept.list-unstyled input[type=number],
.list-reciept.list-unstyled input[type=email],
.list-reciept.list-unstyled .select2 {
    top: 0;
}

.list-reciept .form-inline {
    display: flex;
}

.list-reciept li .form-group {
    width: 13%;
}

.list-reciept li .form-group:first-child {
    width: 20%;
}

#customerImageContainer {
    float: right;
}

#customerImageContainer a {
    text-decoration: none;
}

#customerImageContainer:hover {
    opacity: 0.8;
}

#customerImage {
    width: 55px;
    height: 55px;
    border-radius: 50%;

}

.customerImageLink {
    display: block;
    margin-top: -10px;
    margin-left: 10px;
}

.customerFullImage img {
    max-height: 400px;
    max-width: 400px;
}

#qtip-imgTooltip {
    border: none;
    background-color: transparent;
}

#qtip-imgTooltip .qtip-content {
    padding: 0;
}

.img_remove_preview {
    border: 1px solid #1c1c1c;
    color: #fff;
    background-color: #a8a9ad;
}

.searchImageCont {
    margin-left: 4px;
    display: block;
}

.customerFullImage {
    display: none;
}

@media (max-width: 767px) {
    .one_third {
        width: 100%;
    }

    .main .page-header {
        margin-top: -50px;
    }

    .customerButton {
        float: none;
        text-align: left;
        top: 0;
        margin: 0px;
        margin-top: -10px;
    }

    .company-tabs {
        top: 0;
    }

    .header-tabs {
        float: none;
        margin-top: 40px;
        border-bottom: 1px solid black;

    }

    .contactTopActive {
        margin-top: -120px;
    }

    .contactTopCustomer {
        margin: 0px;
        margin-top: -78px;
        float: none;
        width: 100% !important;
        max-width: 100%;

    }

    .contactTopCustomer label {
        display: block;
        width: 100%;
    }

    .mobileClear {
        clear: both;
        float: none;
    }

    .contactTop {
        margin: 0;
        display: none;
    }

    .customerSubmit {
        width: 100% !important;
    }

    .customerTags {
        width: 100%;
    }

    .address_cont > div.address {
        width: 49%;
        margin-left: 1%;
    }

    .address_cont > div.city, .address_cont > div.country {
        width: 49%;
        margin-left: 1%;
    }

    .address_cont > div.city {
        margin-left: 1%;
    }

    .address_cont > div.street_have_no_name {
        width: 49%;
    }

    .address_cont > div.street {
        width: 49%;
    }

    .address_cont > div.name {
        width: 49%;
        margin-left: 1%;
    }

    .address_cont.mediaLinks_cont > div.name {
        width: 30%;
        margin-left: 1%;
    }

    .address_cont.mediaLinks_cont > div.link {
        width: 30%;
        margin-left: 1%;
    }

    .address_cont.mediaLinks_cont > div.type {
        width: 30%;
        margin-left: 1%;
    }

    .address_cont.mediaLinks_cont > div.type select {
        text-align: left;
        float: left;
    }

    .address_cont > div.zip, .address_cont > div.mailbox {
        width: 49%;
        margin-left: 1%;
    }

    .address_cont > div.remove {
        width: 3%;

    }

    .addresses .number, .addresses-gui .number, .mediaLinksForm .number {
        width: 100%;
        background-color: #a7a9ac;
        color: #fff;
        padding: 0px 5px;
        cursor: pointer;
        float: none;
        font-size: 16px;
        text-align: center;
        line-height: 29px;
        margin-left: 5px;
        margin-bottom: 5px;

    }

    .address_cont {
        height: 265px;
    }

    .address_cont.mediaLinks_cont {
        height: 105px;
    }

    .mediaLinks {
        top: 65px;
    }

    .usersForTasks {
        margin-top: 0;
    }
}

.tooltipped {
    position: relative
}

.tooltipped:after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased
}

.tooltipped:before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    content: "";
    border: 5px solid transparent
}

.tooltipped:hover:before, .tooltipped:hover:after, .tooltipped:active:before, .tooltipped:active:after, .tooltipped:focus:before, .tooltipped:focus:after {
    display: inline-block;
    text-decoration: none
}

.tooltipped-multiline:hover:after, .tooltipped-multiline:active:after, .tooltipped-multiline:focus:after {
    display: table-cell
}

.tooltipped-s:after, .tooltipped-se:after, .tooltipped-sw:after {
    top: 100%;
    right: 50%;
    margin-top: 5px
}

.tooltipped-s:before, .tooltipped-se:before, .tooltipped-sw:before {
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-se:after {
    right: auto;
    left: 50%;
    margin-left: -15px
}

.tooltipped-sw:after {
    margin-right: -15px
}

.tooltipped-n:after, .tooltipped-ne:after, .tooltipped-nw:after {
    right: 50%;
    bottom: 100%;
    margin-bottom: 5px
}

.tooltipped-n:before, .tooltipped-ne:before, .tooltipped-nw:before {
    top: -5px;
    right: 50%;
    bottom: auto;
    margin-right: -5px;
    border-top-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-ne:after {
    right: auto;
    left: 50%;
    margin-left: -15px
}

.tooltipped-nw:after {
    margin-right: -15px
}

.tooltipped-s:after, .tooltipped-n:after {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.tooltipped-w:after {
    right: 100%;
    bottom: 50%;
    margin-right: 5px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.tooltipped-w:before {
    top: 50%;
    bottom: 50%;
    left: -5px;
    margin-top: -5px;
    border-left-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-e:after {
    bottom: 50%;
    left: 100%;
    margin-left: 5px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.tooltipped-e:before {
    top: 50%;
    right: -5px;
    bottom: 50%;
    margin-top: -5px;
    border-right-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-multiline:after {
    width: -moz-max-content;
    width: max-content;
    max-width: 250px;
    word-break: break-word;
    word-wrap: normal;
    white-space: pre-line;
    border-collapse: separate
}

.tooltipped-multiline.tooltipped-s:after, .tooltipped-multiline.tooltipped-n:after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltipped-multiline.tooltipped-w:after, .tooltipped-multiline.tooltipped-e:after {
    right: 100%
}

@media screen and (min-width: 0\0
) {
    .tooltipped-multiline:after {
        width: 250px
    }
}

.tooltipped-sticky:before, .tooltipped-sticky:after {
    display: inline-block
}

.tooltipped-sticky.tooltipped-multiline:after {
    display: table-cell
}

#qtip-growl-container {
    position: fixed;
    bottom: 20px;
    left: 40px;
    z-index: 100002;
}

#qtip-growl-container .qtip {
    position: static;
    min-height: 0;
    overflow: hidden;
    margin: 0 0 5px 0;
}

.jgrowl.overdue .qtip-content {
    font-size: 15px;
    line-height: 20px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 50px;

}

.jgrowl.overdue, .jgrowl.msgSuccess {
    direction: rtl;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    background-color: rgba(0, 0, 0, 0.7);

}

.qtip-default.jgrowl.overdue .qtip-titlebar, .qtip-default.jgrowl.msgSuccess .qtip-titlebar {
    background-color: transparent;
    color: #b0cd42;
    border: none;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    height: 30px;
    text-align: right;
    font-family: 'TamlilRegular';
    margin-top: 15px;
}

.jgrowl.overdue a, .jgrowl.msgSuccess a {
    color: #b0cd42;
}

.qtip-default .qtip-titlebar .qtip-close {
    border: none;
    background: transparent;
}

.qtip-titlebar .qtip-close {
    margin-top: -15px !important;

}

.qtip-icon .ui-icon {
    width: 28px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center !important;
    text-indent: 0 !important;
    font-family: 'TamlilLight' !important;
    font-size: 40px !important;
    color: #b0cd42 !important;

}

label.contactFilter {
    white-space: nowrap;
    margin-top: 3px;
    float: right;
    margin-right: 20px;
}

.contactChooseClient {
    float: right;
    min-width: 220px;
    margin-top: 5px
}

.contactChooseClientCont {
    float: right;
    margin-top: 5px
}

.contactLeftToggles {
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}

.contactNotes {
    width: 59%;
    margin-left: 1%;
}

.contactSubmit {
    margin-top: 20px;
}

.customerEditRight {
    width: 79%;
    float: right;
    margin-top: 5px;
}

.contactWidget {
    float: right;
    margin-top: 5px;
    width: 40%;
}

.contactWidget.task {
    margin-right: 20px;
}

.contactWidget.task .select2-selection {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}

.contactWidget.task .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}

.select2-container--open .select2-dropdown--below {
    direction: rtl;
}

.interactionFormUser {
    float: right;
    margin-right: 10px;
    margin-top: 4px;
}

.interactionTiming {
    width: 65%;
}

.interactionChangeUser {
    margin-top: 20px;
    display: none;
}

.interaction_user_ui {
    direction: rtl;
}

.interactionLeftButton {
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    left: -2px;
    top: 8px;
}

.interactionLeftButton .btn-new {
    margin-right: 0px;
    padding: 6px 5px 6px 12px;
}

.interactionLeftButton .btn.dropdown-toggle {
    border-radius: 0;
    background: #c9cacc;
    padding: 6px 10px;
}

.interactionLeftButton .dropdown-menu > li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.interactionLeftButton .dropdown-menu > li a:hover {
    text-decoration: none;
    background: #eee;
}

.interactionLeftButton .dropdown-menu > li a > img {
    width: 25px;
}

.taskDuplicationButton {
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    left: -2px;
    top: -1px;
}

.taskDuplicationButton .btn-new {
    margin-right: 0px;
    padding: 6px 5px 6px 12px;
}

.taskDuplicationButton .btn.dropdown-toggle {
    border-radius: 0;
    background-color: #ffffff;
    padding: 6px 10px;
}

.taskDuplicationButton .dropdown-menu > li a {
    display: block;
    padding: 10px 11px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.taskDuplicationButton .dropdown-menu > li a:hover {
    text-decoration: none;
    background: #eee;
}

.taskDuplicationButton .dropdown-menu > li a > img {
    width: 25px;
}

.customer_addressbook {
    max-width: 33%;
    margin-top: 0px;

}

.customer_addressbook .form-group {
    margin-bottom: 0;
}

.customer_addressbook label {
    display: none;
}

.taskLeftButton {
    float: left;
    margin-left: 10px;
    margin-top: 0px;
}

.taskRight {
    float: right;
    width: 67%
}

.taskRightInner {
    width: 90%;
}

.taskRight label {
    text-align: center;
    display: block;
}

#crm_corebundle_task_title {
    text-align: right;
    height: 24px;
}

.taskInteractions {
    width: 80%;
    float: right;
    text-align: right;
}

.interactionEditCustomer {
    float: right;
}

.taskButtons {
    float: left;
    margin-top: 20px;
}

.taskSubmit {
    float: left;
    margin-top: 20px;
    width: 45%
}

.taskDelete {
    float: right;
    margin-top: 20px;
    width: 45%
}

.taskDescreption {
    width: 85%;
    float: right;
    text-align: right;
}

.taskLeftForm {
    float: left;
    width: 33%;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .interactionEditCustomer {
        float: none;
    }

    .interactionLeftButton {
        display: block;
    }

    .interactionTiming {
        width: 100%;
    }

    .interactionFormUser {
        float: none;
        width: 90%;
    }

    .contactWidget {
        float: none;
        margin: 5px 0px 5px;
        width: 94%;

    }

    .customerEditRight {
        float: none;
        width: 100%;
        margin-top: 0px;
    }

    label.contactFilter {
        margin-top: 3px;
        width: 100%;
        float: none;
        margin-right: 20px;
    }

    .contactChooseClient {
        float: none;
        width: 100%;
        min-width: 220px;
        margin-top: 5px
    }

    .contactChooseClientCont {
        margin-top: 0px;
        float: none;
    }

    .contactNotes {
        width: 100%;
    }

    .contactSubmit {
        margin-top: 10px;
    }

    .contact_image {
        width: 100%;
        height: auto;
        border-right: none;
        float: none;
        position: relative;
        left: 0px;
        margin: 0 auto;
        text-align: center;

    }

    .taskLeftButton {
        float: none;
        margin-left: 0px;
        margin-top: 0px;
    }

    .taskRight {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .taskRightInner {
        width: 100%;
    }

    .taskInteractions {
        width: 100%;
        float: none;
        text-align: right;
        display: none;
    }

    .taskEditCaption b {
        display: none;
    }

    .interactionEditCustomer {
        float: none;
    }

    .taskButtons {
        float: none;
        margin-top: 20px;
    }

    .taskSubmit {
        float: left;
        margin-top: 20px;
        width: 45%
    }

    .taskDelete {
        float: right;
        margin-top: 20px;
        width: 45%
    }

    .taskLeftForm {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    #statusContainer {
        width: 35%;
    }

    #statusContainer select {
        font-size: 13px;
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
}

.image-greyscale {
    filter: grayscale(100%);
}

.customer-ajax {
    width: 350px;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.styled-catalog-add {
    position: absolute;
    right: 5px;
    top: 7px;
}

#crm_corebundle_salereceipt_products .styled-catalog-add {
    top: -9px;
}

.vertical-alignment-helper {
    margin-top: 90px;
}

.styled-catalog-wrapper input {
    padding-right: 16px;
}

.styled-catalog-wrapper .dropdown-menu>.active>a{
    background-color: #E3E3E5;
    color : black;
}

.send-document-confirmation {
    font-size: 15px;
    line-height: 24px;
    height: 140px;
}

.send-document-step-1 button {
    margin: 0px 5px;
}

.send-document-logo {
    display: block;
    width: 230px;
    margin: 0px auto 37px;
}

.send-document-progress {
    margin: 0px 13px 75px;
    position: relative;
    height: 5px;
    background: #bababa;
}

.send-document-progress-line {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 5px;
    background: #1e89b4;
}

.send-document-progress-step {
    position: absolute;
    width: 25px;
    height: 25px;
    margin-top: -10px;
    border-radius: 100%;
    background: #bababa;
    z-index: 2;
}

.send-document-progress-step-text {
    position: absolute;
    font-size: 25px;
    line-height: 20px;
    color: #a5a5a5;
    top: 23px;
}

.send-document-progress-step.s1 {
    right: -13px;
}

.send-document-progress-step-text.s1 {
    right: -8px;
    text-align: right;
}

.send-document-progress-step.s2 {
    right: 50%;
    margin-right: -13px;
}

.send-document-progress-step-text.s2 {
    width: 70px;
    right: 50%;
    margin-right: -35px;
    text-align: center;
}

.send-document-progress-step.s3 {
    left: -13px;
}

.send-document-progress-step-text.s3 {
    left: -8px;
    text-align: left;
}

.send-document-progress.s1 .send-document-progress-step.s1 {
    background: #1e89b4;
}

.send-document-progress.s1 .send-document-progress-step-text.s1 {
    color: #1e89b4;
}

.send-document-progress.s2 .send-document-progress-step.s2 {
    background: #1e89b4;
}

.send-document-progress.s2 .send-document-progress-step-text.s2 {
    color: #1e89b4;
}

.send-document-progress.s3 .send-document-progress-step.s3 {
    background: #1e89b4;
}

.send-document-progress.s3 .send-document-progress-step-text.s3 {
    color: #1e89b4;
}

.send-document-result-headline {
    color: #1e89b4;
    font-size: 20px;
    line-height: 17px;
    padding-right: 24px;
}

.send-document-result {
    margin-top: 20px;
    display: none;
}

.send-document-result-subline {
    color: #384a5e;
    font-size: 15px;
}

.send-document-result-options {
    margin: 23px 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.send-document-result-options li {
    margin: 0px 0px 10px;
    padding: 0px;
    display: inline;
}

.send-document-result-options li img {
    width: 41px;
    height: 41px;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0px 0px 0px 15px;
}

.send-document-result-options li a {
    font-size: 20px;
    color: #384a5e;
}

.send-document-result-options li a:hover {
    text-decoration: underline;
}

.send-document-view-link, .send-document-download-link, .send-document-download-copy-link, .create-copy-document, .send-document-show-link, .send-document-print-link, .send-document-print-copy-link {
    text-decoration: underline;
}

.send-document-download-link {
    color: #5694bc;
}

.send-document-print-link, .send-document-print-copy-link {
    cursor: pointer;
}

.send-document-result-options li a.close-back-button {
    float: left;
    margin-top: 10px;
}

.send-document-result-options li a.close-back-button:hover {
    text-decoration: none;
}

.replaceSymbol {
    cursor: pointer;
}

/* Flex Sidebar */
#sidebar.opened {
    display: flex;
    flex-flow: column;
}

.sidebar-center {
    flex-grow: 1;
    display: flex;
    flex-flow: column;
}

.sidebar-center .slimScrollDiv {
    flex-grow: 1;
    display: flex;
    flex-flow: column;
}

.sidebar-center #knpMenu {
    flex-grow: 1;
}

.sidebar-center .slimScrollDiv {
    opacity: 0;
}

#notificationPanelContainer .slimScrollDiv {
    opacity: 1;
}

#sidebar.opened .slimScrollDiv {
    opacity: 1;
}

/* Sidebar menu dropdown */
#knpMenu .navbar-nav > li > a {
    padding: 8px 15px;
    margin-bottom: 0;
}

@media (max-height: 670px) {
    #knpMenu .navbar-nav > li > a {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

/* Import data screen */
.import-data {
    border: none !important;
    box-shadow: none !important;
}

.import-data .form-group {
    margin-bottom: 0;
    padding: 20px 0;
}

.import-data .border-bottom {
    border-bottom: 1px dotted #737476;
}

.import-data .one-half {
    clear: none;
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 768px) {
    .import-data .one-half {
        width: 48.5%;
        float: right;
    }

    .import-data .one-half:first-child {
        margin-left: 3%;
    }
}

.import-data .one-half label {
    width: 20%;
    float: right;
    font-size: 16px;
    text-align: right;
}

.import-data .one-half .form-control {
    width: 70%;
    float: left;
    border-radius: 17px;
    height: 30px;
    line-height: 30px;
}

.import-data .large-section {
    padding: 20px 0;
}

.import-data .small-section {
    padding: 7px 0;
}

.import-data h3 {
    font-size: 20px;
}

.import-data .file-upload input[type="file"] {
    display: none;
}

.import-data .file-upload-title {
    font-size: 24px;
    margin-bottom: 40px;
}

.import-data .file-upload #chosenFile {
    display: block;
    width: 100%;
    max-width: 250px;
    background: transparent;
    color: #a8a9ad;
    font-size: 12px;
    text-align: center;
    border: none;
    padding-top: 10px;
    margin: auto;
}

.import-data .btn {
    min-width: 170px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    background: transparent;
    color: #A4CD39;
    font-size: 16px;
    text-align: center;
    border-color: #A4CD39;
    border-radius: 0;
}

.import-data .btn:hover, .import-data .btn:focus, .import-data .btn:active {
    color: #89AB30;
    border-color: #89AB30;
}

.import-data .btn:disabled {
    color: #A8A9AD;
    border-color: #A8A9AD;
}

.import-data .button-group .btn {
    float: left;
}

.import-data .button-group .btn:first-child {
    margin-right: 10px;
}

.import-data .inline-button {
    margin-left: 0;
    margin-right: 10px;
}

.import-data .tab-content {
    border-top: 1px solid #737476;
}

.import-data .table-mapping thead th {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.import-data .table-mapping tbody td {
    font-size: 12px !important;
    vertical-align: middle;
}

.import-data .select2-container--default .select2-selection--single {
    border-radius: 14px;
}

.balance {
    display: block;
    float: right;
    width: calc(100% - 100px);
    direction: rtl;
    background: #8BCBCD;
    font-size: 24px;
    text-align: left;
    height: 42px;
    line-height: 46px;
    padding: 0 20px;
    margin: 0;
    color: #fff;
}

.reset-balance {
    display: block;
    float: left;
    width: 100px;
    height: 42px;
    line-height: 46px;
    font-size: 24px;
    color: #fff;
    background: #1B9296;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}

.reset-balance:hover {
    background: #1fa6ab;
}

.reset-balance2 {
    display: block;
    float: left;
    width: 100px;
    height: 42px;
    line-height: 46px;
    font-size: 24px;
    color: #fff;
    background: #1B9296;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}

/* Search result for similar customers */
.list-group.list-inline .list-group-item {
    border: none;
    margin-left: 60px;
}

@media (max-width: 991px) {
    .list-group.list-inline .list-group-item {
        margin-left: 30px;
    }
}

/* Table Reports Styling */
.table-hover.tablesorter > thead > tr > th {
    font-size: 13px;
    text-align: center;
    padding: 7px 0px !important;
    color: #999;
    font-weight: normal;
    border-top: 1px solid #000;
}

.table-hover.tablesorter > tbody > tr > td {
    font-size: 15px;
    text-align: center;
    line-height: 1.7;
}

.table-hover.tablesorter > tbody > tr > td:not(:first-child) {
    background-image: url(../images/pipe2.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.table-hover.tablesorter tfoot {
    border-top: 2px solid black !important;
}

/* TimeClock */
.clockBox {
    top: auto !important;
    bottom: 0 !important;
}

.clockBox.minimized {
    bottom: -495px !important;
}

#cboxOverlay.clockBox {
    display: none !important;
}

.clock_page_containter {
    padding-top: 0 !important;
    background: #a3cd39 !important;
}

#clock {
    display: block !important;
    padding: 10px 0 20px;
    margin: 0 -20px 5px !important;
    background: #a3cd39 url(/images/clock/logo.png?v4.0.7.2) no-repeat 10px 5px;
    height: auto !important;
    min-height: 70px !important;
}

.clockBox {
    position: relative;
}

.clockBox #clickarea {
    display: block;
    width: 295px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 10000;
}

.clock-edit-request td:first-child {
    min-width: 1px !important;
    background-image: none !important;
    border: none !important;
}

.clock-report > tfoot > td:last-child, .clock-report > tfoot > td.td-no-bg {
    background: transparent !important;
}

.clock-report > tfoot > tr > td {
    background-image: none !important;
}

.check-clock-date {

}

/* Powertour - Tour First */
@media (min-width: 601px) {
    .tour-first.single-step {
        padding: 40px;
    }
}

.tour-first.single-step h3 {
    color: #FECF60;
}

.tour-first.single-step p {
    color: #fff;
    line-height: 1.5;
}

.tour-first.single-step small {
    font-size: 12px;
}

.tour-first ul {
    direction: ltr;
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 30px 0;
}

.tour-first ul li {
    display: inline-block;
    padding: 0 15px;
    font-size: 32px;
    color: #575757;
}

.tour-first ul li.active {
    color: #FECF60;
}

.current-step-tour {
    border: 2px solid white;
    border-radius: 50%;
    padding-top: 4px !important;
}

.tour-first.single-step .file-upload {
    margin-bottom: 8px;
}

.tour-first.single-step .file-upload input[type="file"] {
    display: none;
}

.tour-first.single-step .file-upload label {
    display: block;
    width: 190px;
    height: 190px;
    background: #4d3f1d;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    border: 6px solid #fecf60;
    border-radius: 50%;
    padding: 26px;
    margin: 0 auto;
}

.tour-first.single-step .file-upload label .plus-sign {
    color: #FECF60;
    font-size: 50px;
    font-weight: bold;
    display: block;
    line-height: 1.2;
}

.tour-first.single-step .file-upload #chosenFile {
    display: block;
    width: 100%;
    max-width: 250px;
    background: transparent;
    color: #a8a9ad;
    font-size: 12px;
    text-align: center;
    border: none;
    padding-top: 8px;
    margin: auto;
}

.tour-first input[type="text"] {
    text-align: center;
    font-size: 20px;
    height: 44px;
    color: #FFF;
    border-color: #FFF;
    background: transparent;
}

.tour-first.single-step .group-two {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.tour-first.single-step .group-two label {
    width: calc(50% - 7px);
    margin-bottom: 0;
}

.tour-first.single-step input[type="radio"],
.tour-first.single-step input[type="checkbox"] {
    display: none;
}

.tour-first.single-step label {
    display: block;
    height: 44px;
    background: #FFF;
    color: #000;
    font-size: 20px;
    text-align: center;
    padding: 12px;
    cursor: pointer;
}

.tour-first.single-step input:checked + label {
    background: #FECF60;
}

.tour-first.single-step a.button {
    min-width: 110px;
    background: #C1C1C1;
    color: #000;
    margin-top: 15px;
}

.tour-first.single-step a.button:hover {
    background: #FECF60;
}

.view_form .one_third, .view_form .two_third, .view_form .one_half {
    text-align: right;
}

.sale_products.frozen .btn-danger {
    display: none
}

.bc-collection.list-unstyled.list-reciept .dropdown-menu {
    text-align: right;
    padding-right: 5px;
}

.discountValue .percentage {
    float: right;
    display: none;
    position: relative;
    top: 2px;
    margin-left: 2%;
}

.landing_footer {

    position: fixed;
    bottom: 00px;
    right: 0px;
    padding: 5px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
    color: #000;
}

.landing_footer .logo {
    float: left;
    margin-right: 10px;

}

.landing_footer .text {
    float: right;
    font-size: 12px;
    color: #000;
    right: auto;
    padding-top: 0;
    text-align: right;
    margin-top: 4px;
    line-height: 13px;

}

.landing_footer .text a {
    color: #1c1c1c;

    font-family: 'TamlilMedium';

}

.landing_footer img {
    height: auto;
    width: auto;
}

#crm_affiliate_data_affiliateSaleBonuses .list-unstyled .row {
    width: 95%;
}

#crm_affiliate_data_affiliateSaleBonuses .list-unstyled .col-xs-9 {
    width: 95%;
    padding-left: 0;
}

#crm_affiliate_data_affiliateSaleBonuses .list-unstyled .form-group {
    width: 19%
}

#crm_affiliate_data_affiliateSaleBonuses .list-unstyled .form-group.affiliateHide {
    width: 0%;
    display: none;
}

#crm_affiliate_data_affiliateSaleBonuses .list-unstyled .form-inline {
    width: 100%;
}

#crm_affiliate_data_affiliateSaleBonuses .list-unstyled .form-group:nth-child(1) .radio {
    margin-left: 5%;
}

#crm_affiliate_data_affiliateSaleBonuses .list-unstyled .form-group:nth-child(6) select {
    width: 100%;
}

#crm_affiliate_data_affiliateSaleBonuses .list-unstyled .form-group:nth-child(2) select,
#crm_affiliate_data_affiliateSaleBonuses .list-unstyled .form-group:nth-child(3) select {
    width: 33%;
}

#crm_affiliate_data_affiliateSaleBonuses .form-control {
    font-size: 12px;
    padding: 3px;
}

.bc-collection.list-unstyled.list-reciept .dropdown-menu {
    text-align: right;
    padding-right: 5px;
}

.discountWidget .percentage {
    float: right;
    display: none;
    position: relative;
    top: 2px;
    margin-left: 2%;
}

.discountValue.saleSumsValue {
    text-align: left;
}

.discountWidget {
    max-width: 150px;
    float: left;
}

.discountPart {
    direction: ltr;
    display: inline-block;
}

.productsCollection .list-unstyled .col-xs-1,
#crm_corebundle_salereceipt_products .list-unstyled .col-xs-1 {
    width: 5%;
}

.productsCollection .list-unstyled .col-xs-9,
#crm_corebundle_salereceipt_products .list-unstyled .col-xs-9 {
    width: 95%;
    padding-left: 0;
    display: block;
}

.productsCollection .form-group:nth-child(5) input[type=text],
.productsCollection .form-group:nth-child(6) input[type=text],
.productsCollection .form-group:nth-child(7) input[type=text],
.productsCollection .form-group:nth-child(9) input[type=text],
#crm_corebundle_salereceipt_products .form-group:nth-child(4) input[type=text],
#crm_corebundle_salereceipt_products .form-group:nth-child(5) input[type=text],
#crm_corebundle_salereceipt_products .form-group:nth-child(6) input[type=text],
#crm_corebundle_salereceipt_products .form-group:nth-child(8) input[type=text] {
    direction: ltr;
    text-align: center;
}

.productsCollection .form-group:nth-child(9) input[type=text],
#crm_corebundle_salereceipt_products .list-unstyled .form-group:nth-child(8) input[type=text] {
    text-align: center;
    direction: ltr;
    border: none;
    background: transparent;
    box-shadow: none;
    color: #00a5a7;
    font-family: 'TamlilBold';
    font-size: 16px;
}

.productsCollection .list-unstyled .form-group:nth-child(9),
#crm_corebundle_salereceipt_products .list-unstyled .form-group:nth-child(8) {
    width: 12%;
    margin-right: auto;
}

.productsCollection .list-unstyled .row {
    width: 95%;
    margin: 0 !important;
}

.productsCollection .list-unstyled .form-group {
    width: 8%;
    margin: 5px;
}

.productsCollection .list-unstyled .products__description {
    width: 33%;
}

.productsCollection .list-unstyled .products__description .form-group {
    width: 100%;
}

.productsCollection .list-unstyled .form-group select {
    width: 100%;
}

.productsCollection .list-unstyled .form-group {
    clear: none;
    float: none;
}

.productsCollection .list-unstyled input[type=text],
.productsCollection .list-unstyled select,
.productsCollection .list-unstyled input[type=number],
.productsCollection .list-unstyled input[type=email],
.productsCollection .list-unstyled .select2,
.productsCollection .list-unstyled .form-group label {
    top: 0;
}

.productsCollection .list-unstyled .form-group label {
    margin-top: 5px;
}

.productsCollection .list-unstyled li {
    height: auto;
}

.productsCollection .bc-collection .btn-danger, .address_cont .btn-danger, .collectionRemover,
#crm_corebundle_salereceipt_products .bc-collection .btn-danger, .address_cont .btn-danger, .collectionRemover {
    top: 0;
    margin: 0;
}

.productsCollection .list-unstyled li:hover .productsChevronContainer {
    opacity: 1;
    visibility: visible;
}

.productsChevronContainer {
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
}

.productsChevronContainer a.collapsed span {
    transform: rotate(0deg);
}

.productsChevronContainer a span {
    transform: rotate(-90deg);
    transition: all 0.4s;
}

.productsChevronContainer a, .productsChevronContainer a:hover, .productsChevronContainer a:active, .productsChevronContainer a:focus {
    color: #000;
}

.productsTotals {
    position: relative;
}

.sale_with_vat_label_content {
    text-align: right;

    margin-right: 5px;
    font-family: 'TamlilMedium';
}

.one_half.sale_with_vat_total_content {
    text-align: left;
    position: relative;
    left: 9px;
    font-family: 'TamlilMedium';
    margin-left: 0;

    font-size: 15px;
}

.totalSaleSum {
    background-color: #aed7d8;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -20px;
}

.nisSum {
    color: #01a5a7;
    padding: 15px 10px 10px;
    font-size: 16px;
}

.blurred {
    /* Any browser which supports CSS3 */
    filter: blur(5px);

    /* Firefox version 34 and earlier */
    filter: url("blur.svg#gaussian_blur");

    /* Webkit in Chrome 52, Safari 9, Opera 39, and earlier */
    -webkit-filter: blur(5px);
}

.customerSubTitle.toggle .glyphicon {
    font-size: 15px;
}

.customerSubTitle.toggle a {
    color: #000;
    text-decoration: none;
}

.customerSubTitle.toggle a:hover {
    color: #1aa5a6;

}

.customerSubTitle .panel-heading {
    padding: 0px 5px;

}

.customerSubTitle .panel-heading.collapsed:before,.symbolsWrapper .symbolTitle.collapsed:after {
    content: "\e079"; /* adjust as needed, taken from bootstrap.css */
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 11px;
    position: relative;
    top: 1px;
}

.customerSubTitle .panel-heading:before,.symbolsWrapper .symbolTitle:after {
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 11px;
    position: relative;
    top: 1px;
}

.ltr {
    direction: ltr;
}

.sale_edit input[disabled=disabled] {
    border: none;
    background: transparent !important;
    box-shadow: none;
    text-align: center;
    font-family: 'TamlilMedium';
    font-size: 16px;
}

li[data-frozen=true] .btn.btn-danger.btn-sm {
    display: none;
}

.sale_products.frozen .productsCollection .form-group:nth-child(3) {
    display: none;
}

.sale_products.frozen .productsCollection .list-unstyled .form-group:nth-child(4) {
    width: 40%;
}

.saleTotal {
    background: #00a5a7;
    color: #fff;
    padding: 15px 10px 10px;
    font-family: 'TamlilMedium';
    font-size: 16px;
    position: relative;
    top: -16px;
}

.table.tablesorter td {
    vertical-align: middle;

}

.table-hover.tablesorter > tbody > tr > td {
    line-height: 1.2;
    padding: 10px;
    font-size: 14px;
}

.sale_contact {
    float: left;
    width: 40%;
    font-weight: normal;
    font-size: 14px;
    font-family: 'TamlilRegular';
}

.save_buttons_strip {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50px;
    max-height: 50px;
    overflow: hidden;
    background: #eeeeee;
    z-index: 899;
}

.save_buttons_strip.please_save {
    background: #f2dedf;
}

.save_buttons_strip .buttons {
    text-align: right;
    margin-right: 40px;
    margin-top: 7px;
}

.save_buttons_strip .buttons button {
    float: right;
    margin-left: 30px;

}

.hideButtons {
    display: none;
}

.sale_tabs {
    width: 100%;
    clear: both;
    margin-top: -30px;
}

.sale_tabs ul {
    margin-left: -10px;
}

.invoicesTable .table {
    font-size: 15px;
}

.invoicesTable .table > tbody > tr > td {
    font-size: 15px;
}

.salesSum th {
    background: #f5fbfb;
    color: #1b9296;
    height: 36px;
    font-size: 14px;
    font-family: 'TamlilBold';
    border-top: 1px dotted #000 !important;
    border-bottom: 1px dotted #000 !important;
    font-weight: normal;

}

.salesSum th.caption {
    background: #1b9296;
    color: #fff;
    font-family: 'TamlilBold';
    text-align: left;
    padding-left: 20px !important;
}

.salereceiptSum th {
    background: #f8fdff;
    color: #5694bc;
    height: 36px;
    font-size: 14px;
    font-family: 'TamlilBold';
    border-top: 1px dotted #000 !important;
    border-bottom: 1px dotted #000 !important;
    font-weight: normal;

}

.salereceiptSum th.caption {
    background: #5694bc;
    color: #fff;
    font-family: 'TamlilBold';
    text-align: left;
    padding-left: 20px !important;
}

.salesCount {
    float: right;
    padding-right: 20px;
    color: #fff;
}

.entityTypeFilter {
    width: 50%;
    float: left;
    margin-top: 11px;
}

.entityTypeFilter .select2-container {
    width: 100% !important;
}

.entityTypeFilter .field {
    float: right;
    width: 90%;
    text-align: center;
}

.entityTypeFilter .button {
    float: left;
    width: 10%;
    padding-right: 10px;
}

.saleBalance {
    float: right;
    direction: ltr;
}

.beforenote {
    background-color: #fffabe;
    border-color: #fffabe;
    color: #3c763d;
    display: block;
    clear: both;
    margin: 10px 0 auto;
    text-align: right;
    padding: 5px;
}

.afternote {
    background-color: #fffabe;
    border-color: #fffabe;
    color: #3c763d;
    display: block;
    clear: both;
    margin: 10px 0 auto;
    text-align: right;
    padding: 5px;
}

.infoicon_text {
    display: none;
}

.infoicon {
    text-align: left;
    float: left;
    margin-top: -13px;
    padding: 5px;
    background: transparent;
}

.infoicon img {
    max-width: 25px;
}

.qtip-black {
    font-size: 15px !important;
    line-height: 17px;
}

.customerSubTitle .qtip-black {
    font-size: 16px;
    line-height: 18px;
}

.customer_form .checkbox, .customer_form .radio {
    text-align: right;
}

/* Sale page*/
@media (max-width: 767px) {
    .mass_action_action {
        display: inline-block;
        max-width: calc(100% - 80px);
    }

    #paginationForm {
        margin-bottom: 19px;
    }
}

/* Basic Lead */
.lead-table {
    border-top: none;
}

.lead-table .table {
    width: 100%;
}

.show_i .search-table td {
    font-size: 14px !important;
}

.lead-table td:first-child,
.lead-table th:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
}

.lead-table.table_tasks td:first-child,
.lead-table.table_tasks th:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    width: auto;
}


.list-view-table th:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 30%;
}


.list-view-table th:first-child {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.list-view-table th:first-child label {
    float: right;
}

.list-view-table td:first-child {
    width: 100% !important;
    min-width: 120px;
    padding: 0 !important;
    background-image: url(../images/icons/customer/line.png);
}

.lead-table.table_tasks td:nth-child(3),
.lead-table.table_tasks th:nth-child(3) {
    position: relative;
    padding-left: 56px !important;
}


.lead-table.table_tasks td.saleTask span {
    background-image: url(../images/icons/tasks/sale.png);
    background-repeat: no-repeat;
    background-position: 10px 0px;
    margin: 5px 10px 5px 1px;
    display: block;
    width: 52px;
    height: 32px;
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #fff;
}

.lead-table.table_tasks td.interactionTask span {
    background-image: url(../images/icons/tasks/interaction.png);
    background-repeat: no-repeat;
    background-position: 10px 0px;
    margin: 5px 10px 5px 1px;
    display: block;
    width: 52px;
    height: 32px;
    position: absolute;
    left: 0px;
    top: 5px;
    padding-left: 15px;
    background-color: #fff;
}

.lead-table td:last-child, .lead-table td.td-no-bg {
    background: none;
}

.table_basic_lead td:last-child {
    padding: 11px 50px !important;
}

.lead-table .table > thead > tr > th {
    border-top: 1px solid #7f7f7f !important;
    border-bottom: 1px solid #7f7f7f !important;
}

.lead-table th:first-child {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.lead-table th:first-child label {
    float: right;
}

.lead-table td {
    font-size: 14px !important;
    line-height: 15px !important;
    border-top: 1px solid #e0e0e0 !important;
    border-right: none !important;
    background-image: url('../images/icons/customer/line.png');
    background-position: 0% 50%;
    vertical-align: middle !important;
    white-space: nowrap;
}

.table_basic_lead td {
    padding: 11px 20px 5px !important;
}

.lead-table td:first-child {
    width: 100% !important;
    min-width: 120px;
    padding: 0 !important;
    background-image: url(../images/icons/customer/line.png);
}

.lead-table .customer-loaded td:first-child {
    width: 95px !important;
    max-width: 95px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lead-table .customer-loaded td:last-child {
    padding-right: 10px;
}

.lead-table .customer-loaded td:last-child,
.lead-table .customer-loaded h1 {
    color: #000;
}

.lead-table .customer-loaded .show_i td {
    color: #585858;
}

.customer-loaded .panel {
    line-height: 20px;
}

.search-table .zeroPadding .customer-loaded img {
    width: auto;
    height: auto;
}

.search-table .zeroPadding .customer-loaded .userImage img {
    width: 30px;
    height: auto;
}

.check_cell {
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.lead-table.checked .table_check,
.lead-table.checked .check_text,
.check_cell.hovered .table_check,
.check_cell.hovered .check_text {
    margin-right: 0;
}

.check_input {
    width: 34px;
    overflow: hidden;
    z-index: 2;
}

.check_input_blur {
    width: 34px;
    overflow: hidden;
    z-index: 2;
}

.check-input-static {
    width: 34px;
    overflow: hidden;
    z-index: 2;
}

.table_check {
    width: 34px;
    height: 53px;
    margin: 0 -24px 0 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    padding-top: 19px;
    line-height: 15px;
}

.table_check_doc_error {
    width: 34px;
    height: 53px;
    margin: 0 -24px 0 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    padding-top: 19px;
    line-height: 15px;
}

.table_check input[type=checkbox],
.check_all {
    position: static;
    display: none;
}

.table_check input[type=checkbox].readonly + label {
    opacity: 0.5;
    pointer-events: none;
}

.table_check input[type=checkbox]:checked + label,
.check_all:checked + label {
    background: #fff url('../images/icons/customer/checked.png') no-repeat 50% 50%;
}

.check_all {
    position: relative;
    z-index: 501;
}

.table_check label,
.check_all + label {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #dadbdd;
    background: #fff;
    margin: auto;
}

.check_text {
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    padding: 11px 30px 11px 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: -28px;
    line-height: 15px;
}

.table_basic_lead .check_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
}

.show_trigger {
    width: 20px;
    height: 100%;
    text-align: center;
    padding-top: 16px;
    position: absolute;
    left: 100%;
    top: 0;
    transition: all 0.2s;
}

.show_trigger button {
    font-size: 11px;
    color: #000;
    background: transparent;
    border: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.show_trigger button:hover {
    opacity: 0.8 !important;
}

.show_trigger button span {
    width: 11px !important;
    height: 11px !important;
    transition: all 0.3s;
    padding-top: 4px;
}

.show_trigger button.is-open {
    opacity: 1;
    visibility: visible;
}

.show_trigger button.is-open span {
    transform: rotate(-90deg);
}

.check_cell:hover .show_trigger button {
    visibility: visible;
    opacity: 1;
}

.show_trigger_task {
    width: 20px;
    height: 100%;
    text-align: center;
    padding-top: 16px;
    position: absolute;
    transition: all 0.2s;
}

.show_trigger_task button {
    font-size: 11px;
    color: #000;
    background: transparent;
    border: none;

}

.show_trigger_task button.is-open {
    opacity: 1;
    visibility: visible;
}

.show_trigger_task button.is-open span {
    transform: rotate(-90deg);
}

.show_trigger_task button:hover {
    opacity: 0.8 !important;
}

.show_trigger_task button span {
    width: 11px !important;
    height: 11px !important;
    transition: all 0.3s;
    padding-top: 4px;
}

.show_trigger_task button.is-open span {
    transform: rotate(-90deg);
}

.check_cell:hover .show_trigger_task button {
    visibility: visible;
    opacity: 1;
}

.table_check.lead {
    background: #b01b1f;
    background: var(--card-type-lead-color, #b01b1f);
}

.table_check.customer {
    background: #65b551;
    background: var(--card-type-customer-color,#65b551);
}

.table_check.default {
    background: #7a8dab;
    background: var(--card-type-default-color,#7a8dab);
}

.table_basic_lead .table_check.lead {
    background-color: #eeb01f !important
}

.table_basic_lead .table_check.customer {
    background-color: #b01b1f !important
}

.table_basic_lead .table_check.customerReal {
    background-color: #18a849 !important
}

.table_tasks .task .table_check {
    background: #EB009A;
}

.table_tasks .follow .table_check {
    background: #00AEEF;
}

.show_info {
    background: #7f7f81;
    overflow: hidden;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
}

.show_info.in {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto !important;
}

.show_info .interaction {
    margin-top: 0 !important;
    color: #FFF !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.show_info .btn, .show_info select {
    display: inline-block;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    border-radius: 10px;
    padding: 0 12px;
    margin-right: 15px;
}

.mega_action {
    background: #EEE;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -50px;
    z-index: 9;
}
@media (min-width: 1000px) {
    .mega_action {
        height: 50px;
    }
}

.mega_action_wrap {
    max-width: 1410px;
    margin: 0 auto;
    padding: 0 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.mega_action.is-open {
    bottom: 0;
}

.mega_action .count {
    color: #FFF;
    background: #ddd;
    width: 50px;
    height: 100%;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
}

.mega_action .select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    padding-right: 20px;
}

select#megaAction {
    height: 25px;
}

.mega_action .close {
    width: 100px;
    height: 100%;
    line-height: 50px;
    font-size: 40px;
    text-align: left;
}

.lead-loaded {
    color: #000;
}

.lead-loaded .one_third {
    margin-bottom: 10px;
}

.search-table .userTd {
    width: 50px;
}

@media (max-width: 1399px) {
    .mega_action .close {
        text-align: left;
    }
}

.customerCreate {
    float: left;
    border: none;
    background: none;
}

.lead-table b {
    font-weight: normal;
    font-family: 'TamlilMedium';
}

.lead-table .check_cell button:hover,
.lead-table .check_cell button:focus {
    background-color: transparent;
    border: none;
    outline: none;
}

.lead-filters {
    margin-bottom: 18px;
}

.lead-filters h2 {
    font-size: 20px;
    border-bottom: 1px solid #000;
    margin-top: 40px;
    margin-top: 20px;
}

.lead-filters .filters-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 315px;
}

.lead-filters .collapser {
    width: 28px;
    height: 26px;
    line-height: 26px;
    background: #eee;
    border: 1px solid #E1E1E1;
    border-left: none;
    border-radius: 0 13px 13px 0;
}

.lead-filters .filters-select input {
    height: 26px;
    padding: 3px 12px;
    border: 1px solid #E1E1E1;
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lead-filters .filters-select button[type="submit"] {
    height: 26px;
    background: #fff;
    border: 1px solid #E1E1E1;
    border-right: none;
    border-radius: 13px 0 0 13px;
    padding: 2px;
}

.lead-filters .well {
    max-width: 950px;
    max-height: 340px;
    background-color: #F9F9F9;
    border: 1px solid #E1E1E1;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 25px 22px;
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow-y: auto;
}

.lead-filters .wellAfter {
    max-width: 950px;
    height: 30px;
    margin-top: -20px;
    background: #EEE;
}

.lead-filters .wellAfter .btn {
    padding: 4px 12px;
    font-size: 14px;
    border-radius: 0px;
}

.lead-filters .wellAfter .left {
    float: left;
}

.lead-filters .wellAfter .right {
    float: right;
}

.lead-filters .well:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #f9f9f9 transparent;
    position: absolute;
    top: -7px;
    right: 18px;
    z-index: 2;
}

.lead-filters .well:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #e1e1e1 transparent;
    position: absolute;
    top: -8px;
    right: 18px;
}

.lead-filters .group {
    width: 18%;
}

.lead-filters .graph-switcher {
    display: inline-block;
    margin: 18px 0 0 auto;
}

.lead-filters .graph-switcher > span {
    display: block;
    margin-top: 5px;
}

.lead-filters .multiselect, .lead-filters .group {
    width: 16%;
}

.lead-filters .multiselect-label {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    height: 23px;
    padding: 0 16px;
    margin-bottom: 16px;
    background: #fff;
    background-image: url(../images/arrow_tiny.png);
    background-repeat: no-repeat;
    background-position: 8px 7px;
    line-height: 22px;
}

.multiselect .ms-parent {
    width: 100% !important;
}

.lead-filters .multiselect .ms-choice {
    display: none;
}

.lead-filters .multiselect ul {
    list-style-type: none;
    padding: 0;
    max-height: none !important;
}

.lead-filters .multiselect li {
    height: auto;
    border-radius: 12px;
    margin-bottom: 16px;
    background: #E6E6E6;
    border: 1px solid #E6E6E6;
    color: #999;
}

.lead-filters .multiselect li label {
    width: 100%;
    padding: 3px 16px;
    margin-bottom: 0;
    color: inherit;
}

.lead-filters .multiselect li.selected label {
    font-family: 'TamlilMedium';
}

.lead-filters .multiselect li.selected {
    border: 1px solid #000;
}

.lead-filters .multiselect.graph-color li {
    color: #FFF;
}

.lead-filters .multiselect input[type="checkbox"],
.lead-filters .multiselect input[type="radio"] {
    display: none;
}

.period.multiselect ul li:first-child {
    display: none;
}

.manualPeriod {
    display: none;
}

.manualPeriod input[type=text] {
    font-size: 11px;
    height: 28px;
    padding: 0px 4px;
    text-align: center;
}

.leadCustomerSourceDate input[type=text] {
    font-size: 11px;
    height: 28px;
    padding: 0px 4px;
    text-align: center;
}

#crm_basic_leads_bundle_leadfilter_submit {
    display: none;
}

.lead-filters .select2 {
    line-height: 1;
}

.lead-filters .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    padding: 2px;
    margin-top: 4px !important;
}

.lead-filters .select2-container .select2-selection--multiple {
    min-height: 26px;
    font-size: 12px;
}

.lead-filters .select2-results {
    font-size: 12px;
}

.lead-filters .select2-container .select2-search--inline {
    font-size: 12px;
    float: right;
}

.lead-filters .select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-right: 0px;
    margin-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.lead-filters .select2-container .select2-search--inline .select2-search__field {
    text-align: right;
    color: #999 !important;
}

.lead-filters .select2-container--default,
.lead-filters .select2-results__option,
.lead-filters .select2-container--default .select2-results__option--highlighted[aria-selected] {
    font-size: 12px !important;
}

.lead-filters select option[value=""] {
    color: #999999 !important;
}

.multipleSelect.form-control,
.singleSelect.form-control {
    background: none;
    border: none;
    height: auto;
    padding: 0;
}

.graph-wrap {
    max-width: 685px;
}

.graph {
    list-style-type: none;
    padding-right: 0;
    overflow: hidden;
}

.graph li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    float: left;
}

.graph-value {
    display: block;
    color: inherit;
    text-align: center;
    height: 55px;
    line-height: 55px;
    position: relative;
    font-size: 22px;
}

.graph-value:before,
.graph-value:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 0px;
}

.graph-value:before {
    border-width: 55px 25px 0 0;
    border-color: #fff transparent transparent transparent;
    border-top-color: inherit !important;
    right: -25px;
}

.graph-value:after {
    border-width: 0 25px 55px 0;
    border-color: transparent #fff transparent transparent;
    border-right-color: inherit !important;
    left: -25px;
}

.graph-value span {
    color: #FFF;
}

.graph-text {
    display: block;
    background-color: #ebebeb;
    color: inherit;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    padding: 16px 10px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
}

.graph-text:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 8px 4.5px 0;
    border-color: transparent #000 transparent transparent;
    border-right-color: inherit;
    margin-right: 14px;
}

.graph-color-1 {
    background: #eeb01f;
    color: #eeb01f;
}

.graph-color-1 a {
    color: #eeb01f;
}

.graph-color-2 {
    background: #d71f27;
    color: #d71f27;
}

.graph-color-2 a {
    color: #d71f27;
}

.graph-color-3 {
    background: #8631c4;
    color: #8631c4;
}

.graph-color-3 a {
    color: #8631c4;
}

.graph-color-4 {
    background: #1582C5;
    color: #1582C5;
}

.graph-color-4 a {
    color: #1582C5;
}

.graph-color-5 {
    background: #579bfc;
    color: #579bfc;
}

.graph-color-5 a {
    color: #579bfc;
}

.graph-color-6 {
    background: #41c4b6;
    color: #41c4b6;
}

.graph-color-6 a {
    color: #41c4b6;
}

.graph-color-7 {
    background: #18a849;
    color: #18a849;
}

.graph-color-7 a {
    color: #18a849;
}

.graph-color-1 a:hover,
.graph-color-2 a:hover,
.graph-color-3 a:hover,
.graph-color-4 a:hover,
.graph-color-5 a:hover,
.graph-color-6 a:hover,
.graph-color-7 a:hover {
    color: #fff;
    text-decoration: none;
}

.graph li.selected a, .graph li.selected a span {
    color: #000;
}

/* Customer page */
.show_i {
    font-size: 16px;
    color: #585858;
    height: 100%;
    position: relative;
}
@media (min-width: 1070px) {
    .show_i {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 50%;
        height: 65vh;
    }
}

@media (max-width: 1070px) {
    .show_i {
        display: flex;
        flex-direction: column;
    }
    .show_i .panel.actions{
        order: -1;
    }
    .show_i .panel.general_info{
        order: -2;
    }
    .show_i .content {
        min-height: 300px;
    }

}

.show_i .panel {
    margin: 5px;
    border: none;
    overflow: hidden;
    background: #ebebeb;
    position: relative;
}

/*.show_i .panel:nth-child(1) {

}*/

.show_i .panel td {
    background: none;
    font-size: 14px;
    line-height: 20px !important;
    border-bottom: 1px solid #dddddd;
    vertical-align: top !important;
    position: relative;
}

.show_i .panel td .bold {
    font-family: 'TamlilBold';
    text-align: center;
    font-weight: normal;
}

.status_in_table {
    color: #fff;
    background-image: none !important;

}

.innerborder {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 6px;
    border-right: 1px solid #585858;
    padding-right: 10px;
    padding-left: 10px;

    overflow: hidden;
}

.loading-table-wrapper .innerborder {
    top: 0px;
}

.show_i .general_info {
    background: #ebebeb;
}

.show_i .general_info td {
    padding: 2px 0 !important;
}

.show_i .general_info td.collectionValueInTable {
    padding: 2px 5px !important;
}

.show_i .general_info.panel .row {
    padding: 0px 10px;
    line-height: 25px;
    margin: 0 !important;
}

.show_i .general_info select {
    border: none;
    background: transparent;
}

.show_i .general_info .infodata td {
    border: none !important;
}

.show_i .general_info .infodata > .row {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.show_i .general_info .infodata > .row:before, .show_i .general_info .infodata > .row:after {
    display: none;
}

.show_i label {
    padding-left: 10px;
    color: #7f7f7f;
    font-size: 12px;
    padding-left: 0;
    margin-bottom: 0;
}

.show_i .value {
    font-family: 'TamlilMedium';
    font-weight: normal;
}

.show_i h2.customerSubTitle {
    position: relative;
    font-size: 16px;
    margin-top: 11px;
    margin-bottom: 0px;
}

.show_i hr.customer {
    margin-bottom: 10px;
}

.show_i .header {
    width: 100%;
    min-height: 63px;
    color: #fff;
    padding-right: 65px;
    padding-left: 150px;
    position: relative;
}

.show_i .actions .header {
    padding-left: 10px;
}

.show_i .actions .image {
    width: 58px;
    height: 38px;
    margin: 10px auto 0;
    position: relative;
    overflow: hidden;
}

.show_i .actions .image img {
    width: 58px;
    height: 58px;
}


.show_i .actions .image:hover .overlay {
    opacity: 1 !important;
}

.show_i .actions .btn-info {
    margin-bottom: 3px;
}

.show_i .content {
    background: #ebebeb;
    padding: 10px 10px 0px;
    overflow: auto;
}

.customer_form.show_i .content {
    padding: 7px 0 0;
}

.show_i .content .scroll {
    margin: 0px 10px;
    height: auto;
    width: 100%;
}

.show_i .general_info .header {
    background: #7f7f80;
}

.show_i .calls .header {
    background: #95be1d;
}

.show_i .sales .header {
    background: #2ab0b2;
}

.show_i .tasks .header {
    background: #ec008c;
}

.show_i .actions .header {
    background: #b769aa;
}

.show_i .header > img {
    position: absolute;
    top: 15px;
    right: 20px;
}

.show_i .header .main_title {
    font-size: 26px;
    line-height: 32px;
    padding: 15px 0 10px;
}

.show_i .panel .balance {
    background: #85c6c8;
    display: block;
    padding: 10px 8px 10px 0px;
    font-size: 18px;
    font-family: 'TamlilMedium';
    text-align: right;
    line-height: 17px;
    width: 140px;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    direction: ltr;
}

.show_i .panel .balance .owl-pagination {
    top: 36px;
    left: 5px;
}

.show_i .panel .balance .owl-page {
    padding: 6px 2px;
}

.show_i .panel .balance .item {
    direction: rtl;
}

.show_i .panel .balance h2 {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    font-family: 'TamlilLight';
    margin-top: 5px;
    margin-bottom: 1px;
    text-align: justify;
}

.show_i .general_info .balance {
    background: #b5b5b7;
}

.show_i .calls .balance {
    background: #b8ce79;
}

.show_i .tasks .balance {
    background: #de91bf;
}

.show_i .actions .balance {
    background: #d4abcd;
}

.show_i .overlay {
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    position: absolute;
    transition: all 0.3s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transform: translateY(-100%);
}

.show_i .overlay a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    transition: all 0.2s;
}

.show_i .overlay a:hover {
    color: #000;
    text-decoration: none;
}

.show_i .overlay a:hover img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: invert(100%);
}

.show_i .overlay a span {
    display: inline-block;
    margin-left: 7px;
}


.show_i .header .main_title:hover + .overlay,
.show_i .overlay:hover {
    transform: translateY(0);
}

.show_i .general_info .overlay {
    background: #7f7f80;
}

.show_i .calls .overlay {
    background: rgba(149, 190, 29, 1);
}

.show_i .sales .overlay {
    background: rgba(42, 176, 178, 1);
}

.show_i .tasks .overlay {
    background: rgba(236, 0, 140, 1);
}

.show_i .actions .overlay {
    background: rgb(183, 105, 170);
}

.show_i .overlay img {
    max-height: 35px;
}

.show_i .actions .scroll {
    margin: 0;
}

.show_i .actions .col-xs-4 {
    padding: 0 7px;
    text-align: center;
}

.show_i .actions ul {
    list-style: none;
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin: 12px 0 0 0;
    width: 100%;
}

.show_i .actions .content a {
    color: #585858;
}

.show_i .actions .content a:hover {
    color: #B769AA;
}

.show_i .actions .openColorBox a {
    color: white;
}

.show_i .actions .openColorBox a:hover {
    color: black;
}

.show_i .actions .mediaLinks li {
    float: right;
}

.show_i .actions .mediaLinks li:hover {
    opacity: 0.7;
}

.show_i .table {
    background-color: transparent !important;
}

.color-picker {
    position: relative;
    direction: ltr;
}

.color-cont {
    direction: ltr;
    padding: 0;
}

.colorpicker-2x.colorpicker.colorpicker-with-alpha {
    min-width: 164px;
    max-width: 164px;
}

.colorpicker-2x .colorpicker-saturation {
    width: 132px;
    height: 132px;
}

.colorpicker-2x .colorpicker-hue {
    height: 132px;
}

.colorpicker-2x .colorpicker-alpha,
.colorpicker-2x .colorpicker-color {
    display: none !important;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
    height: 30px;
}

h1.page-header .backTo {
    float: left;
    font-size: 15px;
    position: relative;
    top: 8px;
    display: block;
}

.sendToCheckboxes {
    clear: both;
    width: 100%;
}

.sendToCheckboxes .checkbox + .checkbox {
    float: right;
    margin-left: 15px;
}

.sendToCheckboxes .radio, .checkbox {
    margin-top: 0px;
}

.smsFrom {
    display: inline-block;
    max-width: 250px;
}

@media (max-width: 1400px) {
    .show_i .header .main_title {
        font-size: 24px;
        line-height: 29px;
    }
}

.customer-loaded .show_i .header .main_title {
    font-size: 24px;
    line-height: 29px;
}

/*#edit .customer-loaded .show_i .panel:nth-child(1),
#company .customer-loaded .show_i .panel:nth-child(1) {
    height: calc(100vh - 320px);
}*/

#smsLengthCounter {
    float: left;
    color: #a8a9ad;
    font-size: 13px;
    margin-left: 10px;
}

#messageCount, #messageLength {
    font-weight: bold;
    font-size: 15px;
}

.lead-table .search-table td {
    max-width: 320px;
    overflow: hidden;
}

.lead-table.table_tasks .search-table td {
    overflow: visible;
}

.lead-table.table_tasks .search-table .show_info {
    display: block;
    justify-content: inherit;
    max-width: 100%;
}

.lead-table.table_tasks .search-table .show_info.in a.taskmore {
    float: right;
    display: block;
    color: #fff;
    max-width: 800px;

}

.lead-table.table_tasks .search-table .show_info.in a.taskmore:hover {
    text-decoration: none;
    color: #000 !important;
}

.lead-table.table_tasks .search-table .show_info.in .selects {
    float: left;
    display: block;
    max-width: 200px;
}

.lead-table.table_tasks .search-table td .check_text {
    /*padding-right: 10px;*/
    width: 200px;
}

.lead-table.table_tasks .search-table td:nth-child(2),
.lead-table.table_tasks .search-table td:nth-child(3) {
    overflow: hidden;
}


.tasks-small .lead-table.table_tasks td.saleTask span,
.tasks-small .lead-table.table_tasks td.interactionTask span {
    display: none;
}

.hp-tile .tasks-small a, .tasks-small .check_text, .tasks-small td {
    font-size: 12px !important;
}

.hp-tile .tasks-small .table_check {
    display: none;
}

.hp-tile .tasks-small .check_text {
    padding-right: 3px;
}


.tasks-small td:first-child {
    width: auto !important;
}

.tasks-small .search-table td {
    padding: 0px 3px !important;
    max-width: 220px;
    overflow: hidden;
}
.tasks-small .search-table td:nth-child(2) {
    max-width: 80px;
    overflow: hidden;
}

.lead-table.table_tasks .search-table td:first-child {
    width: 145px;
}

.tasks-small .lead-table.table_tasks .search-table td:first-child {
    max-width: 90px;
    min-width: 90px;
    white-space: normal;

}

.tasks-small .lead-table.table_tasks .search-table td .check_text {
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}



.tasks-small .table_check {
    height: 30px;
    padding-top: 7px;
}

.tasks-small .check_cell {
    height: 30px;
}
.tasks-small .show_trigger,
.tasks-small .check_input {
    display: none;
}
.tasks-small .search-table th {
    display: none;
}

.tasks-small .search-table td.zeroPadding {
    padding: 0px !important;
}
.tasks-small .mega_action {
    display: none;

}
.tasks-small .table-row-count td{
    background: transparent;
}
.tasks-small .table-row-count td .totalNumber{
    color: white;
}
.tasks-small .notify_target{
    background-color: transparent;
}
.tasks-small .interactionConnectedClass{
    display: none;
}
.tasks-small td.check_cell.task{
    display: none;
}
.tasks-small .lead-table .search-table td {
    max-width: 110px;
    overflow: hidden;
}
.tasks-small .lead-table td{
    background: none;
}
.hp-tile .tasks-small tr.odd a{
    color: white !important;
}
.tasks-small td[id*="creator_"]{
    display: none;
}
.tasks-small tr span[id*="startWorkingDateTime"]{
    color: white;
}
.tasks-small .googleName {
    width: 20px;
    height: 20px;
}
.tasks-small .userImage img {
    width: 20px !important;
    height: auto;
    padding-top: 5px;

}
@media (max-width: 991px) {
    .show_i {
        padding: 0 10px;
    }

    .show_i .panel:nth-child(2) {
        margin-left: 0;
    }

    .show_i .header {
        min-height: 63px;
        padding-left: 120px;
        padding-right: 55px;
    }

    .show_i .header .main_title {
        font-size: 20px;
        line-height: 24px;
        padding-top: 10px;
    }

    .show_i .header img {
        right: 10px;
        top: 10px;
    }

    .show_i .panel .balance {
        font-size: 15px;
        width: 115px;
        padding: 7px;
    }

    .show_i .panel .balance h2 {
        font-size: 12px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .show_i .actions ul img {
        width: 50px;
    }
}

@media (max-width: 600px) {
    .show_i .panel {
        width: 100%;
        margin-left: 0;
    }
}

.lead-table.table_tasks .search-table .show_info.in a {
    white-space: normal;
}

.lead-table.table_tasks .search-table .show_info.in .selects {
    max-width: 320px;
    margin-left: 10px;
}

.show_info select {
    max-width: 150px;
}

span.sub {
    font-size: 11px;
}

.phone_preview {
    margin-bottom: 5px;
    font-family: 'TamlilLight';
}

.panel.actions li {
    font-size: 12px;
    line-height: 16px;
    font-family: 'TamlilMedium';
}

.panel.panel-bigger-text.actions li {
    font-size: 13.5px;
    line-height: 16px;
    margin-bottom: 20px;
}

.panel .contact-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.panel .single-chat-email-icon {
    color: #3F51B5;
    font-size: 16px;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

.table_basic_lead td:nth-child(1) {
}

.table_basic_lead td:nth-child(2) {
    padding-right: 0px !important;
    padding-left: 10px !important;
}

.download_buttons {
    margin-top: 10px;
}

/* Icons */

.circleIcon {
    width: 30px;
    height: 30px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 0;
    background: #dc3545;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
}

.circleIcon .glyphicon {
    top: 0;
}

/* Replace symbols */

.replaceSymbol {
    display: inline-block;
    background: #BBB1B9;
    color: #fff;
    font-size: 11px;
    border-radius: 12px;
    padding: 3px 15px;
    margin: 3px;
    transition: all 0.3s;
}

.replaceSymbol:hover {
    background: #A69DA4;
}

.small-label {
    font-size: 80%;
    margin-top: 5px;
    top: 0px !important;
}

/* sweet alert */

.swal2-container input {
    opacity: 0;
    visibility: hidden;
}

/* select2 notify */
.select2_notify {
    position: absolute;
    height: 100%;
    width: 35px;
    top: 0;
    left: 0;
    overflow: hidden;
    transform: translateX(-30px);
    transition: 0.2s all;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 0;
    padding-left: 3px;
}

.select2_notify.ok {
    background: #65b551;
    transform: translateX(0px);
}

.select2_notify.remove {
    background: #b01b1f;
    transform: translateX(0px);
}

/* Collection Nevo */

.flexCollectionItem {
    display: flex;
}

.flexCollectionItem > * {
    display: block;
    margin: 0px 10px;
}

.text-success {
    color: #65b551;
}

.text-danger {
    color: #D2232A;
}

.text-muted {
    color: #BBB1B9;
}

/* utilities */

div .w-auto {
    width: auto;
}

.no-link, .no-link:hover, .no-link:focus, .no-link:active {
    color: #000;
    text-decoration: none;
}

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

.flex-center {
    align-items: center;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-between,.justify-between {
    justify-content: space-between;
}

.flex-justify-center {
    justify-content: center;
}

.flex-align-center {
    align-items: center;
}

.text-red {
    color: #a94442;
}

.text-green {
    color: #28a745;
}

.text-small {
    font-size: .75em;
}

.text-xs {
    font-size: .6em;
}

/* customNote */

.customNote {
    margin-top: 20px;
    background: #fffbcf;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.customNote__body {
    padding: 15px;
    height: 160px;
    overflow: auto;
}

.customNote__header {
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    background: #f7f1bc;
    min-height: 28px;
}

.customNote__footer {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customNote__footer .userImage {
    margin: 0;
    margin-left: 10px;

}

/* Sales Dashboard */
.salesDashboard {
    color: #fff;
    position: relative;
    height: 100%;
    height: 210px;
}

.salesDashboard-body {
    padding: 20px;
}

.salesDashboard-header {
    font-weight: 300;
    text-align: center;
}

.salesDashboard-section {
    display: flex;
    align-items: center;
}

.salesDashboard-section span.salesDashboard-section-small {
    font-size: 12px;
    display: inline-block;
    width: 50px;
    text-align: left;
    margin-left: 10px;
}

.salesDashboard-section .salesDashboard-section-big {
    font-size: 22px !important;
    font-weight: 700;
}

.salesDashboard-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #B8E1E2;
    color: #2AB0B2;
    width: 100%;
    padding: 10px 20px;
}

/* subMenu */
.subMenu {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.subMenu-icon {
    height: 20px;
    margin-left: 5px;
    line-height: 1;
}

.subMenu a {
    color: #333333;
    margin: 0 20px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.subMenu a:hover, .subMenu a:focus, .subMenu a:active {
    color: #333333;
    text-decoration: none
}

.header-admin-active,
.header-admin-active .container {
    background-color: #FECF60 !important;
}

.header-admin_massage {
    top: 20%;
    text-align: right;
    position: absolute;
}

.no_customer_query {
    float: right;
}

.table_check_all {
    padding-top: 1px !important;
}

.smallCardsItems {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.smallCardsItems__item {
    margin: 10px 10px;
    white-space: nowrap;
    background: #ebebeb;
    display: flex;
}

.smallCardsItems__name {
    padding: 10px;

}

.smallCardsItems__name span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 155px;
}

.smallCardsItems__checkbox {
    padding: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.smallCardsItems__checkbox.lead {
    background: #b01b1f !important;
}

.smallCardsItems__checkbox.customer {
    background: #65b551 !important;
}

.smallCardsItems__checkbox.default {
    background: #7a8dab !important;
}

.smallCardsItems__image {
    height: 15px;
}

.smallCardsItems__image {
    max-height: 100%;
}

.table_check_new {
    margin: 0 0;
}

.check_input_new {
    width: auto;
}

.smallCardsItems__mainCheckbox {
    margin: 15px 5px;
    padding: 10px;
}

.swal2-modal {
    font-family: TamlilRegular !important;
}

.td-red td {
    background-color: #ffedee !important;
}

table.beautiTable > tbody > tr > td {
    padding: 10px;
    vertical-align: middle;
}

table.beautiTable > thead > tr > th {
    padding: 10px;
    border-bottom: 2px solid #eee;
}

.btn.text-sm {
    font-size: 12px;
}

/** permissionsList **/
.permissionsList {
    list-style: none;
    white-space: nowrap;
}

.table .permissionsList__sub {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.table ul .permissionsList_li {
    display: flex;
    margin-bottom: 10px;
}

.table ul .permissionsList_li strong {
    min-width: 130px;
    padding: 5px;
}

.table .permissionsList__sub li {
    display: block;
    background: #EFEFEF;
    margin-right: 10px;
    padding: 5px;
}

.permissionsList__group {
    padding: 10px;
    text-align: center !important;
    background: #eee;
}

.custom_form_field_name_name {
    display: none;
}

.btn-disabled {
    opacity: 0.5;
    background: #eee;
    border-color: #aaa;
    cursor: default;
}

.btn-disabled:hover, .btn-disabled:focus, .btn-disabled:active {
    color: #000;
    text-decoration: none;
    background: #eee;
    border-color: #aaa;
}

/* new bc collection */
.new-bc-collection .bc-collection li {
    display: flex;
    height: auto;
}

.new-bc-collection .bc-collection li .row {
    float: none !important;
    display: flex;
    width: 100%;
    margin: 0 !important;
}

.new-bc-collection .list-unstyled .form-group {
    float: none;
    width: auto !important;
    flex-grow: 1;
    margin-left: 20px;
}

.new-bc-collection .list-unstyled input[type=text],
.new-bc-collection .list-unstyled select,
.new-bc-collection .list-unstyled input[type=number],
.new-bc-collection .list-unstyled input[type=email],
.new-bc-collection .list-unstyled .select2 {
    position: static;
}

.new-bc-collection .list-unstyled .form-group label {
    position: static;
}

.new-bc-collection .list-unstyled .col-xs-9 {
    flex-grow: 1;
    width: auto;
    float: none;
}

.new-bc-collection .list-unstyled .col-xs-9 > div {
    display: flex;
}

.new-bc-collection .list-unstyled .col-xs-1 {
    width: auto;
    float: none;
}

.new-bc-collection .bc-collection .btn-danger, .new-bc-collection .address_cont .btn-danger, .new-bc-collection .collectionRemover {
    position: static;
}

.tableCellLike {
    display: flex;
    align-items: center;

}

.tableCellLike > * {
    width: 50%;
    padding: 8px 0;
    border-bottom: 1px solid grey;
}

.select2-container {
    width: 100% !important;
}

#crm_customer_addresses .list-unstyled .select2 {
    height: auto;
    top: 0;
}

.mainPhoneMail > .col-xs-1 {
    width: 3%;
}

/* Emails Section */

.crm_customer_emails_type_wrapper {
    margin-left: 3px;
    margin-top: -1px;
    width: 115px;
}

.crm_customer_emails_email {
    margin-right: 1px;
    margin-left: 5px;
    width: 170px;
}

.crm_customer_emails_nickname_wrapper {
    width: 140px;
    margin-left: 5px;
    margin-right: 1px;
}

.crm_customer_emails_checkbox p {
    display: none;
}

.crm_customer_emails_send-mail p {
    display: none;
}

/* END - Emails Section */

/* Phones Section */

.crm_customer_phones_type_wrapper {
    margin-left: 3px;
    margin-top: -1px;
    width: 115px;
}

.crm_customer_phones_email {
    margin-right: 1px;
    margin-left: 5px;
    width: 170px;
}

.crm_customer_phones_nickname_wrapper {
    width: 140px;
    margin-left: 5px;
    margin-right: 1px;
}

.crm_customer_phones_checkbox p {
    display: none;
}

.crm_customer_emails_send-mail {
    margin-top: -1px;
}

.crm_customer_phones_send-mail {
    margin-top: -1px;
}

.crm_customer_phones_send-mail p {
    display: none;
}

/* END - Phones Section */

@media (max-width: 982px) {

    .crm_customer_emails_type_wrapper {
        width: 100%;
        margin-right: -1px;
        margin-bottom: 10px;
    }

    .crm_customer_emails_email {
        width: 100%;
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .crm_customer_emails_nickname_wrapper {
        margin-top: -13px;
        width: 100%;
    }

    .crm_customer_emails_checkbox {
        margin-right: 50px;
    }

    .crm_customer_emails_checkbox a {
        margin-right: -135px;
        margin-left: 0;
    }

    .crm_customer_emails_checkbox p {
        display: block;
        margin-top: -46px;
        margin-left: -100px;
    }

    .crm_customer_emails_send-mail {
        width: 100%;
        text-align: left;
    }

    .crm_customer_emails_send-mail p {
        display: block;
        margin-top: -20px;
    }

    .bee-collection.phonemails .checkbox {
        margin-right: -100px;
    }

    .bee-collection .sendMailButton {
        left: 23px;
        position: absolute;
        top: 50px;
    }

    /* Phones Section */
    .phonemails .list-unstyled > li {
        height: auto;
        position: relative;
    }

    .crm_customer_phones_type_wrapper {
        width: 100%;
        margin-right: -1px;
        margin-bottom: 10px;
    }

    .crm_customer_phones_email {
        width: 100%;
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .crm_customer_phones_nickname_wrapper {
        margin-top: -13px;
        width: 100%;
    }

    .crm_customer_phones_checkbox {
        margin-right: 50px;
    }

    .crm_customer_phones_checkbox a {
        margin-right: -135px;
        margin-left: 0;
    }

    .crm_customer_phones_checkbox p {
        display: block;
        margin-top: -46px;
        margin-left: -100px;
    }

    .crm_customer_phones_send-mail {
        width: 100%;
        text-align: left;
    }

    .crm_customer_phones_send-mail p {
        display: block;
        margin-top: -35px;
        margin-right: -120px;
    }

    .bee-collection .callButton {
        left: 23px;
        position: absolute;
        top: 50px;
    }

    .bee-collection.phonemails .col-xs-11 {
        width: 84%;
    }
}

@media (max-width: 420px) {

    .col-xs-11 {
        width: 86%;
    }

    .mediaLinkCollection .list-unstyled .col-xs-9 {
        width: 86%;
    }
}

@media (max-width: 324px) {
    .crm_customer_emails_checkbox {
        margin-right: 46px;
    }

    .crm_customer_phones_send-mail {
        margin-right: 168px;
    }

    .crm_customer_emails_send-mail {
        margin-right: 168px;
    }

    .crm_customer_emails_send-mail p {
        margin-right: -210px;
    }
}

.save_buttons_strip .saleReceiptBtns.buttons button {
    margin-left: 0;
}

.save_buttons_strip .saleReceiptBtns.buttons button:last-child {
    margin-left: 30px;
}

.salereceipt_sticky {
    position: fixed;
    z-index: 899;
    display: block;
    top: 103px;
    right: 0;
    left: 0;
}

.salereceipt_sticky__header {
    background: #5694bc;
    color: white;
    text-align: right;
    position: relative;
    z-index: 20;
    padding-right: 65px;
}

.salereceipt_sticky__subHeader {
    background: #bfd8e8;
    transform: translateY(-70px);
    position: absolute;
    right: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    transition: 0.3s all;
}

.salereceipt_sticky__subHeader.active {
    transform: translateY(0);
    opacity: 1;
}

.salereceipt_sticky__subHeader ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.salereceipt_sticky__subHeader li a {
    display: block;
    padding: 3px 40px;
    border-radius: 20px;
    font-weight: 700;
    color: #fff;
    background: #5694bc;
    cursor: pointer;
    margin: 7px 0 7px 10px;
}

.salereceipt_sticky__subHeader li a:hover {
    text-decoration: none;
}

.salereceipt_sticky h2 {
    color: white;
    text-align: right;
    margin: 0;
    font-family: 'TamlilLight';
    padding: 8px 0;
}

.contactSelectorContainer {
    flex: 1;
    min-width: 308px;
}

.contactSelectContainer {
    flex: 1;
    margin-right: 10px;
}

#salereceipt_title-arrow {
    transition: 0.3s all;
}

#salereceipt_title-arrow.spin {
    transform: rotateZ(-90deg);
}

#tile-searches ul {
    padding: 0 0 50px;
    margin: 0;
}

#tile-searches ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 3px;

}

#tile-searches ul li a {
    font-size: 12px !important;
}

/*#tile-searches .owl-item .item {*/
/*padding-top: 70px;*/
/*}*/

div.hp-searches .item {
    margin-left: 10px;
}

div.hp-searches > div:first-of-type {
    width: 92%;
}

@media (max-width: 1199px) {
    div.hp-searches > div:first-of-type {
        width: 87%;
    }
}

@media (max-width: 742px) {
    div.hp-searches > div:first-of-type {
        width: 74%;
    }

    div.hp-searches > div:first-of-type > div:first-of-type {
        margin-right: -100px !important;
    }
}

@media (max-width: 476px) {
    div.hp-searches > div:first-of-type {
        width: 73%;
    }

    div.hp-searches > div:first-of-type > div:first-of-type {
        margin-right: -75px !important;
    }
}

#customer-registered-button {
    font-size: 12px;
    padding: 3px 12px;
    margin-right: 2px;
}

.label-center label {
    text-align: center;
    display: block;
}

/********************************************|    NEW SALES SECTION    |***********************************************/
/******************    cloud_crm/src/CRM/CoreBundle/Resources/views/Sale/index_content.html.twig    *******************/
/**********************************************************************************************************************/

.sales-content-list .lead-table td:first-child {
    min-width: 0;
    width: auto;
}

.sales-content-list .lead-table td:first-child, .sales-content-list .lead-table th:first-child {
    width: 34px !important;
}

.sale_products_table thead tr th {
    padding-right: 10px;
}

/* getting rid of border line between checkbox and date */
.sales-content-list > .no-first-child-img .onerow td:first-child {
    background-image: none !important;
}

.sales-content-list > .no-first-child-img .onerow-original td:first-child {
    background-image: none !important;
}

.sale_products_table > tfoot > tr {
    background-color: #8f9a9a;
}

/* Give some padding between product description name and its left border */
.sales-content-list .lead-table .sales-products-block td:first-child {
    padding-left: 10px !important;
}

/* Fixes background dropdown background-image loop */
.sales-sub-section {
    background-image: none !important;
}

.sales-content-list .search-table .date {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 5px;
    color: #777777;
    width: 140px;
}

.sales-table-content {
    font-size: 16px;
    color: #777777;
}

/* SALE - Table checkbox colors by type */

.sale_type_type_color_0 {
    background: #2ab0b3 !important;
}

.sale_type_type_color_1 {
    background: #579bfc !important;
}

.sale_type_type_color_2 {
    background: #9ecff7 !important;
}

.sale_type_type_color_3 {
    background: #7b8faa !important;
}

.sale_type_type_color_4 {
    background: #7b8faa !important;
}

/**
   This is a template type
 */

.sale_type_type_color_-0, .sale_type_type_color_-1, .sale_type_type_color_-2, .sale_type_type_color_-3, .sale_type_type_color_-4 {
    background: #e51d97 !important;
}

.contact_type_type_color {
    background: #2ab0b3 !important;
}

/* Text makeup */
.sales-content-list .search-table .cboxElement {
    font-weight: lighter;
    color: #777777;
}

.sales-content-list .search-table .company {
    font-weight: bolder;
    color: #646464;
    font-size: 14px !important;
}

.sales-content-list .search-table th a {
    color: #a7a7a7;
}

.sales-content-list .td-type {
    text-align: left;
}

.sales-content-list .search-table th {
    border-top: 1px solid #8e8e8e !important;
    border-bottom: 1px solid #8e8e8e !important;
}

.sales-content-list .lead-table td .td-unknown img {
    background-image: none !important;
}

.sales-content-list .sale_status_color_noPay {
    background: url(../images/paid_none.png) no-repeat 15px 15px !important;
}

/* Customer's Card Ajax */
.sales-content-list #customerPanelsContainer {
    margin: 0 -15px -5px -15px;
}

/* Arrow button */
.sales-content-list .sales-sub-section .show_trigger .sales-sub-trigger {
    visibility: visible !important;
    position: absolute;
    right: -18px;
    margin-top: 18px;
    opacity: initial;
    color: #7F7F81;
}

.contact-sub-section .show_trigger .sales-sub-trigger {
    right: -18px !important;

}

.sales-content-list .sales-sub-section .show_trigger {
    position: relative;
}

.sales-content-list .show_trigger li button {
    font-size: 12px;
    color: #FFFFFF;
    background-color: #788fa9;
    visibility: visible;
    opacity: initial;
}

.sales-content-list .check_cell .show_trigger button {
    color: #7F7F81;
    margin-left: -18px;
}

.sales-files-section-wrapper {
    max-height: 180px;
}

.sales-files-section {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 35px;
    height: 210px;
}

.sales-files-section .sales-file {
    text-align: center;
    margin-left: 20px;
    flex: 0 0 auto;
}

.sales-content-list .white-space-normal {
    white-space: normal;
}

.white-space-normal > p {
    white-space: pre;
}

.sales-files-section .sales-file a {
    color: #E9E9E9;
}

.sales-files-section .sales-file a span {
    font-size: 60px;
}

.sales-files-section .sales-file a h5 {
    font-weight: 100;
}

.scroll-bar-y {
    overflow-x: hidden;
    overflow-y: scroll;
}

.scroll-bar-x {
    overflow-x: scroll;
    overflow-y: hidden;
}

/* Let's get this party started */
.scroll-bar-x::-webkit-scrollbar {
    width: 12px;
    height: 8px;
}

.scroll-bar-y::-webkit-scrollbar {
    width: 8px;
    height: 12px;
}

/* Track */
.scroll-bar::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.scroll-bar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(173, 173, 173);
}

.scroll-bar::-webkit-scrollbar-thumb:window-inactive {
    background: rgb(149, 149, 151);
}

.sales-sub-section .show_trigger {
    padding-top: 0;
}

.sales-sub-section > div > div {
    width: 100%;
    background-color: #7F7F81;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
}

.sales-sub-section__btn-group {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 20px 0 0 10px;
}

.sales-sub-section__btn-group > div {
    margin: 0 10px 0 0;
}

.sales-sub-section__btn-group > div > button {
    height: 28px;
    border-radius: 10px;
    border: 1px solid #969696;
    color: #969696;
    font-size: 13px;
    width: 140px;
    text-align: right;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sales-sub-section__btn-group > div > a {
    height: 28px;
    border-radius: 10px;
    border: 1px solid #969696;
    color: #969696;
    font-size: 13px;
    width: 140px;
    text-align: center;
    padding: 5px 10px;
}

.clock-sub-section__btn-group {
    bottom: 5px;
    right: 9%;
    float: left;
}

.clock-sub-section__btn-group > div > a {
    height: 28px;
    border-radius: 10px;
    border: 1px solid #969696;
    font-size: 13px;
    width: 140px;
    text-align: right;
    padding: 5px 10px;
    cursor: pointer;
}

.sales-content-list .sales-sub-section .show_trigger button span {
    left: 3px;
    height: 0;
}

.sales-sub-section__btn-group > .sale_delete > button {
    width: 100px;
    text-align: center;
}

.contact-sub-section {
    position: relative !important;
}

.dot {
    height: 15px;
    width: 19px;
    border-radius: 50%;
    display: inline-block;
    margin: -2px -6px -5px 4px;
}

.sales-content-list .bootstrap-switch-container {
    background-color: #ffffff;
}

.sales-content-list .show_trigger {
    width: 24px;
}

.customer-mini-panel {
    width: 100%;
    height: 100%;
    background-color: #7F7F81;
    color: #ffffff;
    z-index: 1;
}

.customer-mini-panel > div {
    padding: 0;
}

.customer-mini-panel > div > div > span {
    float: left;
    margin-left: -10px;
}

/* Active Client - checkbox */
.customer-mini-panel > div > div > div > div {
    margin-top: -6px;
    margin-left: -21px;
    float: left;
}

.customer-mini-panel > div > div > div > a > img {
    margin-top: -8px;
}

/* Manager - image */
.customer-mini-panel > div > div > div > div > div > a > div {
    margin: -2px -10px 0 0;
}

/* mini-panel Client - checkbox */
#mini-panel-client > div > div {
    margin-left: 33px;
}

#mini-panel-client > div > div > div {
    margin-left: 25px;
}

/* mini-panel Client - Text */
#mini-panel-client > div > span {
    /*margin-right: -20px;*/
}

/* mini-panel Manager - Text */
#mini-panel-manager > div > span {
    margin-right: -14px;
}

#mini-panel-phone > div {
    margin-left: -10px;
}

#mini-panel-phone > div > span {
    margin-right: -20px;
}

#mini-panel-checkbox {
    padding-right: 10px;
}

#mini-panel-checkbox > div > span {
    margin-right: -16px;
}

.sales-content-list .show_trigger {
    width: 100%;
    height: 60px;
}

.sales-content-list .td-owner {
    width: 100px;
}

.sales-content-list .td-owner .userImage {
    margin-right: 50%;
}

.sales-content-list .td-owner div {
    float: right;
}

.sales-content-list .td-owner div span {
    font-size: 16px;
    margin: 7px 5px 0 -5px;
}

.loading-table-wrapper {
    text-align: right;
}

.loading-table-wrapper > div.panel.general_info > tbody > tr > td {
    margin-left: 20px;
}

.loading-table-wrapper .general_info > div.content > div > div.scroll > div > table > tbody > tr > td > label {
    margin-left: 20px;
}

.loading-table-wrapper #customerPanelsContainer > div.panel.calls > div.content > div > div.scroll > table > tbody > tr > td > div > span {
    top: -6px;
}

.loading-table-wrapper .userTd .userImage {
    top: 3px;
}

.sales-products-block {
    display: none;
}

.sale_table_type_type_color_0 table thead tr > th {
    background: #2ab0b3 !important;
}

.sale_table_type_type_color_1 table thead tr > th {
    background: #579bfc !important;
}

.sale_table_type_type_color_2 table thead tr > th {
    background: #9ecff7 !important;
}

.sale_table_type_type_color_3 table thead tr > th {
    background: #7b8faa !important;
}

.sale_table_type_type_color_4 table thead tr > th {
    background: #7b8faa !important;
}

.sale_table_product_table_wrapper .sale_products_table tr:nth-child(even) {
    background-color: transparent !important;
}

/*****************************************|    END OF - NEW SALES SECTION    |*****************************************/

/*****************************************|    NEW CONNECTIONS SECTION    |********************************************/
/*******************    cloud_crm/src/CRM/CoreBundle/Resources/views/Interaction/list.html.twig    ********************/
/**********************************************************************************************************************/
/**
@Oliv1208 These values are overriden in /src/CRM/CoreBundle/Resources/views/Interaction/list.html.twig on line 297
 */
/* CONNECTIONS - Table checkbox colors by type */

/******************** שיחה - 1 */
.conections_type_type_color_1 {
    background: #1BA7AB !important;
}

/******************** דוא״ל - 2 */
.conections_type_type_color_2 {
    background: #A71A1D !important;
}

/******************* פגישה - 3 */
.conections_type_type_color_3 {
    background: #F09500 !important;
}

/***************** דבר דואר - 4 */
.conections_type_type_color_4 {
    background: #498EFF !important;
}

/* 5 - SMS *********************/
.conections_type_type_color_5 {
    background: #B069AC !important;
}

.conections_type_type_color_6,
.conections_type_type_color_8,
.conections_type_type_color_9,
.conections_type_type_color_14,
.conections_type_type_color_17 {
    background: #9ccd96 !important;
}

.conections_type_type_color_7,
.conections_type_type_color_10,
.conections_type_type_color_12,
.conections_type_type_color_13,
.conections_type_type_color_16,
.conections_type_type_color_18 {
    background: #c5bd76 !important;
}

.conections_type_type_color_7,
.conections_type_type_color_11,
.conections_type_type_color_19,
.conections_type_type_color_20 {
    background: #A71A1D !important;
}

.sales-sub-section__btn-group > .connection_delete > button {
    width: 100px;
    text-align: center;
}

.td-follow > .openColorBoxChecker > span {
    margin-right: 25%;
}

.td-follow {
    width: 50px;
}

/* Used in Sales and Interactions */
.c-mini {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
}

#interactions-first-collapse-wrapper {
    width: 100%;
}

#interactions-first-collapse-wrapper > div {
    padding: 20px 20px 0 10px;
}

#interaction-text-area {
    line-height: 20px;
    padding-bottom: 20px;
    max-height: 120px;
}

.btn-static {
    background-color: white;
    border: 1px solid lightgrey;
    cursor: default;
}

.btn-static:active {
    -moz-box-shadow: inset 0 0 0px white;
    -webkit-box-shadow: inset 0 0 0px white;
    box-shadow: inset 0 0 0px white;
}

.repeat-img {
    position: absolute;
    margin-top: -25px;
}

.sales-content-list .mp3 img {
    margin-left: 10px;
}

.show_i .panel .latest-sales td {
    vertical-align: middle !important;
    padding: 5px 0 !important;
}

.innerborder-sales {
    display: block;
    top: 6px;
    left: 0;
    right: 0;
    bottom: 6px;
    border-right: 1px solid #585858;
    padding-right: 10px;
    padding-left: 10px;
    white-space: normal;
    overflow: hidden;
}

.btn-contacts {
    height: 28px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #969696;
    color: #969696 !important;
    font-size: 13px;
    width: 100px;
    padding: 5px 10px;
}

.btn-contacts:hover {
    color: #ffffff !important;
    background-color: #788fa9;
    border-color: #ffffff;
    transition: 0.5s;
}

.btn-contacts-create-new {
    width: auto;
}

.white-separator {
    background: white;
    position: relative;
    width: 100px;
    height: 6px;
}

.color-inline_type_customer {
    position: absolute;
    top: 0px;
}

.table_check_card_color {
    width: 10px;
    height: 60px;
    margin: -10px -10px 0 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 19px;
    line-height: 15px;
    z-index: 1000;
    position: relative;
}

.table_check_card_color_sale {
    width: 10px;
    height: 60px;
    margin: -12px -10px 0 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 19px;
    line-height: 15px;
    z-index: 1000;
    position: relative;
}

.table_check_card_color.default {
    background: #7a8dab !important;
}

.table_check_card_color_sale.default {
    background: #7a8dab !important;
}

.default-lead-color {
    background: #b01b1f;
}

form .row .productsSumAffectOnBalanceCollapserContainer {
    position: relative;
    margin-bottom: 0 !important;
    transition: 0.4s all;
}

.productsSumAffectOnBalanceCollapser:hover {
    opacity: 1;
    color: black;
    text-decoration: none;
}

productsSumAffectOnBalanceCollapser.collapsed {

}

.productsSumAffectOnBalanceCollapser:active, .productsSumAffectOnBalanceCollapser:focus, .productsSumAffectOnBalanceCollapser:hover {
    color: black;
    text-decoration: none;
}

.productsSumAffectOnBalanceCollapserContainer:hover .productsSumAffectOnBalanceCollapser {
    visibility: visible;
    opacity: 1;
}

form .row .productsSumAffectOnBalance {
    margin-top: 0 !important;
    border-bottom: 0;
}

form .row .productsSumAffectOnBalance label {
    color: #a94442;
}

.productsSumAffectOnBalanceCollapser {
    transition: 0.4s all;
    position: absolute;
    color: black;
    opacity: 0;
    padding-left: 20px;
    right: -40px;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    padding-right: 20px;

}

.productsSumAffectOnBalanceCollapser.collapsed span {
    transform: rotate(0deg);
}

.productsSumAffectOnBalanceCollapser span {
    transform: rotate(-90deg);
    transition: 0.4s all;
}

#customer-registered-button {
    font-size: 12px;
    padding: 3px 12px;
    margin-right: 2px;
}

.newInSelect2 {
    display: block;
    color: #000;
    margin-top: 10px;
    padding: 7px 7px;
    border-top: 1px solid #aaa;
    text-decoration: none;
    cursor: pointer;

}

.newInSelect2:hover, .newInSelect2:active, .newInSelect2:focus {
    color: #000;
    background: #EFEFEF;
    text-decoration: none;
}

.choseCustomerFromSelect2 {
    display: block;
    margin-right: 15px;
    font-size: 16px;
    color: #aaa;
    font-weight: bold;
}

.default-customer-color {
    background: #65b551;
}

.task_mini_card_wrapper {
    position: relative;
    width: 100%;
    height: 60px !important;
    /*padding-left: 9px;*/
}

.task_mini_card_wrapper > .customer-mini-panel > .table_check_card_color_sale {
    margin: -12px 0px 0 0;
}

.task_mini_card_wrapper > .loading-table-wrapper > .show_customer > .customer-loaded {
    margin: 0 1px -5px -13px;
}

.mini-card-status {
    height: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
}

.sales-sub-section > .show_trigger > .customer-mini-panel > #mini-panel-checkbox > div > span {
    bottom: 22px !important;
}

clock-report td:first-child {
    width: 100% !important;
    min-width: 120px;
    padding: 0 !important;
    background-image: url(../images/icons/customer/line.png);
}

.clock-report td:first-child {
    min-width: 0;
    width: auto;
}

.clock-report td:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 10%;
}

.upload-contact-image {
    width: 60px !important;
    height: 60px;
    background: #eceded;
    border-radius: 50%;
    overflow: hidden;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    line-height: 60px;
    margin-right: -12px;
}

.choseCustomerFromSelect2:hover, .choseCustomerFromSelect2:active, .choseCustomerFromSelect2:focus {
    color: #aaa;
    text-decoration: none;
}

.blured {
    opacity: 0.7;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.clock-worker-input + span {
    direction: rtl;
}

.clock-worker-input + span > span > span > ul > li > input {
    padding-right: 10px !important;
}

.no-padding {
    padding: 0;
}

.special-table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd !important;
    padding: .35em;
}

.special-table th,
.special-table td {
    padding: .625em !important;
    text-align: center;
}

.special-table tbody td {
    background-color: #FFFFFF;
}

.special-table th {
    font-size: .85em;
    letter-spacing: .1em;
}

.special-table > thead > tr > th, .special-table > tbody > tr > th, .special-table > tfoot > tr > th, .special-table > thead > tr > td, .special-table > tbody > tr > td, .special-table > tfoot > tr > td {
    border: 1px solid #DDDDDD !important;
}

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


    .special-table {
        border: 0;
    }

    .special-table caption {
        font-size: 1.3em;
    }

    .special-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .special-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .special-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .special-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .special-table td:last-child {
        border-bottom: 0;
    }
}

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

.cf-hide-on-table-0 {
    padding: 7px 5px !important;
}

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

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

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

/* Fixing the collection mess */
.fixedCollectionUi .list-unstyled .row {
    width: 97%;
    margin: 0 !important;
}

.fixedCollectionUi .list-unstyled .form-group {
    float: none;
    clear: both;
}

.fixedCollectionUi .fixedCollectionUi__child {
    display: flex;
    flex-direction: row;
}

.fixedCollectionUi .list-unstyled input[type=text],
.fixedCollectionUi .list-unstyled select,
.fixedCollectionUi .list-unstyled input[type=number],
.fixedCollectionUi .list-unstyled input[type=email],
.fixedCollectionUi .list-unstyled .select2,
.fixedCollectionUi .form-group label {
    position: static;
}

.fixedCollectionUi .form-group {
    margin-bottom: 0;
}

.fixedCollectionUi .form-group:first-child {
    margin-left: 1%;
}

.fixedCollectionUi .list-unstyled li:after {
    content: "";
    display: block;
    clear: both;
}

.fixedCollectionUi .list-unstyled li {
    height: auto;
    padding: 15px 0;
}

.showPaymentsSaleChevron {
    transition: all 0.4s;
    position: absolute;
    width: 5px;
    float: right;
}

.showPaymentsSaleChevron a {
    color: #000;
}

.showPaymentsSaleChevron a.collapsed span {
    transform: rotate(0deg);
}

.showPaymentsSaleChevron a span {
    transform: rotate(-90deg);
    transition: all 0.4s;
}

#collapsePayments .list-unstyled li {
    margin-top: 10px;
    padding: 0;
}

#collapsePayments .list-unstyled .row {
    margin: 0 !important;
    padding: 2px 0;
}

#collapsePayments .refundItem {
    padding: 4px;
    padding-top: 15px;
    margin-top: 15px;
    border-right: 10px solid #aed7d8;
    margin-bottom: 7px;
}

.toggleArrow span {
    transform: rotate(-90deg);
    transition: all 0.4s;
}

.toggleArrow.collapsed span {
    transform: rotate(0deg);
}

.task-duplication {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    position: relative;
    top: -3px;
    left: 3px;
    text-align: right;
    max-height: 5px;
}

.form-group-task-duplication-right {
    float: right;
    left: 10px;
    position: relative;
}

.form-group-task-duplication-left {
    float: left;
}

#task-dropdown-duplicate {
    min-width: 151px !important;
    width: 149px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding-right: 1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-color: #231f20;
    right: 3px;

}

#approveToDeleteCustomer {
    margin: 0;
}

.price-per-weight,
.price-list {
    top: -14px !important;
    height: 28px !important;
}

.task-dropdown-duplicate-a {
    border-color: white !important;
    width: 120px;
    height: 35px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding-right: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 15px !important;
    background-color: #ffffff !important;
}

.task-duplication-wrapper {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding-right: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-color: #231f20;
}

.task-duplication-button {
    border-left: none;
    height: 35px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.task-duplication-main-button {
    width: 120px;
    height: 35px;
    padding-right: 4px;
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
    background-color: #ffffff !important;
    border-color: #231f20;
    color: #231f20 !important;
    border-right: none;
}

.fw-700 {
    font-weight: 700;
}

.custom-type-button-bootstrap-collection {
    width: 35px;
    height: 46px;
    font-size: 30px;
    line-height: 46px;
    color: #fff;
    background-color: #aed7d8 !important;
    padding: 0 !important;
    text-align: center;
    float: right;
}

audio {
    height: 35px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.sale_contact_new {
    font-weight: normal;
    font-size: 14px;
    font-family: 'TamlilRegular';
}


.mw-150 {
    min-width: 150px;
}

.pr-15 {
    padding-right: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.customer-boxes .customer-box-line {
    display: flex;
    align-items: center;
    margin: 7px 0;
    border-bottom: 1px solid #d2d2d2;
    line-height: 1.2;
}

.customer-boxes .customer-box-line > div {
    padding: 5px 6px;
    width: auto;
}

.customer-boxes .customer-box-line .date a {
    color: #3a3939;
    font-weight: 600;
    display: block;
    letter-spacing: 0.5px;
    font-size: 11px;
    text-align: center;
}

.customer-boxes .customer-box-line .date {
    margin: 0;
}

.customer-boxes .customer-box-line .date a:hover {
    text-decoration: none;
}

.customer-boxes .customer-box-line .description {
    flex: 1;
    font-size: 12px !important;
    line-height: 1.3;
    white-space: normal;
}

.customer-boxes .customer-box-line .price {
    font-size: 12px !important;
    white-space: nowrap;

}

.customer-boxes .customer-box-line .price .symbol {
    color: #9e9e9e;
    font-size: 11px !important;
}

.customer-boxes .customer-box-line__sale {
    min-height: 45px;

}

.customer-boxes .customer-box-line .interactionTypeUi img {
    height: 24px;
    margin-left: 9px;
    opacity: 0.8;
}

#crm_corebundle_sale_productProviders label {
    margin: 0 auto;
    text-align: center;
    display: block;
}

#crm_corebundle_sale_productProviders .list-unstyled .col-xs-1, #crm_corebundle_salereceipt_products .list-unstyled .col-xs-1 {
    width: 5%;
}

#crm_corebundle_sale_productProviders .list-unstyled .col-xs-9, #crm_corebundle_salereceipt_products .list-unstyled .col-xs-9 {
    width: 95%;
}

#crm_corebundle_sale_productProviders .form-group:last-child label {
    padding-left: 12%;
    text-align: left;

}

#crm_corebundle_sale_productProviders .form-group:last-child input {

    direction: ltr;
    border: none;
    background: transparent;
    box-shadow: none;
    color: #00a5a7;
    font-family: 'TamlilBold';
    font-size: 16px;
}

.pb-15 {
    padding-bottom: 15px;
}

#form_interactionSet + span.select2,
#form_worker + span.select2 {
    min-width: 155px !important;
}

.calendar_slot_duration {
    display: inline-block;
    width: 15%;
}

@media (max-width: 767px) {
    .calendar_slot_duration {
        width: 100%;
    }
}

.rounded-btn {
    border-radius: 3px;
}

.pt20 {
    padding-top: 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .reg_icon, #free-logo {
        display: none;
    }

    .container-fluid {
        margin-top: 0;
    }

    .sale_contact_new {
        padding: 0;
        margin-bottom: 15px;
    }
}

.table-condensed-list-view .customer-loaded td:first-child {
    width: 95px !important;
    max-width: 95px;
    overflow: hidden;
}

.table-condensed-list-view .customer-loaded td:last-child {
    padding-right: 10px;
}

.table-condensed-list-view .customer-loaded td:last-child,
.table-condensed-list-view .customer-loaded h1 {
    color: #000;
}

.table-condensed-list-view .customer-loaded .show_i td {
    color: #585858;
}

.table-condensed-list-view.checked .table_check,
.table-condensed-list-view.checked .check_text,
.check_cell-list-view.hovered .table_check,
.check_cell-list-view.hovered .check_text {
    margin-right: 0;
}

.export-row {
    margin-top: 2%;
    margin-bottom: 1%;
}


.list-view-table td {
    font-size: 14px !important;
    line-height: 15px !important;
    border-top: 1px solid #e0e0e0 !important;
    border-right: none !important;
    background-image: url(../images/icons/customer/line.png);
    background-position: 0% 50%;
    vertical-align: middle;

}

.check_text_listview {
    display: none;
}

.list-view-table {
    font-size: 14px !important;
    line-height: 15px !important;
    border-right: none !important;
    vertical-align: middle !important;
    white-space: nowrap;
}


.list-view-table td:last-child {

    background-image: unset;

}


.table-condensed-list-view td {
    background-repeat: no-repeat;
    vertical-align: middle !important;
}

.check_input-list-view {
    width: 34px;
    overflow: hidden;
    z-index: 2;
}

tfoot td:first-child {

    padding: 0 !important;
    background: #DBDBDB;
}

tfoot td:nth-child(2), tfoot td:nth-child(3) {

    padding: 0 !important;
    background: #DBDBDB !important;
}


.table-condensed-list-view > thead > tr > th,
.table-condensed-list-view > tbody > tr > th,
.table-condensed-list-view > tfoot > tr > th,
.table-condensed-list-view > thead > tr > td,
.table-condensed-list-view > tbody > tr > td,
.table-condensed-list-view > tfoot > tr > td {
    padding: 0px;
}

.table-condensed-list-view th {
    font-size: 13px;
    color: #999;
    white-space: nowrap;
    text-align: center;
    font-weight: normal !important;
    border-bottom: 1px solid #000 !important;
}

.table-condensed-list-view {
    margin-top: 10px;
}

.check_all_list_view {
    float: right;
    margin-bottom: 5px !important;
    margin-right: 10px !important;
}

.check_cell-list-view {
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;

}

.table-condensed-list-view tr.odd {
    background-color: #f9f9f9;
}

.table-condensed-list-view.checked .table_check,
.table-condensed-list-view.checked .check_text,
.check_cell-list-view.hovered .table_check,
.check_cell-list-view.hovered .check_text {
    margin-right: 0;
}

.check_cell-list-view:hover .show_trigger button {
    visibility: visible;
    opacity: 1;
}

.list-view-table a {
    color: #999;
}

.color-green {
    color: #5cb85c !important;
}

.fa-1-5x {
    font-size: 1.5em !important;
}

.incoming-sms-table > tbody > tr > td {
    font-size: 15px !important;
}

.noCkEditor {
    text-align: right !important;
}

.no-margin {
    margin: 0 !important;
}

.mb-mt-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

.call-log-table tr.odd {
    background-color: #f9f9f9;
}

.call-log-table td {
    padding: 1px !important;
}

.check-call-log-table {
    height: 54px;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.check-input-call-log {
    width: 10px;
    overflow: hidden;
    z-index: 2;
}

.call-log-table td:first-child {
    background-image: none;
}

.search-table-reports {
    border-bottom: none !important;
    border-collapse: separate;

}

.search-table-reports td {

    line-height: 15px !important;
}

.search-table-reports td:nth-child(2) {

    background-image: none !important;
}

.search-table-reports th:first-child {
    background-image: none;
}

.search-table-reports > tbody > tr > td {
    padding: 1px !important;
}

.check_cell_report {
    height: 54px;
    width: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.check_input_report {
    width: 15px;
    overflow: hidden;
    z-index: 2;
}

.report_footer_td {
    border-top: none !important;
}

.report_footer_td_background {
    background: #DBDBDB !important;
}

.circleIndicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #aaa;
}

#interaction-popup-container {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
    pointer-events: none;
}

.red-circle {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #D94026;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    padding-top: 2px;
    z-index: 10;
    flex-shrink: 0;
    color: white;
    margin-top: -5px;
    right: 10px;
    top: 10px;
}

.gray-circle {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #7d7d7d;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    padding-top: 2px;
    z-index: 2;
    flex-shrink: 0;
    color: white;
    opacity: 0.75;
}

.red-circle.small {
    width: 8px;
    height: 8px;
}

@media (min-width: 1080px) {
    .w-30-percent {
        width: 30%;
    }
}

.interaction-auto {
    margin-left: 10px !important;
    width: auto;
    margin-top: 4px;
    padding: 5px;
}

#loader {
    display: none;
    z-index: 1;
    background: url('custom_kaveret_loader.gif') no-repeat center center;
    top: 50%;
    position: absolute;
    right: 45%;
    width: 150px;
    height: 150px;
}
.interaction-section-loader{
    width: unset !important;
    right: 1px !important;
    left: 50% !important;
    top: 60% !important;
    transform: translate(-50%, -50%);
}

#loading-body {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-body-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}

.payments-register-box {
    padding: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(222,222,222,0.42) 100%);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    margin: 60px auto 0;
}

.payments-register-box__logo > img {
    height: 65px;
    display: block;
    margin: 0 auto;
}

.payments-register-box__text {
    text-align: center;
    font-size: 17px;
    margin: 25px;
    line-height: 1.7;
}

.payments-register-box__btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 35px;
}

.payments-register-box__btn > .btn {
    font-size: 18px;
    width: 200px;
    padding: 11px;
    background: #FECF61;
}

.tab-pane-active-hack-custom-fields input[type=text],
.tab-pane-active-hack-custom-fields input[type=email] {
    height: 34px;
}

.merging__informations {
    color: red;
}
.interaction__tickets__data {
    align-items: center;
    justify-content: flex-start;
}
.hide-options {
    visibility: hidden;
}
.customer-interaction-link {
    color: #fff;
}

.customer-interaction-link:hover {
    color: #fff;
    text-decoration: none;
}

.listViewToRender{
    color: #999;
    font-size: 14px;
}
.simple-search-list-view > form {
    right: 10px;
    position: relative;
    width: 98%;
}

@media (min-width: 769px) {
    .advance-search-list-view {
        padding-left: unset;
        float: left;
    }
}

.enable-tooltip-hover {
    pointer-events: auto !important;
}

/*Tooltip*/
.tooltip {
    display: block !important;
    z-index: 10000;
}

.tooltip .tooltip-inner {
    background: black;
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
    z-index: 1;
}

.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
    margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[x-placement^="left"] {
    margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: black;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(black, .1);
}

.tooltip.popover .popover-arrow {
    border-color: #f9f9f9;
}

.tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s;
}

.ticket-table td:first-child{
    min-width: 120px;
    padding: 0 !important;
    background-image: url(../images/icons/customer/line.png);
}

.ticket-table tr.odd {
    background-color: #f9f9f9;
}

.ticket-table td {
    font-size: 14px !important;
    line-height: 15px !important;
    border-top: 1px solid #e0e0e0 !important;
    border-right: none !important;
    background-image: url(../images/icons/customer/line.png);
    background-position: 0% 50%;
    vertical-align: middle !important;
    white-space: nowrap;
    background-repeat: no-repeat;
}

.ticket-table .infodata table tbody tr td{
    background-repeat: no-repeat !important;
    min-width: 50px !important;

}
.ticket-table .infodata table tbody tr td:first-child{
   background-repeat: no-repeat !important;
   width: 90px !important;
   min-width: 90px !important;
}
.ticket-general-report{
    border-top: 1px dotted #000 !important;
}

.email-from {
    float: left;
    position: relative;
    font-size: 16px;
    font-weight: 100;
    color: #828282;
    top: 16px;
    padding-left: 14px;
}

.email-from__standalone {
    font-size: 16px;
    font-weight: 100;
    color: #ffffff;
    padding-left: 25px;
    padding-top: 14px;
    margin-right: auto;
}

.mass_action_form {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

@media (max-width: 500px) {
    .mass_action_form {
        flex-wrap: wrap;
    }
}

.display-flex {
    display: flex;
}

.attachment-icon {
    margin-right: auto;
}

/* Dropdown Generic Start */

.dropdown-generic {
    position: relative;
    display: inline-block;
}

.dropdown-content-generic {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 10px;
    right: 10px;
}

.dropdown-content-generic a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

.dropdown-content-generic a:hover {background-color: #f1f1f1}

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


/* Dropdown Generic End */

.message_block .message .textarea {
    overflow: visible!important;
}

.customers-autocomplete {
    display: block;
    width: 100%;
    height: 34px;
    border-color: #aaaaaa;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    padding: 0 12px;
}

.customers-autocomplete-label {
    font-family:'TamlilRegular', Arial;
}

.margin-left {
    margin-left: 5px!important;
}

.answer-all {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 9px;
}

.ui-autocomplete-loading {
    background: white url("../images/spinner.gif") left center no-repeat;
    background-size: 30px 30px;
}


/* New Interaction */

#new-interaction-contact {
    flex: 1;
}

#new-interaction-branch {
    flex: 1;
    margin-right: 10px;
}

#clearContactSelectBtn.classClearContactSelectBtn {
    padding: 5px;
    font-size: 12px;
    margin-right: 10px;
}

#new-interaction-user {
    margin-right: 10px;
}

#new-interaction-start-date {
    margin-right: 10px;
}

#new-interaction-until {
    margin-right: 5px;
    font-size: 16px;
}

#new-interaction-end-date {
    margin-right: 15px;
}


/* Font Awesome color */

.fa-color {
    color: #ABADAF;
}

.spinner-loader {
    display:none;
    z-index: 9999;
    top: 25%;
    position: absolute;
    left: 45%;
}

/**
 for ticket dashboards
 */
@media (min-width: 992px) {
    .col-md-2-5{
        width: 20%;
    }
    .col-md-9-5{
        width: 75%;
    }
}

form[name="crm_externalpagesbundle_template"] .row .col-md-12 .row .col-md-12 .form-group textarea[name="crm_externalpagesbundle_template[scripts]"]
{
    text-align: left !important;
    direction: ltr !important;
}

.single-chat-email-icon,
.single-chat-sms-icon,
.single-chat-whatsapp-icon {
    cursor: pointer;
}