@media (min-width: 768px) and (max-width: 1000px) {
   .collapse {
       display: none !important;
   }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.loginscreen > div:first-child h1 {
    font-size: 65px;
    letter-spacing: -5px;
    margin-bottom: 40px;
}

.loginscreen > div:first-child h1 img {
    width: 100%;
}

.header-profile button, .header-profile img {
    border-radius: 100%;
}
.header-profile button {
    border-color: #e5e5e5;
    height: 34px;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 34px;
    margin-bottom: 3px;
}
.header-profile button:hover img {
    opacity: 1;
}
.header-profile button img {
    height: 32px;
    opacity: 0.8;
    width: 32px;
}

.header-profile {
    margin-left: 10px !important;
}

.main-right-nav li {
    margin-left: 20px;
}

.help-block {
    color: #ed5565 !important;
}

.main-right-nav > li:last-child {
    margin-left: 5px;
}

.form-group-upload {
    position: relative;
    overflow: hidden;
}

.form-group-upload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
}

.avatar-big img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.form-collection-item-remove {
    flex-shrink: 0;
    padding-top: 5px;
    text-align: right;
    width: 30px;
}

.form-collection-item-edit {
    flex-shrink: 0;
    padding-top: 38px;
    text-align: right;
    width: 30px;
}

.form-collection-item {
    display: flex;
    margin-bottom: 15px;
    position: relative;
}

.form-collection-group {
    width: 100%;
}

.form-submit-box.ibox {
    margin-bottom: 0;
}

.form-submit-box.ibox .form-group {
    margin-bottom: 0;
}

.form-submit-box.ibox .form-group button {
    margin-bottom: 0;
}

input[type="checkbox"] {
    margin-left: 0 !important;
}

.client-add {
    padding: 8px 15px !important;
}

.client-add a {
    padding: 6px 12px !important;
    background-color: #1ab394;
    border-color: #1ab394;
    color: #ffffff !important;
    min-height: 0 !important;
}

.client-add a:focus,
.client-add a:hover {
    color: #ffffff !important;
    background-color: #18a689 !important;
    border-color: #18a689 !important;
}

.customFields .form-group .form-group {
    margin-bottom: 0;
}

.customFields .form-collection-item {
    margin-bottom: 0;
}

.collectionEditRemove {
    padding-right: 0 !important;
}

.ibox-content-list {
    clear: both;
}
.ibox-content-list {
    background-color: #ffffff;
    border-bottom: 1px solid #e7eaec;
    color: inherit;
    padding: 0 20px;
    margin-bottom: 5px;
}

.margin-top-20 {
    margin-top: 20px;
}

.col-xs-4.no-padding-right {
    padding-right: 0;
}

.padding-right-5 {
    padding-right: 5px;
}

.div-row {
    margin: 0;
}

.div-row .col-md-4 {
    padding-left: 0;
}

.div-row .col-md-1 {
    padding: 0;
    text-align: right;
    width: 56px;
}

.category-wrapper {
    display: inline-block;
    /*overflow: hidden;*/
    height: 36px;
}

.wrapper-search-category {
    padding-right: 0;
}

.wrapper-search-category > div, .wrapper-search-category > button {
    white-space : nowrap;
}

.wrapper-search-category button {
    margin-bottom: 5px;
    margin-right: 5px;
    float: right;
}

.category-add {
    margin-right: 0 !important;
}

.wrapper-search-category .badge {
    background: #F5F5F5;
    color: #676a6c;
    border: 1px solid #e7eaec;
}

.feed-element-wrapper {
    display: flex;
    margin-bottom: 15px;
    position: relative;
}

.feed-element-group {
    width: 100%;
}

.feed-element-remove {
    flex-shrink: 0;
    text-align: right;
    width: 45px;
}

.files-list li {
    font-size: 13px;
}

.files-list li .remove-file span {
    color: #337ab7;
}

.files-list li .remove-file span:hover {
    color: #23527C;
}

.permission-file span,
.permission-file span:hover {
    color: #337ab7;
    margin-right: 5px;
}

.files-list .files-list-span {
    margin-right: 10px;
}

.wrapper-files .form-collection-item-remove span {
    padding-right: 10px;
}

.wrapper-project-list {
    display: -webkit-flex;
    display: flex;
}

.alpha {
    width: 45px;
}

.alpha-wrapper {
    width: 45px;
    margin-top: 49px;
}

.alpha.stick {
    position: fixed;
    top: 0;
}

.project-list {
    -webkit-flex: 1;
    flex: 1;
}

.project-list table td:first-child {
    width: 42px;
}

.alpha ul {
    padding: 0;
}

.alpha ul li {
    list-style: none;
}

.alpha ul li a {
    display: table-cell;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}

.alpha ul li a.active {
    background: #1ab394;
    color: #ffffff;
    border-radius: 3px;
}


table.table tr.item:nth-child(1) td {
    border-top: 0;
}


@media (max-width: 970px) {

    .navbar-hidden {
        display: none !important;
    }

    .navbar-show {
        margin: 7.5px -15px !important;
    }

    .navbar-show li {
        display: block !important;
        margin-left: 0;
    }

}

.navbar-mobile-logout {
    background-color: transparent;
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #676a6c;
}

button.navbar-toggle {
    margin-right: 0;
    margin-top: 9px;
    margin-bottom: 6px;
}

.navbar-mobile-logout .header-profile {
    margin-left: 10px !important;
}

.navbar-mobile-logout .li-logout a {
    padding-right: 5px !important;
}

.ibox-title.withButtons h5 {
    margin-top: 10px;
}

.ibox-title.withButtons h5 a {
    margin-bottom: 0;
    margin-left: 4px;
}

.ibox-title.withButtons h5 .label a {
    color: #fff;
}

.ibox-title.withButtons h5.clientName .label-white {
    color: #676a6c;
    background: white none repeat scroll 0 0;
    border: 1px solid #e7eaec;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ibox-title .tag-wrapper {
    margin-left: 11px;
}

.ibox-title.withButtons .ibox-tools {
    height: 39px;
}

.btn-danger {
    color: #ffffff !important;
}

.btn-gray {
    background: #D1DADE !important;
}

table .collectionEdit-remove {
    padding-right: 0 !important;
    width: 23px;
}

.form-inline-table > * {
    display: table-cell;
    padding-right: 10px;
    vertical-align: top;
}

.list-user-add .form-group:nth-child(1),
.list-user-add .form-group:nth-child(2),
.list-user-add .form-group:nth-child(3),
.list-user-add .form-group:nth-child(4) {
    width: 25%;
}

.list-user-add3 .form-group:nth-child(1),
.list-user-add3 .form-group:nth-child(2),
.list-user-add3 .form-group:nth-child(3) {
    width: 33.3%;
}

.list-group-add .form-group {
    width: 100%;
}

.form-inline-table > .form-group:last-of-type {
    padding-right: 0;
}



h4.title {
    margin-bottom: 20px;
}

.first-list .btn {
    margin: 15px 0;
}

.navbar-show li:last-child {
    margin-left: 0 !important;
}

.i-checks label {
    font-weight: normal;
}

.header-notifications-button,
.header-help-button,
.faq-button .btn,
.chat-button .btn,
.inbox-button .btn,
.list-table-button .btn {
    background: #fff none repeat scroll 0 0;
}

.notifications-item {
    padding: 4px 18px 4px 15px;
}

.notifications-item-wrapper {
    display: table;
    width: 100%;
    margin-left: 0 !important;
}

.notifications-item {
    vertical-align: top;
    width: 100%;
}

.notifications-item time {
    line-height: 12px;
    margin: 0 0 3px;
    color: #cccccc;
    display: block;
    float: right;
}

.notifications-item-title {
    line-height: 12px;
    margin: 0 0 3px;
    font-size: 13px;
    color: #1ab394;
}

.notifications-item-content {
    margin: 0;
    position: relative;
    font-size: 13px;
}

.notifications-item-wrapper:hover {
    background: #F3F3F4;
    cursor: pointer;
}

.notification-button,
.help-button {
    color: #676a6c;
}

button.header-notifications-button:focus,
button.header-notifications-button:hover,
button.header-help-button:focus,
button.header-help-button:hover,
.faq-button button:hover,
.faq-button button:focus {
    color: #1ab394 !important;
}

li.li-logout a {
    padding-left: 5px !important;
}

.input-group-btn.special {
    padding-left: 10px;
}

.input-group-btn.special a {
    border-radius: 3px !important;
}

.input-group-btn.search button {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.avatars {
    margin-top: 20px;
    height: 32px;
    overflow: hidden;
}

.avatars img {
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
}

@media (min-width: 1100px) {
    .show-mobile-1100 {
        display: none;
    }
}

@media (max-width: 1100px) {
    .hidden-mobile-1100 {
        display: none !important;
    }
}

@media (max-width: 600px) {
    .hidden-mobile-600 {
        display: none;
    }
}

@media (max-width: 400px) {
    .hidden-mobile-400 {
        display: none;
    }
}

.header-profile > button .badge {
    background: #EC4758 none repeat scroll 0 0;
    font-size: 10px;
    padding: 2px 5px;
    position: absolute;
    right: -5px;
    top: -5px;
    color: #fff;
    font-weight: bold;
}

.notification-empty {
    text-align: center;
    padding: 10px 0;
}

.bold {
    font-weight: bold;
}

.notification-list {
    padding-left: 0;
}

.notification-list .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    display: block;
}


.client-add-upload-button,
.import-upload,
.sale-edit-upload-button,
.sale-add-upload-button,
.client-edit-mail-upload-button,
.inbox-upload-button {
    overflow: hidden;
    position: relative;
}

.client-add-upload-button.marginBottom {
    margin-bottom: 15px;
}

.wrapper-files .files-list {
    margin-bottom: 0;
}

.wrapper-files .files-list li:last-child {
    margin-bottom: 17px;
}

.clientPanel-files.wrapper-files .files-list li:last-child {
    margin-bottom: 0;
}

.client-add-upload-button input,
.import-upload input,
.sale-edit-upload-button input,
.sale-add-upload-button input,
.client-edit-mail-upload-button input,
.inbox-upload-button input {
    cursor: pointer;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}

.wrapper-files-inbox {
    margin-bottom: 15px !important;
}

.client-files .form-group {
    display: none;
}

.client-data label.control-label.col-sm-12 {
    text-align: left;
    margin-bottom: 5px;
    font-weight: normal;
}

.client-data .form-group {
    margin-bottom: 3px !important;
}

.client-data .form-collection-item-remove {
    padding-top: 38px;
}

#client-add-custom-button,
.add-custom-field {
    margin-top: 15px;
}

.file-list .progress {
    height: 6px;
    margin-top: 5px;
    margin-bottom: 0;
}

.item.pattern {
    display: none;
}

.wrapper-assets td {
    vertical-align: middle !important;
}

.contact-box-add {
    height: 215px;
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    margin-bottom: 20px;
}

.contact-box-add a {
    display: block;
    text-align: center;
    width: 100%;
    height: 215px;
    font-weight: 700;
    font-size: 24px;
    padding-top: 60px;
    color: #1ab394;
}

.contact-box-add a:hover,
.contact-box-add a:focus
{
    color: #18a689;
}



.contact-box-add a i {
    font-size: 32px;
    margin-top: 10px;
}

.import h3 {
    margin-bottom: 25px;
}

.import-progress {
    margin-top: 15px;
}


.form-inline-flex {
    width: 100%;
}

.form-inline-flex .form-group.assetName {
    width: 50%;
    padding-right: 15px;
}

.form-inline-flex .form-group.assetV {
    width: 20%;
    padding-right: 15px;
}

.form-inline-flex .asset {
    width: 100%;
    display: flex;
}

.form-inline-flex .form-group.assetExpiresAt {
    width: 30%;
}

.form-inline-flex .form-group.contactName,
.form-inline-flex .form-group.contactEmail,
.form-inline-flex .form-group.contactPhone,
.form-inline-flex .form-group.contactPosition {
    width: 25%;
    padding-right: 15px;
}

.form-inline-flex .contact,
.form-inline-flex .bank {
    width: 100%;
    display: flex;
}

.form-inline-flex .bank .bank-inside-wrapper {
    flex-grow: 2;
    margin-bottom: 15px;
}

.form-inline-flex .bank .bank-inside {
    display: flex;
    flex-wrap: wrap;
}

.form-inline-flex .bank .bank-inside > div {
    width: 33.3%;
}

.form-inline-flex .bank .bank-inside > div:nth-child(2),
.form-inline-flex .bank .bank-inside > div:nth-child(3) {
    width: 50%;
}

.form-inline-flex .bank .bank-inside .form-group {
    height: 35px;
}

.form-inline-flex .bank .bank-inside .bank-account {
    padding-left: 15px;
}

.form-inline-flex .bank .bank-inside .bank-type {
    padding-right: 15px;
}

.form-group.evidenceName {
    width: 65%;
    margin: 0;
    padding: 0;
    padding-right: 15px;
}

.form-group.evidenceNumber {
    width: 35%;
    margin: 0;
    padding: 0;
}

.form-group.evidenceItemName {
    width: 63%;
    margin: 0;
    padding: 0;
    padding-right: 15px;
}

.form-group.evidenceItemNumber {
    width: 37%;
    margin: 0;
    padding: 0;
}

.form-group.evidenceName .col-sm-12,
.form-group.evidenceNumber .col-sm-12,
.form-group.evidenceItemNumber .col-sm-12,
.form-group.evidenceItemName .col-sm-12,
.form-group.saleName .col-sm-12,
.form-group.salePrice .col-sm-12,
.form-group.saleType .col-sm-12,
.form-group.saleItemText .col-sm-12,
.form-group.todoText .col-sm-12,
.form-group.todoDeadline .col-sm-12,
.form-group.todoAssignedUser .col-sm-12,
.form-group.diagnosticName .col-sm-12,
.form-group.diagnosticTaskName .col-sm-12,
.form-group.diagnosticTaskHost .col-sm-12 ,
.form-group.diagnosticTaskType .col-sm-12 {
    padding: 0;
}

.evidence {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.evidence a.arrow,
.sale a.arrow,
.diagnostic a.arrow {
    margin-right: 15px;
    height: 34px;
}

.diagnostic .diagnostic-status {
    margin-right: 15px;
    height: 34px;
}

.diagnostic .diagnostic-status.status-on span,
.list-diagnostic-status.status-on {
    color: #1ab394;
}

.diagnostic .diagnostic-status.status-off span,
.list-diagnostic-status.status-off {
    color: #ed5565;
}

.list-diagnostic-status-wrapper {
    width: 28px;
}

.evidence a.evidence-comment,
.sale a.sale-comment,
.asset a.asset-comment {
    margin-right: 15px;
    height: 34px;
}

.evidenceItem {
    width: 100%;
    display: flex;
}

.todo {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.form-group.todoText {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-right: 15px;
}

.sale {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.saleItem {
    width: 100%;
    display: flex;
}

.form-group.saleName {
    width: 50%;
    margin: 0;
    padding: 0;
    padding-right: 15px;
}

.form-group.salePrice {
    width: 25%;
    margin: 0;
    padding: 0;
    padding-right: 15px;
}

.form-group.saleType {
    width: 25%;
    margin: 0;
    padding: 0;
}

.form-group.saleItemText {
    width: 100%;
    margin: 0;
    padding: 0;
}

.diagnostic {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.diagnosticTask {
    width: 100%;
    display: flex;
}

.form-group.diagnosticName {
    width: 100%;
    margin: 0;
    padding: 0;
}

.form-group.diagnosticTaskName {
    width: 45%;
    margin: 0;
    padding: 0;
    padding-right: 15px;
}

.form-group.diagnosticTaskHost {
    width: 35%;
    margin: 0;
    padding: 0;
    padding-right: 15px;
}

.form-group.diagnosticTaskType {
    width: 20%;
    margin: 0;
    padding: 0;
}

.form-inline-flex .form-inline-remove {
    flex-shrink: 0;
    text-align: right;
    width: 30px;
    padding-top: 6px;
}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}
.scrollable-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}
.scrollable-menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: lightgray;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);
}

.fa-spin-custom, .glyphicon-spin {
  -webkit-animation: spin 2000ms infinite linear;
  animation: spin 2000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.table-empty {
    font-size: 32px;
    background-color: #f9f9f9;
}

.spinner-load {
    font-size: 32px;
}

.project-list table tr td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.client-avatar {
    width: 34px;
    height: 34px;
}

.avatar-upload {
    overflow: hidden;
    position: relative;
    width: 75px;
    height: 75px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    border-radius: 3px;
    margin-bottom: 5px;
    z-index: 999;
}

.avatar-upload .client-avatar {
    width: 75px;
    height: 75px;
}

.user-avatar-upload,
.avatar-upload-clientPanel {
    overflow: hidden;
    position: relative;
    width: 34px;
    height: 34px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.user-avatar-upload {
    float: none;
    display: block;
    width: 50px;
    height: 50px;
}

.avatar-upload div,
.user-avatar-upload div {
    background: #1AB394 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 1;
}

.user-avatar-upload div {
    border-radius: 100%;
}

.avatar-upload div::before,
.avatar-upload div::after,
.user-avatar-upload div::before,
.user-avatar-upload div::after {
    display: block;
    font-family: "FontAwesome";
}
.avatar-upload div::before,
.user-avatar-upload div::before {
    content: "";
}
.avatar-upload div::after,
.user-avatar-upload div::after {
    animation: 2s linear 0s normal none infinite running fa-spin;
    content: "";
    display: none;
}
.avatar-upload div::before,
.avatar-upload div::after {
    font-size: 18px;
    line-height: 76px;
}

.user-avatar-upload div::before,
.user-avatar-upload div::after {
    font-size: 18px;
    line-height: 48px;
}

.avatar-upload.uploading div::before,
.user-avatar-upload.uploading div::before {
    display: none;
}
.avatar-upload.uploading div::after,
.user-avatar-upload.uploading div::after {
    display: block;
}
.avatar-upload:hover div,
.avatar-upload.uploading div,
.user-avatar-upload:hover div,
.user-avatar-upload.uploading div {
    opacity: 1;
}
.avatar-upload input,
.user-avatar-upload input {
    cursor: pointer;
    font-size: 100px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.navbar-brand {
    padding: 12px 12px !important;
    background: #BA001E !important;
}

.navbar-brand img {
    max-height: 25px;
}

.user-avatar-upload img {
    width: 50px;
    height: 50px;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.popover {
    z-index: 111111;
    background-color: #df6c43;
    border-color: #df6c43;
    color: #fff;
    opacity: 1;
}

.popover-title {
    background: #df6c43;
    color: #fff;
    font-weight: bold;
    border-bottom: 0;
}

.popover-content {

}

.popover.top .arrow:after {
    border-top-color: #df6c43;
}

.popover.bottom .arrow:after {
    border-bottom-color: #df6c43;
}

.popover.left .arrow:after {
    border-left-color: #df6c43;
}

.popover.right .arrow {
    top: 20% !important;
}

.popover.right .arrow:after {
    border-right-color: #df6c43;
}

.popover.right {
    margin-top: 30px;
}

.modal-scroll {
    max-height: 400px;
    overflow-y: auto;
}

.modal-loading::before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f110';
    color: #1AB394;
    font-size: 38px;
    text-align: center;
    width: 100%;
    top: 30px;
    left: -17px;
    z-index: 666;
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.modal-loading {
    opacity: 0.5 !important;

    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -ms-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
}
.modal-endloading {
    opacity: 1 !important;

    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.modal-lg {
    margin-bottom: 109px;
}

.mce-container-body {
    background: #F8FAFB !important;
}

.col-no-padding-left {
    padding-left: 0;
    padding-right: 7px;
}

.col-no-padding-right {
    padding-right: 0;
    padding-left: 7px;
}

.col-no-padding-left label,
.col-no-padding-right label {
    font-weight: normal;
}

.btn-group-radio label,
.btn-group-radio2 label {
    float: none !important;
}


.dropdown-menu .active a, .dropdown-menu .active a:hover {
    background: #f5f5f5;
    color: #262626;
}

.list-box .m-b-xs {
    height: 35px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.progress-admin {
    margin-bottom: 0;
}

.progress-admin .progress-bar {
    background: #21B9BB;
}

.progress-admin.progress {
    position: relative;
}

.progress-admin.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: #676a6c;
 }

.storage-progress-bar .progress {
    height: 4px;
}

.storage.dropdown-alerts li {
    margin-right: 20px !important;
}

.box-off .ibox-content {
    display: none;
}

.box-off .ibox-title {
    /*opacity: 0.6;*/
    background: #F9F9FA;
    color: #9D9FA1;
    border-color: #EAECEE;
}

.box-off .ibox-title .ibox-tools a {
    color: #9D9FA1;
    background: #F9F9FA;
}

.box-off .ibox-title .ibox-tools a.onOff-link {
    color: #D6D6D7
}

.row[data-list-setup-url] {
    overflow: hidden;
}

.row.column {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.sub-col {
    height: 220px;
}

.promo-code-div h3 {
    margin: 15px 0 30px 0;
}

.ibox-tools a.btn-white {
    color: #676a6c;
}

.informationType {
    font-size: 15px;
    margin-right: 10px;
}

.btn-mobile {
    padding-left: 16px;
    padding-right: 16px;
}

.btn.disabled {
    pointer-events: all !important;
    color: #cacaca !important;
}

.profile-names .form-group .col-sm-12:nth-child(2) {
    padding: 0 0 15px 0;
}

.modal-body .feed-element-wrapper:not(:last-child) {
    border-bottom: 1px solid #e7eaec;
}

.disabled-div {
    pointer-events: none;
    opacity: 0.4;
}

.empty-alert {
    margin-bottom: -10px;
}

.evidence-table-collapse {
    width: 34px;
    text-align: left;
}

.table .table {
    margin-bottom: 0;
    width: 50%;
}

.table .table td {
    border-top: 0 none;
    border-top-color: #fff;
}

.table .table tr:not(:last-child) {
    border-bottom: 1px solid #e7eaec;
}

.alert-empty {
    margin-bottom: 0;
}

.alert-add-form-list {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.alert-add-form-clients {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.modal-footer-comments {
    padding: 15px 15px 0 15px;
}

.modal-footer-comments .help-block {
    text-align: left;
}

[data-name=sale] .form-collection-item,
[data-name=evidence] .form-collection-item,
[data-name=diagnostic] .form-collection-item{
    margin-bottom: 0;
}

[data-name=sale] .form-collection-item .col-sm-10,
[data-name=evidence] .form-collection-item .col-sm-10,
[data-name=diagnostic] .form-collection-item .col-sm-10 {
    margin-bottom: 15px;
}

[data-name=sale] .saleItem,
[data-name=evidence] .evidenceItem,
[data-name=diagnostic] .diagnosticTask {
    margin-bottom: 15px;
}

.clientPanelSetup h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.clientPanelSetup .form-group .form-group {
    margin-bottom: 0;
}

.clientPanel-register .help-block {
    text-align: left;
}

.client-div-form-categories.clientPanel-category .form-group {
    margin-bottom: 0;
}

.clientPanel-evidence .evidenceItem.last {
    margin-bottom: 0;
}

div#clientData_phone .col-md-4,
div#clientAdd_phone .col-md-4,
div#names_phone .col-md-4,
div#stripeData_stripePhone .col-md-4 {
    padding: 0;
    padding-right: 15px;
}

div#clientData_phone .col-md-8,
div#clientAdd_phone .col-md-8,
div#names_phone .col-md-8,
div#stripeData_stripePhone .col-md-8 {
    padding: 0;
}

.profile-names label.col-sm-12 {
    padding-left: 0;
}

.row-clients .ibox-tools {
    margin-top: -2px;
}

.row-clients .ibox-tools a.btn {
    width: 26px;
    margin-left: 2px;
}

.evidence-comment,
.sale-comment,
.asset-comment {
    position: relative;
}

.evidence-comment .badge,
.sale-comment .badge,
.asset-comment .badge {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
    position: absolute;
    right: -5px;
    top: -5px;
}

.support-message {
    font-size: 11px;
    text-align: justify;
    margin-top: 5px;
}

.well-solved {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.well-solved-it {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.well-white {
    background: #fff;
}

.well-yellow {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.ibox-content.solve-it {
    padding-bottom: 15px;
}

.feed-element.solve-it {
    padding-bottom: 0;
}

.ibox-content-scroll {
    max-height: 400px;
    overflow-y: auto;
}

.support-list .feed-element {
    border-bottom: none;
    padding-bottom: 0;
}

form[name=clientSupport] > div > .form-group:last-of-type {
    margin-bottom: 0 !important;
}

.btn-solve {
    width: 100%;
    margin-bottom: 0 !important;
}

.btn-module-support,
.btn-with-badge {
    position: relative;
}

.btn-module-support .badge,
.btn-with-badge .badge {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
    position: absolute;
    right: -8px;
    top: -8px;
}

.support-table td,
.sale-table td {
    vertical-align: middle !important;
}

.support-table td a,
.sale-table td a {
    margin-bottom: 0 !important;
}

.support-table .img-circle,
.sale-table .img-circle {
    width: 32px;
    height: 32px;
    border: 1px solid #e5e5e5;
    display: block;
}

.saleItemList li:last-child {
    margin-bottom: 15px;
}

.support-table td:first-child,
.sale-table td:first-child {
    width: 30px;
}

.remove-saleItem-margin {
    margin-right: 5px;
}

.sale-file-size {
    margin-right: 15px;
}

.todo-list .progress {
    height: 6px;
    margin-bottom: 0;
    margin-top: 5px;
}

.todo-list li .wrapper-li {
    display: flex;
    width: 100%;
}

.todo-list .done-span {
    height: 17px;
    display: inline-block;
}

.todo-list .m-l-xs {
    width: 100%;
}

.todo-list .sale-file-size {
    width: 110px;
    text-align: right;
}

.sale-filter,
.header-filer {
    margin-top: 15px;
}

.sale-filter select,
.header-filer select {
    margin-bottom: 0;
}

.sale-filter label,
.header-filer label {
    text-align: left !important;
}

.saleItemText .progress {
    height: 34px;
    margin-bottom: 0;
    display: relative;
    overflow: hidden;
}

.saleItemText .progress .progress-value {
    position: absolute;
    vertical-align: middle;
    left: 12px;
    right: 12px;
    top: 8px;
    overflow: hidden;
    height: 20px;
}

.progress-white {
    background-color: #fff;
    border: 1px solid #e5e6e7;
}

.text-white {
    color: #fff !important;
}

#tagAdd label, .btn-group-radio-color label {
    text-align: left;
    margin-bottom: 5px;
}

#tagAdd label span, .btn-group-radio-color label span {
    width: 24px;
    height: 24px;
}

.btn-group-radio-color-ticket .col-sm-12 {
    padding: 0 !important;
}

.label-gray a.confirm-action-ajax {
    color: #5e5e5e !important;
}

.project-list label {
    font-size: 9px;
    line-height: 21px;
}

.colors-api li {
    margin-bottom: 5px;
}

.modal span.select2-container {
    z-index: 2147483647 !important;
}

.select2-selection.select2-selection--single {
    height: 32px;
    border-radius: 0;
    border: 1px solid #e5e6e7;
}

.select2-search__field {
    border: 1px solid #e5e6e7 !important;
}

.select2-dropdown.select2-dropdown--below {
    border-color: #e5e6e7;
}

.select2-selection__arrow {
    height: 29px !important;
}

.select2-selection__rendered {
    color: #676A6C !important;
}

.has-error .select2-selection.select2-selection--single {
    border-color: #ed5565;
}

.wrappet-tag-clientList {
    margin-left: 10px;
}

.support-well-icon {
    margin-right: 10px;
}

.module-help-icon,
.module-help-icon:hover,
.module-help-icon.active {
    margin-left: 10px;
    color: #c4c4c4;
}

.data-row > [class*="col-"] {
    margin-bottom: 25px;
}

.date-row {
    margin-bottom: 35px;
}

.table-responsive .form-collection-item {
    display: table-row;
    position: initial;
    margin-bottom: 0;
}

.table-responsive .form-collection-item .form-group {
    margin-bottom: 0;
}

.invoice-pkwiu-wrapper {
    margin-top: 5px;
}

.invoice-items-row {
    margin-bottom: 35px;
}

table .form-collection-item-remove {
    vertical-align: middle !important;
}

.invoice-items-row thead tr th:nth-child(1) {
    width: 35%;
    min-width: 233px;
}

.invoice-items-row thead tr th:nth-child(3) {
    width: 50px;
    min-width: 50px;
}

.invoice-items-row thead tr th:nth-child(2) {
    width: 40px;
    min-width: 40px;
}

.invoice-items-row thead tr th:nth-child(6) {
    width: 90px;
    min-width: 90px;
}

.invoice-items-row thead tr th:nth-child(4),
.invoice-items-row thead tr th:nth-child(5),
.invoice-items-row thead tr th:nth-child(7),
.invoice-items-row thead tr th:nth-child(8) {
    min-width: 90px;
}

.invoice-items-row input,
.invoice-items-row select {
    padding: 6px 5px;
}

.client-docs, .client-contractors, .client-employees {
    margin-bottom: 10px !important;
}

.docs-options {
    width: 45px;
}

.client-docs td {
    vertical-align: middle !important;
}

.client-docs td select {
    width: 190px;
}

.client-docs tbody tr:nth-child(1) td {
    border-top: 0 !important;
}

.client-trcItems {
    margin-bottom: 10px !important;
}

.trcItems-options {
    width: 45px;
}

.client-trcItems td {
    vertical-align: middle !important;
}

.client-trcItems tbody tr:nth-child(1) td {
    border-top: 0 !important;
}

.client-invoices,
.client-invoices-cost {
    margin-bottom: 10px !important;
}

.invoice-options {
    width: 45px;
}

.client-invoices td,
.client-invoices-cost td {
    vertical-align: middle !important;
}

.client-invoices td select,
.client-invoices-cost td select {
    width: 190px;
}

.client-invoices-cost td select {
    font-size: 11px;
}

.client-invoices tbody tr:nth-child(1) td,
.client-invoices-cost tbody tr:nth-child(1) td {
    border-top: 0 !important;
}

.invoice-change-number-wrapper {
    padding-top: 27px;
}

.invoice-send-invoice-wrapper .col-sm-12 {
    padding: 0;
}

.invoice-change-number-wrapper .i-checks div,
.invoice-send-invoice-wrapper .i-checks div {
    margin-right: 7px;
}

.wrapper.wrapper-content.submit-form-button {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.wrapper-submit-button-client-add {
    position: fixed;
    border-top: 1px solid #e7eaec;
    z-index: 2000;
    bottom: 0;
    width: 100%;
    height: 65px;
    background: #fff;
}

.wrapper-submit-button-client-add .ibox-content {
    border: 0;
}

.first-list-alert {
    margin-top: -20px;
    font-weight: bold;
}

.first-list-alert span {
    margin-left: 25px;
}

.first-list-alert span a {
    margin-top: -3px;
}

.form-collection-item.data-checkbox .form-collection-group .form-group .col-sm-12:first-child {
    height: 16px;
}

.form-collection-item.data-checkbox .form-collection-item-remove,
.form-collection-item.data-checkbox .form-collection-item-edit {
    padding-top: 19px;
}

.wrapper-client-fast-add {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e7eaec;
    z-index: 100;
}

.wrapper-in-client-fast-add {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.fast-add-box.ibox {
    margin-bottom: 0;
    border: 0 !important;
}

.fast-add-box .ibox-content {
    border: 0 !important;
    padding: 0 20px 0 20px;
}

.client-fast-add row {
    padding-bottom: 4px;
}

.client-fast-add button {
    margin-bottom: 0 !important;
}

.wrapper-padding {
    padding-bottom: 120px !important;
}

.empty-clients .alert form {
    margin: 25px 0;
}

.empty-clients .alert p {
    margin: 15px 0;
}

[data-name=todo] .form-horizontal.form-collection .form-collection-item {
    margin-bottom: 5px !important;
}

.todoList li:last-child {
    margin-bottom: 15px;
}

.todoList .m-l-xs {
    margin-right: 5px;
}

.clock-todo-wrapper {
    margin-right: 5px;
}

.external-client-data label {
    font-weight: normal;
    margin-bottom: 5px !important;
    text-align: left !important;
}

.external-client-data .form-group {
    margin-bottom: 5px;
}

#externalClientAdd_phone .col-md-4 {
    padding: 0;
}

#externalClientAdd_save {
    margin-top: 15px;
}

.external-client-data .form-collection-item {
    margin-bottom: 0 !important;
    padding-top: 10px;
}

.external-client-data h3 {
    margin-top: 25px;
}

.google-calendars-choice h3 {
    margin-top: 15px;
    margin-bottom: 25px;
}

.google-calendars-choice label div {
    margin-right: 5px;
}

.integration-item img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.integration-item.google-calendar-item img {
    width: 180px;
}

.integration-item.mailchimp-item img {
    width: 160px;
    margin: 0 auto;
}

.mailchimp-item .integration-item-content {
    height: 100px;
}

.numberize-item .integration-item-content {
    font-size: 32px;
    height: 100px;
    line-height: 90px;
}

.integration-item-content {
    height: 90px;
}

.slack-item img {
    margin: 0 auto;
}

.slack-item .integration-item-content {
    height: 100px;
}

.import-header {
    margin: 5px 0 25px 0;
}

.sale-stats-box .ibox-title {
    overflow: hidden;
}

.social-feed-box.social-feed-box-gantt {
    margin-left: 0;
}

.metric-box {
    background: #f5f5f5;
    height: 183px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
}

div[data-name=metric] .ibox-content {
    padding-bottom: 0;
}

div[data-name=metric] .col-lg-4 {
    padding: 0 7px;
}

.metric-box-add {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    padding-top: 65px;
}

.metric-box-title {
    font-size: 16px;
    height: 26px;
    overflow: hidden;
}

.metric-box-value {
    font-size: 32px;
    margin: 25px 0;
    height: 46px;
    overflow: hidden;
}

.metric-box-date {
    font-size: 13px;
}

.metric-box-tools {
    position: absolute;
    top: 2px;
    right: 20px;
}

.metric-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    color: #676a6c;
}

.metric-link:hover {
    color: #676a6c;
}

.metric-change form {
    display: inline-block;
}

.btn-add-metric {
    margin: 0 0 20px 20px !important;
}

.modal-body form[name=metric] .control-label {
    text-align: left !important;
    margin-bottom: 5px;
}

#metric-line-chart {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

form[name=clientListAutoresponder] label.control-label {
    text-align: left;
    margin-bottom: 7px;
}

.bootstrap-select .btn {
    border-radius: 0;
}

div#nexmoNumberType_redirectNumber .col-md-4,
div#nexmoNumberRedirectType .col-md-4 {
    padding: 0;
    padding-right: 15px;
}

div#nexmoNumberType_redirectNumber .col-md-8,
div#nexmoNumberRedirectType .col-md-8 {
    padding-right: 0;
}

#nexmoNumberType label,
#nexmoNumberRedirectType label {
    text-align: left;
    margin-bottom: 7px;
}

.stripe-charge {
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.infoline-topup {
    background: #f3f3f4; margin-bottom: 35px;
}

.infoline-amount {
    margin-top: 16px;
}

.kohort-form-row [class*="col-"]:nth-child(2) {
    padding-left: 0;
}

.kohort-form-row [class*="col-"]:nth-child(3) {
    padding-right: 0;
}

.kohort-table td {
    text-align: center;
}

#carouselModal .modal-footer,
#carouselModal .modal-header {
    text-align: center;
}

#carouselModal .modal-pre-body {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 10px;
}

.btn-learnMore {
    margin-top: -3px;
    margin-bottom: 0 !important;
}

@media (min-width: 850px) {
    .modal-carousel {
        width: 750px;
    }
}

.left.carousel-control,
.right.carousel-control {
    background: none;
}

.left.carousel-control span,
.right.carousel-control span {
    text-shadow: -2px 0 #676a6c, 0 2px #676a6c, 2px 0 #676a6c, 0 -2px #676a6c;
}

.carousel-indicators li {
    border: 1px solid #676a6c;
}

.carousel-indicators li.active {
    background: #676a6c;
}

.faq-modal .col-md-4 {
    margin-bottom: 30px;
}

.faq-modal .row:last-child .col-md-4 {
    margin-bottom: 0;
}

.faq-modal-desc {
    margin-top: 7px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
}

#main-search {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 6px 25px 6px 6px;
    margin-right: 5px;
    width: 176px;
}

.wrapper-informations .form-group,
.client-div-form-categories .form-group {
   margin-bottom: 0;
}

.client-div-form-categories .i-checks:last-child {
    margin-bottom: 15px;
}

#gantt-edit .fc-toolbar .fc-center,
#gantt-add .fc-toolbar .fc-center {
    padding-top: 17px;
}

.auth-social-buttons {
    margin: 20px 0;
}

.auth-social-buttons .btn-social, .login-box .auth-social-buttons .btn-social-icon {
    overflow: hidden;
    padding-left: 44px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.auth-social-buttons .btn-fejsik {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.auth-social-buttons .btn-gplus {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.auth-social-buttons .btn-social > *:first-child, .login-box .auth-social-buttons .btn-social-icon > *:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    bottom: 0;
    font-size: 1.6em;
    left: 0;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 32px;
}

.alert-w-buttons {
    line-height: 34px;
}

.metrics-list {
    padding-top: 20px;
}

.metrics-list-item {
    margin-bottom: 15px;
}

.metrics-list-item .metric-box-title {
    margin-top: 18px;
    margin-bottom: 25px;
}

.selectpicket-filter {
    display: inline-block;
}

.selectpicket-filter .btn {
    border-radius: 3px;
}

.filter-red {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.btn-tool-divider {
    margin-right: 13px;
}

.td-clients-special-action {
    width: 42px;
}

.td-clients-star {
    width: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;


}

.td-clients-client-number {
    width: 130px;
    text-align: center;
}

.td-clients-star .fa.fa-star {
    color: #ffcf00;
}

.td-clients-star a {
    color: #d3cfc8;
}

.clients-special-action button {
    border-radius: 0;
    border-color: #D3CFC8;
    height: 22px;
    width: 22px;
}

.clients-special-action-icon button,
.clients-special-action-icon button:hover,
.clients-special-action-icon button:focus {
    background: none;
    border: 0 !important;
    padding: 1px 0;
}

.clients-special-action-icon-orange {
    color: #F7A54A;
}

.clients-special-action-icon-red {
    color: #ED5565;
}

.clients-special-action-icon button span.fa-stack.fa-3x {
    width: 22px;
    height: 22px;
}

.fa-stack-2x {
    font-size: 22px;
}

.fa-stack-1x {
    font-size: 10px;
    height: 22px;
    font-weight: normal;
}

.fa-stack-1x.calendar-text {
    top: -22px;
}

.fa-stack-1x.note-text {
    top: -26px;
}

.fa-stack-1x.circle-text {
    top: -25px;
}

.clients-special-action-item-wrapper {
    padding: 7px 20px;
}

.clients-special-action hr {
    margin: 5px 0;
}

.clients-special-action-item-name {
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 5px;
    font-style: italic;
}

.clients-special-action-item-attr {
    margin-bottom: 5px;
    white-space: nowrap;
    font-style: italic;
}

.clients-special-action-item-attr:last-child {
    margin-bottom: 0;
}

.main-search-wrapper {
    display: inline-block;
    width: 178px;
    position: relative;
}

.main-search-wrapper .form-control-feedback,
.main-search-wrapper .form-control-feedback:hover,
.main-search-wrapper .form-control-feedback:active {
    pointer-events: initial;
    color: #676a6c;
}

.advance-search-form .control-label {
    text-align: left;
    margin-bottom: 3px;
}

.advance-search-form .bootstrap-select {
    width: 100% !important;
}

.form-control-feedback-active,
.form-control-feedback-active:hover,
.form-control-feedback-active:active {
    color: #ed5565 !important;
}

.clientEditHeader-box {
    margin-top: -75px;
}

.clientEditHeader-box .withButtons {
    padding-left: 95px;
}

.fast-add-box .input-group.has-error input:focus {
    border-color: #ed5565 !important;
}

.client-data-adress-col {
    padding-left: 0;
}

.client-data-adress-col-last {
    padding-left: 0;
    padding-right: 0;
}

.modal .help-module {
    margin-bottom: 20px;
}

.sale-madeBy-field {
    float: right;
    width: 175px;
    height: 18px;
    padding: 0;
    font-size: 10px;
}

.btn-group-client-option {
    margin-left: 5px;
}

.ibox-content.wrapper-categories,
.ibox-content.client-add-categories {
    border-top: 0;
    padding-top: 1px;
}

.ibox-content.client-data {
    padding-bottom: 20px;
}

.ibox-content.wrapper-categories h3,
.ibox-content.client-add-categories h3{
    margin-bottom: 20px;
}

.client-fast-add-modal {
    background: #18A689;
    border-radius: 3px;
    box-shadow: 0 0 4px #999;
    opacity: 0.9;
    width: 400px;
    height: 100px;
    position: fixed;
    bottom: 66px;
    left: 61px;
}

.client-fast-add-modal-name {
    margin: 20px 0 20px 0;
    color: white;
}

.client-fast-add-modal-link {
    width: 100%;
    color: #5e5e5e;
    background-color: #d1dade;
}

.client-fast-add-modal .col-md-3 {
    padding-left: 0px;
}

.client-fast-add-modal .col-md-3 a {
    width: 100%;
}

.client-fast-add-modal-alert {
    height: auto !important;
}

.client-fast-add-modal-alert .alert {
    margin-bottom: 0 !important;
}

.client-fast-add .form-inline .input-group {
    float: left;
}

.client-fast-add .form-inline .pull-left .input-group {
    margin-left: -1px;
}

.wrapper-in-client-fast-add .row .col-lg-12 {
    height: 54px;
}

.fast-add-box .input-group.has-error input {
    border-color: #ed5565 !important;
    z-index: 3;
}

.client-fast-add button.dropdown-toggle {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.client-fast-add-arrow {
    display: block;
    width: 43px;
    height: 34px;
    padding: 6px 12px;
}

@media (max-width : 1260px) {
    .fast-add-mobile {
        display: none;
    }
}

.client-fast-add-external input {
    width: 130px !important;
}

.fast-add-client-description {
    width: 300px;
}

.fast-add-client-description input {
    width: 300px !important;
}

.text-bold {
    font-weight: bold;
}

.content-spinner {
    color: #1AB394;
    font-size: 36px;
    height: 100%;
    width: 100%;
    z-index: 666;
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
    justify-content: center;
    align-items: center;
    transition: opacity 100ms;
    opacity: 0;
}

.content-spinner.active {
    display: flex;
    opacity: 1;
}

.div-loading {
    opacity: 0.5 !important;
}

.btn-token-payment-add {
    color: #fff !important;
}

.rodo-div {
    height: 300px;
    overflow:scroll;
    padding: 10px 20px;
    text-align: justify;
    margin-bottom: 30px;
    margin-top: 30px;
}

.rodo-btns .btn {
    width: 100%;
}

.choose-business {
    display: flex;
    flex-flow: row wrap;
}

.choose-business-item {
    width: 25%;
    height: 80px;
    text-align: center;
}

.choose-business-item-in {
    display: table;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.choose-business-item-in-name {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #e5e6e7;
    font-size: 14px;
    background: #fff;
    color: #555;
}

@media (max-width: 1100px) {
    .choose-business-item {
        width: 33.3%;
    }
}

@media (max-width: 950px) {
    .choose-business-item {
        width: 50%;
    }
}

.text-center-important {
    text-align: center !important;
}

.wiki {
    display: flex;
}

.wiki-right {
    flex: 1;
}

.wiki-right img {
    max-width: 100%;
}

.wiki-left {
    width: 220px;
    padding-right: 20px;
}

.wiki-left ul {
    padding-left: 0;
}

.wiki-left ul li {
    list-style: none;
    margin-bottom: 8px;
    font-size: 13px;
    color: #337ab7;
    line-height: 18px;
}

.wiki-left .active {
    font-weight: bold;
    text-decoration: underline;
}

.fastActions {
    margin-top: 15px;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .fastActions {
        display: none;
    }
}

.fastActions .fastActions-buttons {
    display: flex;
}

.fastActions-buttons-box {
    flex: 1;
    margin-right: 15px;
}

.fastActions-buttons-box > a {
    width: 100%;
    margin-bottom: 15px;
}

.fastActions-boxes-box {
    background: #fff;
    text-align: center;
    flex: 1;
    margin-right: 15px;
}

.fastActions-boxes {
    display: flex;
}

.fastActions-boxes-box {
    flex: 1;
    margin-right: 15px;
}

.fastActions-boxes-box-in {
    display: table;
    padding: 5px 15px;
    width: 100%;
    height: 100%;
}

.fastActions-boxes-box-in-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}

.fastAction-note {
    text-align: left;
}

.fastActions-boxes-box-note {
    /*margin-right: 0;*/
    flex-grow: 2;
}

.fastActions-boxes-box:last-child,
.fastActions-buttons-box:last-child {
    margin-right: 0;
}

@keyframes blink {
  from, to { opacity: 1 }
  50% { opacity: 0 }
}

.blink-icon-wrapper {
    background: #ed5565;
    border-color: #ed5565 !important;
}

.blink-icon {
    color: #fff;
    font-weight: bold;
    animation: blink 3s ease-in infinite;
}

.alert-flex {
    display: flex;
}

.alert-flex .alert-flex-content {
    flex: 1;
    flex-grow: 20;
    margin-right: 20px;
}

.alert-flex .alert-flex-btn {
    flex: 1;
}

.note-star .fa.fa-star {
    color: #ffcf00;
}

a.note-star {
    color: #d3cfc8;
    font-size: 16px;
    margin-left: 10px;
}

.btn-dev-board {
    border-color: #e5e5e5;
    display: inline-block;
    min-height: 0 !important;
    position: relative;
    height: 34px !important;
    text-align: center;
    line-height: 32px;
    padding: 0 !important;
    transition: all 0.2s ease-in-out 0s;
    width: 34px;
    margin-bottom: 3px;
    border-radius: 100%;
    background: #fff;
    color: #999c9e;
    border: 1px solid rgb(229, 229, 229);
}

.choose-adding-type-title {
    margin-bottom: 40px;
}

.choose-adding-type {
    display: flex;
    flex-flow: row wrap;
}

.choose-adding-type-item {
    width: 20%;
    text-align: center;
}

.choose-adding-type-item-in {
    display: table;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin: 10px;
}

.choose-adding-type-item-in-name {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #555;
    margin: 10px;
    padding: 10px;
    border: 1px solid #e5e6e7;
    background: #fff;
}

.choose-adding-type-item-in-name p {
    font-size: 12px;
}

.choose-adding-type-item-in-name h4 {
    margin-bottom: 20px;
}

.choose-adding-type-item-in-name .adding-icon {
    margin-bottom: 20px;
}

@media (max-width: 1100px) {
    .choose-adding-type-item {
        width: 33.3%;
    }
}

@media (max-width: 950px) {
    .choose-adding-type-item {
        width: 50%;
    }
}

.todo-content label {
    text-align: left !important;
}

a.btn-invite {
    width: auto !important;
}

.width100 {
    width: 100% !important;
}

.cattegory-add-wrapper-no-manage {
    margin-right: 4px;
}

.client-list-number label.control-label {
    margin-bottom: 5px;
}

.modal label.control-label {
    text-align: left;
    margin-bottom: 3px;
}

.twilio-item {
    height: 70px;
}

.hangup {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #FFFFFF !important;
}

.btn-margin-right {
    margin-right: 15px;
}

.incomin-calls-users .form-group:last-child {
    margin-bottom: 0;
}

.incoming-calls-users-wrpper {
    padding-bottom: 15px;
}

.incoming-calls-users {
    border: 1px solid #ddd;
}

.incoming-calls-users > div {
    padding: 15px;
}
.incoming-calls-users > div > label {
    margin-bottom: 15px;
}

.sso-logo img {
    max-height: 60px;
    max-width: 80%;
}

.btn-sso {
    width: auto !important;
}

.btn-sso-last {
    margin-right: 13px;
}

.btn-sso img {
    height: 10px;
}

.invoice-options-special {
    width: 55px;
    text-align: right;
}

a.navbar-brand.logo-white {
    background: none !important;
}

.modal-body.no-margin-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

h4.modal-h4 {
    font-size: 21px;
    text-align: center;
    margin-top: 25px
}

.feed-activity-notes {
    max-height: 400px;
    overflow: scroll;
    padding-right: 15px;
}

#clientListButton_customParams {
    display: none;
}

h3.custom-fields-category {
    margin-bottom: 0px;
    margin-top: 15px;
}

.label-div {
    font-weight: 700;
    margin-bottom: 3px;
}

.bootstrap-select .btn-default .badge-success {
    background-color: #4BC221;
}

.bootstrap-select .btn-default .badge-primary {
    background-color: #4A90DF;
}

.bootstrap-select .btn-default .badge-info {
    background-color: #23c6c8;
}

.bootstrap-select .btn-default .badge-warning {
    background-color: #f8ac59;
}

.bootstrap-select .btn-default .badge-danger {
    background-color: #E23837;
}

.bootstrap-select .btn-default .badge-white {
    color: #8c99a8;
    background-color: #FFFFFF;
}

.navbar-brand {
    padding: 12px 12px !important;
    background: #fff !important;
}
