rt.display-block {
    display: block
}

.tooltip {
    position: fixed
}

.color-white {
    color: #fff !important
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-5ths {
    width: 20%;
    float: left
}

@media (min-width:768px) {
    .col-sm-5ths {
        width: 20%;
        float: left
    }
}

@media (min-width:992px) {
    .col-md-5ths {
        width: 20%;
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left
    }
}

.control-label,
label {
    font-weight: 400;
    font-size: 13px;
    color: #4a4a4a
}

[dir=rtl] .mright5 {
    margin-right: 0;
    margin-left: 5px
}

[dir=rtl] .mright10 {
    margin-right: 0;
    margin-left: 10px
}

[dir=rtl] .mleft5 {
    margin-left: 0;
    margin-right: 5px
}

[dir=rtl] .mleft10 {
    margin-left: 0;
    margin-right: 10px
}

[dir=rtl] .input-group-addon:last-child {
    border-left: 1px solid #ccc
}

[dir=rtl] .colorpicker.colorpicker-visible.dropdown-menu {
    left: 0 !important;
    right: auto;
    padding-left: 3px;
    margin-left: 45px
}

.border-right {
    border-right: 1px solid #f0f0f0
}

.line-throught {
    text-decoration: line-through
}

.full-width {
    width: 100%
}

.no-margin {
    margin: 0 !important
}

.no-mtop {
    margin-top: 0 !important
}

.no-p-left {
    padding-left: 0 !important
}

.no-p-right {
    padding-right: 0
}

.relative {
    position: relative
}

.font-medium {
    font-size: 15px
}

.inline-block {
    display: inline-block
}

.alert-validation {
    margin-top: 5px
}

.table-image {
    height: auto;
    width: 250px;
    margin: 15px 0
}

.announcement small {
    font-size: 12px;
    color: #333
}

.announcement {
    font-size: 14px
}

.bgwhite {
    background: #fff;
    border: 1px solid #e4e5e7
}

.warning-bg {
    background: #ff6f00 !important;
    color: #fff !important;
    border: 1px solid #ff6f00 !important
}

.success-bg {
    background: #84c529 !important;
    color: #fff !important;
    border: 1px solid #84c529 !important
}

.primary-bg {
    background: #28b8da;
    color: #fff !important;
    border: 1px solid #28b8da
}

.info-bg {
    background: #03a9f4 !important;
    color: #fff !important;
    border: 1px solid #03a9f4 !important
}

.danger-bg {
    background: #fc2d42 !important;
    color: #fff !important;
    border: 1px solid #fc2d42 !important
}

.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select.form-control,
textarea.form-control {
    border: 1px solid #bfcbd9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #494949;
    font-size: 14px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    line-height: 1;
    height: 36px
}

textarea.form-control {
    height: initial;
    padding-top: 10px
}

.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select.form-control:focus,
textarea.form-control:focus {
    border-color: #03a9f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none
}

select.form-control {
    padding-top: 6px
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eef1f6;
    border-color: #d1dbe5;
    color: #8babcc;
    cursor: not-allowed
}

.input-group-addon {
    border: 1px solid #bfcbd9;
    background-color: #fbfdff;
    color: #97a8be
}

.form-control::-webkit-input-placeholder {
    color: #a1b4cc;
    font-size: 14px
}

.form-control:-moz-placeholder {
    color: #a1b4cc;
    font-size: 14px
}

.form-control::-moz-placeholder {
    color: #a1b4cc;
    font-size: 14px
}

.form-control:-ms-input-placeholder {
    color: #a1b4cc;
    font-size: 14px
}

.submenu {
    display: inline-block;
    float: right;
    margin-bottom: 25px
}

.submenu li {
    display: inline-block;
    margin-right: 15px
}

.submenu li:last-child {
    margin-right: 0
}

.submenu li a {
    font-size: 17px;
    color: #616161 !important
}

.submenu li a:active,
.submenu li a:focus,
.submenu li a:hover {
    color: #2f2f2f !important
}

.dt-table {
    width: 100% !important
}

.tickets table tr.text-danger a {
    color: #fc2d42
}

.dt-loader:not(:required) {
    -webkit-animation: loader 2s .3s infinite ease-out;
    animation: loader 2s .3s infinite ease-out;
    background: #dde2e7;
    text-indent: -9999px;
    width: .9em;
    height: 1.5em;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999999999999999
}

.dt-loader:not(:required):after,
.dt-loader:not(:required):before {
    background: #dde2e7;
    content: '\x200B';
    display: inline-block;
    width: .9em;
    height: 1.5em;
    position: absolute;
    top: 0
}

.dt-loader:not(:required):before {
    -webkit-animation: loader 2s 150ms infinite ease-out;
    animation: loader 2s 150ms infinite ease-out;
    left: -1.6em
}

.dt-loader:not(:required):after {
    -webkit-animation: loader 2s 450ms infinite ease-out;
    animation: loader 2s 450ms infinite ease-out;
    right: -1.6em
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

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

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

.text-white {
    color: #fff !important
}

body {
    font-family: 'Tahoma', sans-serif;
    font-size: 13px;
    color: #314e73;
    /*background: #f9fafb;*/
    background: #eff1f3;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

footer {
    background: #dfdede;
    padding: 15px;
    width: 100%;
    height: 50px;
    margin-top: 25px;
    border-top: 1px solid #e4e5e7;
    color: #000
}

h1,
h2,
h3,
h4 {
    font-weight: 400
}

h1,
h2 {
    font-size: 24px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

.h3,
.h4,
h3,
h4 {
    font-weight: 400
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

.navbar {
    background-color: transparent;
    border: none !important;
    background-color: transparent;
    background-image: none;
    border: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .067);
    box-shadow: 0 0 0 rgba(0, 0, 0, .067);
    padding: 0;
    min-height: 60px;
    border-radius: 0
}

.navbar-default {
    background: #007f80;
    background: -webkit-gradient(linear, left top, right top, from(#007f80), color-stop(26%, #0a8889), color-stop(73%, #007f80), to(#048283));
    background: linear-gradient(to right, #007f80 0, #0a8889 40%, #007f80 73%, #048283 100%)
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    line-height: 50px;
    font-size: 15px
}

@media (min-width:768px) {
    .navbar-nav > li > a {
        padding: 15px 10px
    }
}

.nav.navbar-nav.navbar-right .dropdown-menu li > a {
    font-size: 15px
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: 0 0;
    color: #fff
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background: 0 0;
    border-radius: 30px;
    color: #f0f0f0
}

.navbar a.navbar-brand {
    padding: 11px 0 10px 0;
    height: auto;
    margin-right: 10px;
    margin-top: 0;
}

.navbar a.navbar-brand img {
    width: auto;
    height: 60px
}

.navbar-default .navbar-nav > li.customers-nav-item-login > a {
    background: rgba(255, 255, 255, 1) !important;
    color: #000 !important;
    display: inline;
    border-radius: 4px;
    line-height: 90px;
    padding: 8px 18px
}

.navbar-default .navbar-nav > li.customers-nav-item-login > a:active,
.navbar-default .navbar-nav > li.customers-nav-item-login > a:hover {
    background: rgba(255, 255, 255, .9) !important
}

.nav-tabs > li {
    border: 0
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #02a9f4;
    background: 0 0;
    color: #008ece
}

.nav-tabs {
    padding-bottom: 0;
    margin-bottom: 25px;
    background: 0 0;
    border-radius: 1px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}

.nav-tabs > li > a {
    border: 0;
    border-bottom: 2px solid transparent;
    background: 0 0;
    color: #333;
    padding: 12px 13px 12px 13px;
    font-weight: 400
}

.nav-tabs-flat {
    border-bottom: 0;
    border-color: #e0e0e0
}

.nav-tabs-flat li a {
    font-weight: 500;
    border-bottom-color: transparent !important;
    font-size: 14px
}

.nav-tabs-flat li:first-child a {
    padding-left: 0
}

@media(max-width:767px) {
    .nav-tabs-flat li:first-child a {
        padding-left: 13px
    }

    .nav-tabs-flat + .tab-content .tab-pane {
        padding-left: 15px
    }

    .customers-nav-item-languages {
        display: none
    }
}

.btn.btn-input-group {
    padding: 7px 16px;
    border: 1px transparent
}

.btn-icon {
    padding: 2px 6px 2px 6px !important
}

.original-button {
    margin-top: 22px;
    padding: 6px 12px
}

.panel_s > .panel-heading {
    color: inherit;
    font-weight: 500;
    padding: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 15px;
    border: 1px solid #e4e5e7
}

.panel_s .panel-body {
    background: #fff;
    border-radius: 1rem;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 15px 1px rgba(90, 90, 90, .08);
    box-shadow: 0 1px 15px 1px rgba(90, 90, 90, .08);
}

.panel_s > .panel-footer {
    background: #dfdede;
    border: 1px solid #e4e5e7;
    border-top: none;
    color: #000000;
    font-size: 90%;
    padding: 7px 15px
}

.panel_s {
    background-color: none;
    margin-bottom: 25px
}

.panel_s > .panel-heading + .panel-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0
}

.panel_s {
    border: none;
}

#client-home-chart {
    max-width: 100%
}

.client-reply {
    background: #ffffe6 !important;
    color: #333
}

body.viewinvoice .alert {
    margin-top: 10px;
    margin-bottom: -7px;
    border-radius: 1px
}

label {
    font-weight: 400
}

.label {
    font-size: 13px;
    font-weight: 500;
    padding: .3em .9em .3em
}

.navbar-default .navbar-brand.logo-text {
    font-size: 24px;
    margin-top: 13px;
    display: inline-block;
    color: #fff
}

.logo-text:active,
.logo-text:focus,
.logo-text:hover {
    color: #fff
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff
    }

    .navbar a.navbar-brand img {
        margin-left: 15px
    }

    .navbar-default .navbar-brand.logo-text {
        margin-left: 15px;
        margin-top: 15px
    }
}

.btn {
    text-transform: uppercase;
    font-size: 13.5px;
    outline-offset: 0;
    border: 1px solid transparent;
    transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out
}

.btn.btn-default {
    border: 1px solid #e6e9eb
}

.bold,
b,
strong {
    font-weight: 500
}

.p7 {
    padding: 7px
}

.p8 {
    padding: 8px
}

.p8-half {
    padding: 8.5px
}

.p15 {
    padding: 15px
}

.valign-middle {
    vertical-align: middle
}

.mtop5 {
    margin-top: 5px
}

.mtop7 {
    margin-top: 7px
}

.mtop10 {
    margin-top: 10px
}

.mtop15 {
    margin-top: 15px
}

.mtop20 {
    margin-top: 20px
}

.mtop25 {
    margin-top: 25px
}

.mtop30 {
    margin-top: 30px
}

.mtop40 {
    margin-top: 40px
}

.mbot5 {
    margin-bottom: 5px
}

.mbot10 {
    margin-bottom: 10px
}

.mbot15 {
    margin-bottom: 15px
}

.mbot20 {
    margin-bottom: 20px
}

.mbot25 {
    margin-bottom: 25px
}

.mbot30 {
    margin-bottom: 30px
}

.mbot40 {
    margin-bottom: 40px
}

.mleft5 {
    margin-left: 5px
}

.mleft10 {
    margin-left: 10px
}

.mright5 {
    margin-right: 5px
}

.mright10 {
    margin-right: 10px
}

.padding-30 {
    padding: 30px !important
}

.no-mbot {
    margin-bottom: 0
}

.checkbox {
    padding-left: 20px
}

.table thead {
    font-weight: 400
}

.table thead tr th {
    border: 1px solid #f0f0f0 !important;
    border-left: 0 !important;
    border-right: 0 !important
}

.table > tbody > tr:first-child td {
    border-top: 0 !important
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #bfcbd9;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555
}

.checkbox input[type=checkbox]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto transparent;
    outline-offset: -10px
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
    opacity: 0;
    z-index: 1
}

.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=radio]:checked + label::after {
    font-family: 'Glyphicons Halflings';
    content: "\e013"
}

.checkbox input[type=checkbox]:disabled + label,
.checkbox input[type=radio]:disabled + label {
    opacity: .65
}

.checkbox input[type=checkbox]:disabled + label::before,
.checkbox input[type=radio]:disabled + label::before {
    background-color: #eee;
    cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.checkbox.checkbox-inline {
    margin-top: 0
}

.checkbox-primary input[type=checkbox]:checked + label::before,
.checkbox-primary input[type=radio]:checked + label::before {
    background-color: #28b8da;
    border-color: #28b8da
}

.checkbox-primary input[type=checkbox]:checked + label::after,
.checkbox-primary input[type=radio]:checked + label::after {
    color: #fff
}

.checkbox-danger input[type=checkbox]:checked + label::before,
.checkbox-danger input[type=radio]:checked + label::before {
    background-color: #fc2d42;
    border-color: #fc2d42
}

.checkbox-danger input[type=checkbox]:checked + label::after,
.checkbox-danger input[type=radio]:checked + label::after {
    color: #fff
}

.checkbox-info input[type=checkbox]:checked + label::before,
.checkbox-info input[type=radio]:checked + label::before {
    background-color: #03a9f4;
    border-color: #03a9f4
}

.checkbox-info input[type=checkbox]:checked + label::after,
.checkbox-info input[type=radio]:checked + label::after {
    color: #fff
}

.checkbox-warning input[type=checkbox]:checked + label::before,
.checkbox-warning input[type=radio]:checked + label::before {
    background-color: #ff6f00;
    border-color: #ff6f00
}

.checkbox-warning input[type=checkbox]:checked + label::after,
.checkbox-warning input[type=radio]:checked + label::after {
    color: #fff
}

.checkbox-success input[type=checkbox]:checked + label::before,
.checkbox-success input[type=radio]:checked + label::before {
    background-color: #84c529;
    border-color: #84c529
}

.checkbox-success input[type=checkbox]:checked + label::after,
.checkbox-success input[type=radio]:checked + label::after {
    color: #fff
}

.radio {
    padding-left: 20px
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #bfcbd9;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33), -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}

.radio input[type=radio] {
    opacity: 0;
    z-index: 1
}

.radio input[type=radio]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto transparent;
    outline-offset: -5px
}

.radio input[type=radio]:checked + label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type=radio]:disabled + label {
    opacity: .65
}

.radio input[type=radio]:disabled + label::before {
    cursor: not-allowed
}

.radio.radio-inline {
    margin-top: 0
}

.radio-primary input[type=radio] + label::after {
    background-color: #28b8da
}

.radio-primary input[type=radio]:checked + label::before {
    border-color: #28b8da
}

.radio-primary input[type=radio]:checked + label::after {
    background-color: #28b8da
}

.radio-danger input[type=radio] + label::after {
    background-color: #fc2d42
}

.radio-danger input[type=radio]:checked + label::before {
    border-color: #fc2d42
}

.radio-danger input[type=radio]:checked + label::after {
    background-color: #fc2d42
}

.radio-info input[type=radio] + label::after {
    background-color: #03a9f4
}

.radio-info input[type=radio]:checked + label::before {
    border-color: #03a9f4
}

.radio-info input[type=radio]:checked + label::after {
    background-color: #03a9f4
}

.radio-warning input[type=radio] + label::after {
    background-color: #ff6f00
}

.radio-warning input[type=radio]:checked + label::before {
    border-color: #ff6f00
}

.radio-warning input[type=radio]:checked + label::after {
    background-color: #ff6f00
}

.radio-success input[type=radio] + label::after {
    background-color: #84c529
}

.radio-success input[type=radio]:checked + label::before {
    border-color: #84c529
}

.radio-success input[type=radio]:checked + label::after {
    background-color: #84c529
}

input[type=checkbox].styled:checked + label:after,
input[type=radio].styled:checked + label:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013"
}

input[type=checkbox] .styled:checked + label::before,
input[type=radio] .styled:checked + label::before {
    color: #fff
}

input[type=checkbox] .styled:checked + label::after,
input[type=radio] .styled:checked + label::after {
    color: #fff
}

[dir=rtl] .checkbox {
    padding-left: 0;
    padding-right: 20px
}

[dir=rtl] .checkbox label {
    padding-right: 5px
}

[dir=rtl] .checkbox {
    padding-left: 0;
    padding-right: 20px
}

[dir=rtl] .checkbox label {
    padding-right: 5px
}

[dir=rtl] .checkbox label::before {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -20px
}

[dir=rtl] .checkbox label::after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 3px
}

[dir=rtl] .radio {
    padding-left: 0;
    padding-right: 20px
}

[dir=rtl] .radio label {
    padding-left: 0;
    padding-right: 5px
}

[dir=rtl] .radio label::before {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -20px
}

[dir=rtl] .radio label::after {
    left: auto;
    right: 3px;
    margin-left: 0;
    margin-right: -20px
}

.label {
    font-size: 12px;
    font-weight: 400;
    padding: .4em .9em .4em
}

.invoice-quick-info h5 {
    margin-top: 0
}

.table.items {
    margin-top: 25px
}

.table.items thead th {
    border-bottom: 0;
    font-weight: 500
}

.table.items thead {
    background: #017f81;
    color: #fff;
    border: 0
}

.table.items tbody > tr > td:not(:first-child),
.table.items thead > tr > th:not(:first-child) {
    padding: 8px
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #415165
}

.navbar-default .navbar-toggle {
    border-color: transparent
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent
}

@media (max-width:767px) {
    .navbar-default .navbar-nav > li > a {
        line-height: 20px
    }

    .navbar-default .navbar-nav > li.customers-nav-item-login > a {
        margin-left: 15px;
        line-height: 40px
    }

    .navbar a.navbar-brand {
        padding: 13px 0 19px 0
    }

    .navbar-toggle {
        margin-top: 20px
    }

    #staff_logged_in {
        display: none
    }

    .viewestimate .panel-body,
    .viewinvoice .panel-body {
        padding: 0
    }
}

.kb-article {
    font-size: 14px
}

.article_group_wrapper {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px
}

.articles_list {
    font-size: 14px
}

.articles_list li {
    margin-bottom: 30px
}

.article-related-heading {
    font-size: 16px
}

.article-heading {
    font-weight: 500
}

.dataTables_length select {
    padding-top: 5px;
    height: inherit
}

[dir=rtl] div.dataTables_wrapper div.dataTables_filter {
    text-align: left
}

[dir=rtl] div.dataTables_wrapper {
    direction: rtl
}

[dir=rtl] div.dataTables_wrapper div.dataTables_filter .input-group-addon {
    border-right: 1px solid #bfcbd9
}

table.dataTable thead tr > th {
    color: #4e75ad
}

.label-href,
.label-href:visited {
    outline: 0 !important;
    border: 0 !important
}

.pointer {
    cursor: pointer
}

.mime {
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 1px 0 4px 26px
}

.mime-word {
    background-image: url(../../../images/mime/word.png)
}

.mime-excel {
    background-image: url(../../../images/mime/excel.png)
}

.mime-powerpoint {
    background-image: url(../../../images/mime/powerpoint.png)
}

.mime-pdf {
    background-image: url(../../../images/mime/pdf.png)
}

.mime-zip {
    background-image: url(../../../images/mime/zip.png)
}

.mime-image {
    background-image: url(../../../images/mime/image.png)
}

.mime-file {
    background-image: url(../../../images/mime/file.png)
}

.mime-photoshop {
    background-image: url(../../../images/mime/photoshop.png)
}

.mime-illustrator {
    background-image: url(../../../images/mime/illustrator.png)
}

.mime-video {
    background-image: url(../../../images/mime/video.png)
}

.mime-audio {
    background-image: url(../../../images/mime/audio.png)
}

.files-container {
    margin: 0 0 10px
}

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

.hr-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.mime > a {
    color: #555 !important;
    text-decoration: none
}

.white {
    color: #fff
}

.s-status {
    display: inline-block;
    padding: 6px 18px;
    text-transform: uppercase
}

.advanced-editor-wrapper {
    border: 1px solid #ccc;
    margin-bottom: 15px
}

.staff-profile-image-small {
    height: 32px;
    width: 32px;
    border-radius: 50%
}

.staff-profile-xs-image {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.staff-profile-image-small {
    height: 32px;
    width: 32px;
    border-radius: 50%
}

.staff-profile-image-thumb {
    height: 160px;
    width: 160px;
    border-radius: 50%
}

.task-attachment {
    border: 1px solid #f0f0f0;
    padding: 10px;
    border-radius: 3px;
    max-height: 255px;
    min-height: 255px;
    overflow: hidden
}

.task-attachment .task-attachment-no-preview {
    margin-top: 45px;
    text-align: center
}

.task-attachment .preview_image {
    margin: 0;
    width: 100%
}

.task-attachment .open-in-external {
    position: absolute;
    right: 30px
}

.task-attachment .task-attachment-user {
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #f0f0f0
}

.media-body {
    word-break: break-word
}

#proposal-wrapper {
    overflow: hidden;
    min-height: 100%
}

#proposal-wrapper .proposal-left img {
    margin-left: 10px;
    margin-right: 10px
}

div.proposal-wrapper img:not(.media-object) {
    display: block;
    max-width: 100%;
    height: auto
}

.proposal-comment {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px
}

.table.proposal-items thead > tr > th {
    padding-left: 10px
}

.table.proposal-items tbody > tr > td,
.table.proposal-items thead > tr > th {
    text-align: left
}

.content-view-status {
    padding: 4px 14px;
    font-size: 15.5px;
    text-align: center;
    border-radius: 4px;
    float: right;
    margin-left: 5px
}

.client-profile-image-small {
    height: 32px;
    width: 32px;
    border-radius: 50%
}

.client-profile-image-thumb {
    height: 160px;
    width: 160px;
    border-radius: 50%
}

#task h4 {
    font-size: 15px
}

#task h5 {
    font-size: 14px
}

#task .task-info {
    font-size: 10px;
    vertical-align: middle;
    padding: 10px
}

#task .task-info h5 {
    font-size: 13px;
    font-weight: 400
}

.jquery-comments [contentEditable=true]:empty:not(:focus):before {
    color: #a1b4cc;
    font-size: 14px
}

.jquery-comments ul.main {
    list-style: none !important
}

.jquery-comments.tc-content ul.main ul:not(.child-comments) {
    list-style: initial !important
}

.jquery-comments .highlight-font-bold,
.jquery-comments ul.main li.comment .actions > *,
.jquery-comments ul.main li.comment .name,
.jquery-comments ul.navigation li {
    font-weight: 500 !important
}

.jquery-comments ul.main li.comment .name {
    color: #0081bb
}

.jquery-comments ul.main li.comment .wrapper .content {
    padding: 5px 0 5px 0
}

.jquery-comments ul.navigation li {
    color: #323a45
}

.jquery-comments .textarea-wrapper .control-row > span.upload {
    padding: 5px 20px;
    background-color: #7d838b
}

.jquery-comments .highlight-background {
    background: #03a9f4 !important
}

.jquery-comments .textarea-wrapper .control-row > span {
    padding: 5px 20px !important;
    border-radius: 4px
}

.jquery-comments .textarea-wrapper .control-row {
    margin-top: 10px
}

.jquery-comments ul.main li.comment .actions > * {
    color: #7c838b
}

.jquery-comments ul.navigation .navigation-wrapper {
    padding: 10px 0 0 0
}

.jquery-comments ul.navigation {
    border-bottom: 1px solid #efefef;
    margin-bottom: 1.5em
}

.jquery-comments .textarea-wrapper {
    padding-left: 21px
}

.jquery-comments .textarea-wrapper:before {
    border: 0
}

.jquery-comments .textarea-wrapper .textarea {
    border-radius: 3px;
    border: 1px solid #bfcbd9
}

.project-info-bg {
    background: #fbfbfb !important;
    color: #333 !important;
    border-top: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
    font-weight: 500
}

.no-radius {
    border-radius: 0 !important
}

.team-members .panel-body {
    padding: 0
}

.team-members .media-left {
    padding: 10px
}

.team-members .media-body {
    padding-right: 10px;
    padding-top: 12px
}

.team-members .media:last-child {
    border-bottom: 0
}

.team-members .media {
    margin-top: 0;
    border-bottom: 1px solid #f0f0f0
}

.project-percent {
    position: absolute;
    font-size: 33px;
    font-weight: 500;
    top: 35%;
    left: 0;
    right: 0
}

.project-file-image {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-right: 15px
}

#task-tracking-stats-modal {
    z-index: 999999999999
}

.phase-logged-time {
    color: #3b6900
}

.progress-bg-dark {
    background-color: #7c838b
}

.project-overview-progress-bar {
    height: 50px;
    background-color: #7c838b;
    position: relative
}

.project-overview-progress-bar .project-progress-number {
    font-size: 16px;
    position: absolute;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 500;
    margin-top: 15px;
    text-shadow: 0 0 2px #333
}

.task-user {
    border: 1px solid #f0f0f0;
    padding: 2px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    position: relative
}

.task-checklist-indicator {
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    width: 20px;
    height: 21px;
    display: inline-block
}

.task-checklist-indicator i {
    margin: 0 auto;
    vertical-align: middle;
    margin-left: 3px
}

#task-comments {
    background: #fdfdfd;
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px;
    display: inline-block
}

form.dropzone {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px
}

.dropzone .dz-message {
    margin-top: 45px;
    color: #03a9f4
}

.xdsoft_ {
    z-index: 99999999999999
}

.xdsoft_datetimepicker {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    padding-top: 7px;
    font-family: Roboto;
    border: 1px solid #d6d6d6
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-top: 1px;
    padding-bottom: 1px
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 260px
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #fff;
    text-align: center;
    border: 0
}

.xdsoft_datetimepicker .xdsoft_calendar td {
    padding: 5px;
    padding-left: 7px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    color: #585858;
    font-weight: 500;
    padding: 7px;
    padding-top: 10px;
    padding-bottom: 10px
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-top: 7px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px
}

.xdsoft_datetimepicker .xdsoft_label {
    font-weight: 500
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #3af;
    border-radius: 3px
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    background: #656d77 !important;
    border-radius: 3px
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    background: #e4e8f1;
    color: #333
}

.dataTables_filter input {
    margin-left: 10px !important;
    width: 90px !important;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    height: 31px
}

.dataTables_filter input:focus {
    width: 160px !important
}

.dataTables_filter label {
    text-align: right
}

.dataTables_empty {
    background: url(../../../images/table-no-data.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 228px;
    padding-top: 14px !important;
    text-align: left !important;
    color: #777;
    font-size: 15px
}

.app_dt_empty .dataTables_info,
.app_dt_empty .dataTables_paginate {
    display: none
}

.app_dt_empty .dataTables_length,
.app_dt_empty .dt-buttons,
.app_dt_empty table thead {
    opacity: .5
}

@media (max-width:768px) {
    #content {
        padding: 15px
    }

    ._buttons .mleft5 {
        margin-left: 0 !important
    }

    ._buttons .mright10 {
        margin-right: 0 !important
    }

    ._buttons .pull-left,
    ._buttons .pull-right {
        float: none !important
    }

    ._buttons .btn,
    ._buttons .btn-group {
        display: inline-block;
        margin-left: 0 !important;
        width: 100%;
        margin-bottom: 5px !important;
        float: none !important
    }

    .nav-tabs > li {
        width: 100%
    }

    .project-overview-column {
        margin-top: 15px
    }

    .table-responsive {
        padding: 15px 0 15px 0;
        border: 1px solid #f7f7f7
    }

    .dataTables_filter input,
    .dataTables_filter input:focus {
        width: 100% !important
    }
}

table.dataTable > tbody > tr.child span.dtr-title {
    font-weight: 500
}

.tasks-phases .panel-body {
    background: #fbfbfb;
    padding: 10px
}

.tasks-phases ._task_wrapper {
    background: #fff;
    padding: 5px 10px 5px 10px;
    border: 1px solid #e4e5e7;
    border-radius: 4px
}

.activity-feed {
    padding: 15px
}

.activity-feed .feed-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
    border-left: 2px solid #84c529
}

.activity-feed .feed-item:last-child {
    border-color: transparent
}

.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #4b5158
}

.activity-feed .feed-item .date {
    position: relative;
    top: -5px;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500
}

.activity-feed .feed-item .text {
    position: relative;
    top: -3px
}

.dataTables_empty,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_length label {
    color: #313131;
    font-size: 14px;
}

.modal-backdrop {
    background-color: #cacaca
}

.modal-backdrop.in {
    opacity: .9
}

.modal-content {
    border: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 2px 4px 0 rgba(0, 0, 0, .2)
}

.full-screen-modal {
    width: 90%;
    height: 90%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow-y: initial !important
}

.full-screen-modal .modal-content {
    height: 100%;
    min-height: 100%;
    max-height: 100%
}

.full-screen-modal .modal-footer {
    bottom: 0;
    position: absolute;
    width: 100%
}

.project_file_area,
.project_file_discusssions_area {
    overflow-y: scroll;
    height: 400px
}

@media(max-width:768px) {

    .project_file_area,
    .project_file_discusssions_area {
        height: auto !important
    }

    .full-screen-modal {
        width: auto;
        height: auto;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 10px;
        overflow-y: initial !important
    }

    .project_file_discusssions_area {
        margin-top: 30px
    }

    .full-screen-modal .modal-footer {
        width: auto;
        position: relative !important
    }
}

.alert {
    padding: 10px 15px;
    font-size: 14px
}

.alert:not(.float-alert) span[data-notify=icon] {
    float: left;
    font-size: 18px;
    margin-top: 0
}

.float-alert.alert span[data-notify=icon] {
    font-size: 20px;
    display: block;
    left: 13px;
    position: absolute;
    top: 50%;
    margin-top: -11px
}

.alert.float-alert .alert-title {
    margin-left: 30px
}

.alert:not(.float-alert) .alert-title {
    margin-left: 10px
}

.alert button.close {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    z-index: 1033;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    opacity: .4;
    line-height: 11px;
    width: 25px;
    height: 25px;
    outline: 0 !important;
    text-align: center;
    padding: 3px;
    font-weight: 400
}

.alert button.close:hover {
    opacity: .55
}

.alert .close ~ span {
    display: block;
    max-width: 89%
}

.preview_image {
    height: auto;
    width: 250px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px
}

.preview_image:last-child {
    margin-top: 0;
    margin-bottom: 0
}

.preview_image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.fc-event {
    padding: 8px !important;
    border: 0 !important;
    border-radius: 2px !important;
    margin: 5px 10px 5px 10px !important;
    font-size: 11px;
    cursor: pointer
}

.fc-view {
    overflow-y: scroll
}

#calendar .fc-day-header,
#calendar .fc-header-toolbar button,
#calendar .fc-toolbar .fc-center {
    text-transform: capitalize
}

.tc-content ol,
.tc-content ul {
    list-style: inherit;
    margin-left: 15px
}

.tc-content ol {
    list-style-type: decimal
}

.tc-content table {
    margin-top: 0;
    border-collapse: initial
}

.tc-content table > tbody > tr > td {
    padding: 5px 10px 5px 10px
}

.tc-content img {
    max-width: 100%
}

.tc-content table[border="1"],
.tc-content table[border="1"] td {
    border: 1px solid
}

.tc-content em {
    font-style: italic
}

.contract-view .tc-content ol,
.contract-view .tc-content ul,
.proposal-view .tc-content ol,
.proposal-view .tc-content ul {
    margin-left: 0
}

.float-alert {
    display: inline-block;
    margin: 0 auto;
    position: fixed;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 1031;
    top: 20px;
    right: 20px
}

.kb-search-jumbotron {
    margin-top: -20px;
    margin-bottom: 10px;
    background: #f9fafb
}

.has-feedback.has-feedback-left .form-control-feedback {
    left: 0
}

.kb-search .form-control-feedback {
    left: 5px !important;
    top: 10px;
    font-size: 16px
}

.kb-search input[type=search] {
    padding-left: 40px;
    height: 50px;
    font-size: 17px
}

.kb-search input[type=search]:focus {
    padding-left: 15px
}

.kb-search button[type=submit] {
    padding: 14.5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

#botlink,
#toplink {
    position: fixed;
    right: 7.5%;
    bottom: 53%;
    padding: 10px;
    margin: 0 -20px 0 0;
    color: #666;
    background: #e9ebef;
    font-size: 1.5em;
    border: 1px solid #b4b4b4;
    border-bottom: 1px solid #b8b8b8;
    border-radius: 6px 6px 0 0;
    z-index: 99;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .25);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .25)
}

#botlink {
    top: 47%;
    padding: 10px;
    bottom: auto;
    border: 1px solid #b4b4b4;
    border-top: 1px solid #ddd;
    border-radius: 0 0 6px 6px
}

#botlink:hover,
#toplink:hover {
    color: #84c529;
    background: #fcfcfc;
    text-decoration: none
}

.dropdown-menu > li > a {
    padding: 8px 16px;
    color: #333
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #03a9f4
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    outline: 0 !important;
    background: #e4e8f1
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
    max-height: 450px;
    overflow-y: auto
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px
}

.dropdown-submenu:hover > a:after {
    border-left-color: #333
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left > .dropdown-menu {
    border-radius: 10px;
    margin-top: .2px;
    border-top-left-radius: 0
}

.dropdown-submenu.pull-left > .dropdown-menu li a:hover,
.dropdown-submenu.pull-left > .dropdown-menu li.active a,
.dropdown-submenu.pull-left > .dropdown-menu li.active a:hover {
    border-top-left-radius: 0
}

@media (max-width:768px) {
    .dropdown-submenu.pull-left > .dropdown-menu {
        display: block;
        left: 1px;
        position: relative;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .dropdown-submenu > a:after {
        border-left-color: transparent
    }

    .dropdown-submenu > a {
        background: #f0f0f0
    }
}

.progress-bar-mini {
    height: 5px !important
}

.project-progress-bars i {
    font-size: 24px
}

.project-progress-bars i:not(.text-success) {
    color: #bfbfbf
}

.panel-body.project-description {
    padding: 11px
}

.bootstrap-select .btn-default {
    background: #fff !important;
    border: 1px solid #bfcbd9 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #494949 !important;
    padding: 4px 10px;
    line-height: 2;
    height: 36px;
    text-transform: inherit
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    background-color: #eef1f6 !important;
    border-color: #d1dbe5 !important;
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
    outline: 0
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.bootstrap-select.open .btn-default {
    border: 1px solid #03a9f4 !important
}

.bootstrap-select.btn-group .bs-placeholder .filter-option {
    color: #a1b4cc
}

.custom-field-inline-edit-link {
    float: left;
    margin-right: 5px
}

.task-single-status .label {
    float: left
}

[dir=rtl] .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right
}

[dir=rtl] .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: auto;
    left: 12px
}

[dir=rtl] div.dataTables_wrapper div.dataTables_paginate {
    text-align: left
}

._task_wrapper.overdue-task {
    background: #f2dede !important;
    border-color: #eab8b7 !important
}

.form-group + p.alert-validation {
    margin-top: -10px
}

@media screen and (max-height:575px),
screen and (min-width:992px) and (max-width:1199px) {

    #rc-imageselect,
    .g-recaptcha {
        transform: scale(.83);
        -webkit-transform: scale(.83);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

td[align=left],
th[align=left] {
    text-align: left
}

td[align=right],
th[align=right] {
    text-align: right
}

td[align=center],
th[align=center] {
    text-align: center !important
}

[dir=rtl] td[align=left],
[dir=rtl] th[align=left] {
    text-align: right !important
}

[dir=rtl] td[align=right],
[dir=rtl] th[align=right] {
    text-align: left !important
}

.signature-pad--body {
    border-radius: 4px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #c0cbda
}

.gdpr-right {
    border: 1px solid #d8d8d8;
    padding: 35px 15px;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 4px
}

.gdpr-right .gdpr-right-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px
}

.gdpr-purpose {
    border: 1px solid #d8d8d8;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px
}

.gdpr-purpose .gdpr-purpose-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #5a5a5a
}

.list-status h3 {
    margin-top: 0
}

.list-status:last-child {
    border-right: 0
}

.list-status a {
    border: 1px solid #eee;
    padding: 15px;
    display: inline-block;
    width: 100%;
    border-radius: 4px
}

.list-status a.active {
    background: #f9fafb
}

.ticket-info p:last-child {
    margin-bottom: 0
}

.gpicker {
    opacity: 0
}

.gpicker + div[id^=dropbox-chooser] {
    float: right;
    margin-left: 5px
}

.gpicker {
    height: 14px;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #4c4c4c;
    text-decoration: none;
    padding: 1px 7px 5px 3px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    border-bottom-color: #d4d4d4;
    background: #fcfcfc;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f5f5f5));
    background: linear-gradient(to bottom, #fcfcfc 0, #f5f5f5 100%);
    line-height: 18px !important;
    text-decoration: none !important;
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important
}

.preview-sticky-header {
    z-index: 1;
    background: #fff;
    padding: 12px 0;
    -webkit-box-shadow: 0 1px 15px 1px rgba(90, 90, 90, .08);
    box-shadow: 0 1px 15px 1px rgba(90, 90, 90, .08);
    width: 100% !important;
    left: 0 !important
}

.preview-sticky-header .sticky-hidden {
    display: none !important
}

.preview-sticky-header .sticky-visible {
    display: inherit !important
}

.mobile .preview-sticky-header {
    padding: 15px
}

@media(max-width:767px) {

    .preview-sticky-container .action-button,
    .preview-sticky-container .content-view-status {
        float: none !important;
        display: inline-block;
        width: 100%;
        margin: 0 0 5px 0
    }
}

@media(min-width:767px) {
    div:not(.preview-sticky-header) .preview-sticky-container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1281px),
(min-width:1025px) and (max-width:1280px) {
    .preview-top-wrapper {
        margin-top: 25px
    }
}

.dt-page-jump {
    text-align: right;
    margin-right: 15px
}

.dt-page-jump .dt-page-jump-select {
    height: 32px;
    float: right;
    margin-top: 2px;
    margin-left: 15px;
    border: 1px solid #ddd;
    width: auto
}

[dir=rtl] .dt-page-jump .dt-page-jump-select {
    float: left;
    margin-right: 15px
}

[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option {
    right: 0;
    margin-right: auto;
    text-align: right;
    padding-right: 16px
}

.task-comment .task-attachment-col-more {
    display: block !important
}

.comment-content .task-attachment-col:nth-child(2),
.comment-content .task-attachment-col:nth-child(3),
.comment-content .task-attachment-col:nth-child(4) {
    margin-top: 15px
}

.task-comment .task-attachment-col {
    margin-left: 0;
    padding-left: 0
}

.gantt .ganttGreen .bar {
    fill: #84c529
}

.gantt .ganttRed .bar {
    fill: #cc5900
}

.tasks-phases {
    overflow: scroll hidden
}

.kan-ban-col {
    width: 326px;
    height: 416px;
    margin-right: 6px;
    display: inline-block
}

.tasks-phases .kan-ban-col .panel-body {
    height: 100%;
    overflow-y: auto
}

@media (max-width:768px) {
    .kan-ban-col {
        width: 216px;
        height: 416px;
        margin-right: 6px;
        display: inline-block
    }
}

body[dir=rtl].safari .table-responsive .table {
    max-width: none;
    -webkit-overflow-scrolling: touch !important
}

@media (max-width:991px) {
    .register-heading.text-right {
        text-align: center
    }
}

.g-recaptcha > div {
    margin: 0 auto
}



.client_certification_scope input[type="color"],
.client_certification_scope input[type="date"],
.client_certification_scope input[type="datetime-local"],
.client_certification_scope input[type="datetime"],
.client_certification_scope input[type="email"],
.client_certification_scope input[type="file"],
.client_certification_scope input[type="month"],
.client_certification_scope input[type="number"],
.client_certification_scope input[type="password"],
.client_certification_scope input[type="search"],
.client_certification_scope input[type="tel"],
.client_certification_scope input[type="text"],
.client_certification_scope input[type="time"],
.client_certification_scope input[type="url"],
.client_certification_scope input[type="week"],
.client_certification_scope select.form-control,
.client_certification_scope textarea.form-control {
    width: 115px;
    height: 30px;
    padding: 0 8px;
}

a.edit_scope {
    color: #707070;
    border-radius: 3px;
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 15px;
}

a.edit_monogram {
    color: #707070;
    border-radius: 3px;
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 15px;
}

a.add_new_scope {
    padding: 8px 20px;
    margin-top: 30px;
    display: inline-block;
    background: #008081;
    color: #fff;
    border-radius: 3px;
}

.submit_scope,
.submit_req {
    padding: 8px 20px;
    display: inline-block;
    background: #008081;
    color: #fff;
    border-radius: 3px;
    border: none;
    position: relative;
    top: -2px;
}

#labels_tbl td p i.ex_serial {
    color: #000;
    background: #ff0;
}

#labels_form label.error {
    margin: 5px 0;
    color: #f00;
}

#labels_tbl td label.status_1 {
    background: #e97a17;
}

#labels_tbl td label.status_2 {
    background: #ffd700;
    color: #000
}

#labels_tbl td label.status_3 {
    background: #07cc04;
}

#labels_tbl td label.status_4 {
    background: #ff0000;
}

#labels_tbl tr.strike td {
    text-decoration: line-through;
    color: #ff0000
}

#labels_tbl td label {
    padding: 2px 10px;
    border-radius: 3px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.labels_sec table {
    margin-top: 15px;
    background: #eee;
}

.labels_sec table th {
    background: #eee;
    color: #000;
    font-weight: 500
}

.labels_sec table caption a {
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
    margin-left: 10px;
    text-align: right;
    float: right;
}

.labels_sec table caption {
    color: #fff;
    background: #008081;
    padding: 6px 20px;
}

.labels_req_sec table {
    margin-top: 15px
}

.labels_req_sec table th {
    background: #eee;
    color: #000;
    font-weight: 500
}

.labels_req_sec table caption a {
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
    margin-left: 10px;
    text-align: right;
    float: right;
}

.labels_req_sec table caption {
    color: #fff;
    background: #008081;
    padding: 6px 20px;
}

#monograms_tbl td p i.ex_serial {
    color: #000;
    background: #ff0;
}

#monograms_form label.error {
    margin: 5px 0;
    color: #f00;
}


#monograms_tbl td label.status_1 {
    background: #e97a17;
}

#monograms_tbl td label.status_2 {
    background: #ffd700;
    color: #000
}

#monograms_tbl td label.status_3 {
    background: #07cc04;
}

#monograms_tbl td label.status_4 {
    background: #ff0000;
}

#monograms_tbl tr.strike td {
    text-decoration: line-through;
    color: #ff0000
}

#monograms_tbl td label {
    padding: 2px 10px;
    border-radius: 3px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.monograms_sec table {
    margin-top: 15px
}

.monograms_sec table th {
    background: #eee;
    color: #000;
    font-weight: 500
}

.monograms_sec table caption a {
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
    margin-left: 10px;
    text-align: right;
    float: right;
}

.monograms_sec table caption {
    color: #fff;
    background: #008081;
    padding: 6px 20px;
}

.monograms_req_sec table {
    margin-top: 15px
}

.monograms_req_sec table th {
    background: #eee;
    color: #000;
    font-weight: 500
}

.monograms_req_sec table caption a {
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
    margin-left: 10px;
    text-align: right;
    float: right;
}

.monograms_req_sec table caption {
    color: #fff;
    background: #008081;
    padding: 6px 20px;
}

div#back_top {
    display: inline-block;
    position: fixed;
    bottom: 10%;
    margin-left: 100px;
}

div#back_top a {
    padding: 7px 20px 8px;
    background: #764abc;
    border-radius: 18px;
    color: #fff;
}

.title_block a {
    background: #008081;
    color: #fff;
    border-color: #008081;
}

.title_block a i {
    position: relative;
    margin-left: 5px;
}

.title_block {
    padding: 25px 0;
    align-items: center;
    display: flex;
}

#lables_report tbody tr td i {
    font-size: 20px;
}

#lables_report tbody tr td:nth-child(2) {
    text-align: center
}

#lables_report tbody tr td:nth-child(3) {
    text-align: center
}

#lables_report tfoot tr th {
    background: #e2e5e2;
    font-weight: 600;
}

th.th-sm {
    background: #008081;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

#lables_report h3 {
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    background: #ebebeb;
    padding: 15px 0;
    color: #008081
}

#lables_report h4 span {
    font-weight: bold
}

#lables_report h4 {
    margin: 3px 0;
    font-weight: 500
}

.lreport_overview table td {
    text-align: center;
    color: #333
}

.lreport_overview table th {
    background: #efefef;
    font-weight: bold;
    color: #000;
    text-align: center
}

.lreport_overview table tbody tr td:nth-child(2),
.lreport_overview table tbody tr td:nth-child(3) {
    background: transparent !important;
}

a#req_label_link {
    padding: 10px 15px;
    background: #007f80;
    color: #fff;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
}

.edit_request_info {
    padding: 10px;
    position: absolute;
    width: 200px;
    text-align: center;
    margin-top: 10px;
    background: #e8e8e8;
    display: none;
    z-index: 999
}

.edit_request_info b {
    display: block;
}

.edit_labels_form {
    text-align: left
}

.edit_labels_form input {
    margin-top: 5px;
    border: none;
    background: #000;
    padding: 3px 15px;
    color: #fff;
    border-radius: 3px;
}

.edit_labels_form textarea {
    border: 1px solid rgb(202, 198, 198);
    padding: 10px;
    width: 100%
}

.edit_labels_form textarea:focus,
.edit_labels_form textarea:hover {
    border: 1px solid #333;
    box-shadow: none;
    outline: none;
}

#labels_tbl td.only_text.used_quantity {
    display: none;
}

#labels_tbl td span {
    font-weight: 500;
    color: #ebab13;
}

#labels_tbl td ul.dropdown-menu li a span {
    font-weight: 400;
    color: #333;
}

.customers .label_notifiy {
    margin: 10px auto;
}

.customers .label_notifiy p {
    font-size: 14px
}

.customers .label_notifiy p a {
    margin-left: 2px;
    text-decoration: underline;
    color: #222;
    font-size: 12px;

}

.customers .label_notifiy p i {
    text-decoration: none;
    font-size: 12px
}

#labels_data_wrapper .bootstrap-select .btn-default,
#monograms_data_wrapper .bootstrap-select .btn-default {
    padding: 2px 10px;
    line-height: 1.5;
    height: 26px;
    border-radius: 0px;
    background: #f7f7f7 !important;
    border-color: transparent !important;
}

#labels_data_wrapper .bootstrap-select .dropdown-toggle .caret,
#monograms_data_wrapper .bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -2px;
}

#labels_data thead tr th,
#monograms_data thead tr th {
    background: #eee;
    color: #000 !important;
    font-weight: 500;
}

.table tr td span.requested {
    background: #ffe300;
    color: #000;
    padding: 2px 10px;
    border-radius: 3px;
    text-transform: capitalize;
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
    right: 5px;
}

span.expired {
    color: #da0e18 !important;
}


.table-wrap form table tr td .event_none {
    position: relative
}

.table-wrap form table tr td .event_none::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(249, 249, 249, 0.5);
    z-index: 999;
}

.table-wrap form table tr td a.refresh {
    position: relative;
    top: 4px;
    margin-left: 8px;
    color: #008081;
}

.table-wrap form table tr td a.refresh i {
    margin-left: 3px;
}

#register-form label.error {
    color: rgb(255, 0, 0);
    padding-top: 5px;
    display: none;
}



.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a {
    outline: 0;
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li {
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number {
    font-size: 1.429em;
}

.wizard > .steps > ul > li {
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
    float: left;
}

.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}

.wizard > .actions > ul li:first-child {
    display: none;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    background: #fcfcfc;
    color: #111;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background: #4CAF50;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
    background: #ff3111;
    color: #fff;
}

.wizard > .content {
    background: #eee;
    display: block;
    margin: 0.5em;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.wizard > .content > .body ul {
    list-style: disc !important;
}

.wizard > .content > .body ul > li {
    display: list-item;
}

.wizard > .content > .body > iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input {
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"] {
    display: inline-block;
}

.wizard > .content > .body input.error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label {
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error {
    color: #8a1f11;
    display: inline-block;
}

.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li {
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa;
}

.wizard > .loading {}

.wizard > .loading .spinner {}



/*
    Tabcontrol
*/

.tabcontrol > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul {
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
    display: list-item;
}



.wizard > .actions > ul > li.disabled {
    display: none !important;
}



.login-12 .login-inner-form .col-pad-0 {
    padding: 0;
}



/* temp style for register form */
#register-form .register-company-group .form-control {
    position: relative;
}

#register-form .register-company-group .form-control.valid::after {
    content: "\f058";
    position: absolute;
    right: 30px;
    top: 50px;
    font-size: 18px;
    color: #69c70c;
    font-family: 'Font Awesome 5 Pro';
}

#register-form .register-company-group .form-control.valid {
    border: 1px solid #088788;
    box-shadow: none;
    background: #098788;
    color: #fff;
}

#register-form .register-company-group .valid.pending {
    border: 1px solid #bfcbd9 !important;
    background: transparent !important;
}

#register-form .register-company-group .form-control.error {
    border: 1px solid #cd1010 !important;
}

#register-form .register-company-group .form-control.error::after {
    content: "\f057";
    position: absolute;
    right: 30px;
    top: 50px;
    font-size: 18px;
    color: #cd1010;
    font-family: 'Font Awesome 5 Pro';
}

#register-form h3 {
    background: #f6f6f6;
    padding: 20px 10px;
    border-bottom: 1px solid;
    margin: 0;
}

#register-form h3 i {
    position: relative;
    margin-right: 8px;
}

#register-form .panel_s .panel-body {
    padding: 0px;
}

#register-form section.row {
    padding: 15px;
    background: #fdfdfd;
    margin: 0;
}

#register-form .control-label {
    font-weight: 500;
    font-size: 14px;
    color: #2f2f2f;
}

#register-form .register-company-group .btn {
    padding: 8px 35px;
    background: #a4b1c2;
    color: #fff;
}

#register-form .register-submit-group .btn {
    padding: 10px 50px;
    margin-top: 15px;
    background: #058485;
    color: #fff;
}




.login-12 .bg-img {
    background: url(../../../images/login_bg.jpg) no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    text-align: right;
    z-index: 999;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 50px 30px 40px;
}

.login-12 .bg-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 128, 129, 0.75)
}



.login-12 .form-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: #f7f7f7
}

.login-12 .login-inner-form {
    max-width: 500px;
    width: 100%;
}

.login-12 .logo {
    top: 40px;
    position: absolute;
    right: 45px;
}

.login-12 .logo img {
    height: 75px;
}

.login-12 .login-inner-form p {
    color: #000;
    font-size: 16px;
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #e8e7e7;
    width: 80%;
    margin: 0 auto;
    margin-top: 35px;
}

.login-12 .login-inner-form p a {
    color: #008081;
    font-weight: 400;
    margin-left: 4px;
}

.login-12 .login-inner-form img {
    margin-bottom: 15px;
    height: 30px;
}

.login-12 .login-inner-form h1 {
    font-size: 30px;
    color: #108888;
}

.login-12 .login-inner-form h3 {
    margin: 0 0 35px;
    font-size: 25px;
    font-weight: 400;
    color: #040404;
}

.login-12 label {
    color: #535353;
    font-size: 16px;
    margin-bottom: 5px;
}

.login-12 form .form-group label i {
    width: 15px;
    height: 15px;
    text-align: center;
    display: inline-block;
    position: relative;
    font-size: 18px;
}

.login-12 label .fa.fa-envelope {
    font-size: 16px;
}

.login-12 form .form-group:first-child label i {
    font-size: 14px;
}

.login-12 .login-inner-form .form-group {
    margin-bottom: 25px;
}

.login-12 .login-inner-form .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #d6d6d6;
    background: #fff;
    outline: none;
    color: #535353;
    border-radius: 0;
    height: 55px;
}

.login-12 .login-inner-form .input-text label {
    color: #535353;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.login-12 .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
}

.login-12 .login-inner-form .form-check a {
    color: #535353;
    float: right;
}

.login-12 .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 16px;
}

.login-12 .login-inner-form .form-check-input {
    position: absolute;
    margin-left: -24px;
}

.login-12 .login-inner-form .checkbox a {
    font-size: 16px;
    color: #216dbd;
    float: right;
}

.login-12 a {
    text-decoration: none;
}

.login-12 .form-section .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #535353;
}

.login-12 .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border: 1px solid #afabab;
}

.login-12 .login-inner-form .terms {
    margin-left: 4px;
}

.login-12 .form-check-input:focus {
    border-color: #ffc801 !important;
    outline: 0;
    box-shadow: none;
}

.login-12 .form-check-input:checked {
    background-color: #ffc801 !important;
}

.login-12 .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-12 .btn-theme {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    overflow: hidden;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;

    border-radius: 0;
    border: none;
}

.login-12 .btn-theme:hover {
    color: #fff;
}

.login-12 .btn-theme:hover::before {
    left: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.login-12 .btn-theme:before {
    position: absolute;
    content: '';
    left: 96%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(330deg);
    -webkit-transform: skewX(330deg);
    -moz-transform: skewX(330deg);

}

.login-12 .btn-theme span {
    position: relative;
    z-index: 1;
}

.login-12 .informeson {
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    z-index: 20;
}

.login-12 .informeson h2 {
    margin: 15px 0 0 0;
    font-size: 28px;
    color: #fff;
    text-align: center;
}

.login-12 .btn-section {
    margin-bottom: 30px;
}

.login-12 .informeson p {
    color: #fff;
    opacity: 0.9;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 40px;
}

.login-12 .logo-2 {
    display: none;
}

.login-12 .btn-theme-2 {
    padding: 0 35px;
    display: inline-block;
    position: relative;
    z-index: 5;
    transition: .7s ease;
    background: transparent;
    line-height: 41px;
    font-size: 16px;
    font-weight: 400;

    border-radius: 0;
}

.login-12 .btn-theme-2:hover {
    color: #fff;
}

.btn-theme-2:before,
.btn-theme-2:after {
    color: #fff;
}

.login-12 .btn-theme-2:before,
.btn-theme-2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all .7s ease;
    border-radius: 0;
}

.login-12 .btn-theme-2:after,
.btn-theme-2:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all .7s ease;
    border-radius: 0;
}

.login-12 .btn-theme-2:hover:before,
.btn-theme-2:hover:after {
    width: 50%;
}

.login-12 .btn-theme-2 {
    border: 2px solid #ffc801;
    border-radius: 0;
    color: #ffc801;
}

.login-12 .btn-theme-2:before,
.btn-theme-2:after {
    background: #ffc801;
}

.login-12 .btn-theme-3 {
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    display: inline-block;
    padding: 0 35px;
    position: relative;
    z-index: 1;
    transition: all .7s ease;
    border-radius: 50px;
    line-height: 41px;
    font-size: 16px;
    font-weight: 400;

    border-radius: 0;
}

.login-12 .btn-theme-3:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .7s ease;
    z-index: -1;
    border-radius: 50px 0 0 50px;
}

.login-12 .btn-theme-3:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .7s ease;
    z-index: -1;
    border-radius: 0 50px 50px 0;
}

.login-12 .btn-theme-3:hover {
    background: transparent;
}

.login-12 .btn-theme-3:hover:before {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.login-12 .btn-theme-3:hover:after {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.login-12 .btn-theme-3 {
    background: #ffc801;
}

.login-12 .btn-theme-3:before {
    background: #ffc801;
}

.login-12 .btn-theme-3:after {
    background: #ffc801;
}

.login-12 .btn-theme-3:hover {
    color: #ffc801;
    border: 2px solid #ffc801;
}

.login-12 .btn-lg {
    padding: 0 50px;
    line-height: 55px;
}

.login-12 .btn {
    box-shadow: none !important;
}

.login-12 .btn-md {
    padding: 0 45px;
    line-height: 50px;
}

.login-12 .btn-primary {
    background: #0f8788;
}

.login-12 .btn-primary:before {
    background: #75b2b3;
}

.login-4 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}


.sld img{
    width:75% !important;
    margin:  0 auto
}

.sld .owl-dots {
    text-align: center;
    margin-top: 18px;
}

.sld .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid #d9d9d9;
}

.sld .owl-dots .owl-dot.active {
    background: transparent;
}

.viewinvoice .preview-top-wrapper .inv_action_btns {
    border: 1px solid #008081;
    background: #008081;
    color: #fff;
    padding: 8px 18px;
    border-radius: 3px;
    font-size: 16px;
    margin-left: 15px;
}

.viewinvoice .preview-top-wrapper .inv_action_btns i {
    padding-right: 6px;
    position: relative;
    top: 1px;
}


.viewinvoice .panel_s .table > tbody > tr td {
    padding: 12px 8px;
    border-top: 1px solid #f2f1f1;
    vertical-align: middle;
}

.viewinvoice .panel_s .inv_action_btns {
    border: 1px solid #008081;
    background: #008081;
    color: #fff;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 14px;
}

.viewinvoice .panel_s .inv_action_btns i {
    padding-left: 4px;
    position: relative;
    top: 1px;
}

.monograms_sec div.dt-center-in-div,
.labels_sec div.dt-center-in-div {
    margin: 0 auto;
}

.monograms_sec #monograms_data_wrapper div.dt-top-container,
.labels_sec #labels_data_wrapper div.dt-top-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.monograms_sec #monograms_data_wrapper .buttons-page-length,
.labels_sec #labels_data_wrapper .buttons-page-length {
    display: none
}

.monograms_sec #monograms_data_wrapper .dt-filter-spacer,
.labels_sec #labels_data_wrapper .dt-filter-spacer {
    display: none
}

.monograms_sec #monograms_data_wrapper .buttons-pdf::after,
.labels_sec #labels_data_wrapper .buttons-pdf::after {
    content: "\f1c1";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 5px;
    color: #fff;
    margin-left: 8px;
}

.monograms_sec #monograms_data_wrapper .buttons-pdf,
.labels_sec #labels_data_wrapper .buttons-pdf {
    background: #047e7e;
    border-radius: 3px !important;
    padding: 6px 35px 5px 17px;
    border: none;
    color: #fff;
}

div.dataTables_wrapper div.dataTables_length label div.dropdown {
    margin: 0 5px
}

.section-client-dashboard #greeting {
    padding: 20px 0
}

.section-client-dashboard .title_block,
.section-invoices .title_block {
    padding: 25px 0;
    align-items: center;
    display: flex;
    justify-content: space-between
}

.section-invoices .title_block {
    padding: 0px;
}

.section-client-dashboard .title_block p,
.section-invoices .title_block p {
    margin: 0;
    font-size: 20px;
    color: #078586;
}

.section-client-dashboard .title_block a,
.section-invoices .title_block a {
    padding: 8px 13px;
    border-radius: 3px;
    font-size: 16px;
}

.footer {
    background: rgb(192, 192, 192);
    padding: 15px;
    width: 100%;
    height: 50px;
    margin-top: 25px;
}

.footer .copyright-footer {

    color: #000;
    font-size: 16px;
}


.dataTables_filter .input-group input {
    margin-left: 0px !important;
    width: 90px !important;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    height: 31px;
    border-left: 0px;
}

.table-cstyle,
.table-proposals {
    border: 1px solid #f2f2f2
}

.table-cstyle thead .sorting::after,
.table-proposals thead .sorting::after {
    color: #d5d2d2 !important;
    opacity: 1 !important;
}

.table-cstyle > tbody > tr > td,
.table-proposals > tbody > tr > td {
    padding: 12px 8px;
    border-top: 1px solid #f2f1f1;
    vertical-align: middle
}

.table-cstyle thead tr > th,
.table-proposals thead tr > th {
    color: #041f46 !important;
    background: #fbfbfb;
    font-size: 14px;
    padding: 10px;
}

.table-cstyle p,
.table-proposals p {
    margin-bottom: 4px;
    font-weight: 500;
    color: #425151;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.table-cstyle .invoice_download,
.table-proposals .proposal_download {
    display: inherit;
    text-decoration: none;
    color: #fff;
    padding: 9px 9px 7px 9px;
    background: #098788;
    clear: both;
    line-height: 1.15;
    position: relative;
    margin-left: 10px;
    border-radius: 50%;
}

.table-cstyle .payment_download {
    padding: 8px 15px;
    background: #f2f2f2;
    border-radius: 3px;
    color: #5e5b5b;

}

.invoice-payments-table tr th {
    color: #041f46 !important;
    background: #fbfbfb;
    font-size: 14px;
    padding: 10px;
}

span.expired {
    color: #da0e18 !important;
}

span.valid {
    color: #1fd42a !important
}

.table-cstyle tbody tr span.active {
    color: #45c217 !important;
    padding: 3px 10px;
    background: #f7fef7;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    border: 1px solid #eee;
}

#spec_content_block {
    padding: 10px;
    background: #f9f9f9;
    height: 100%;
}

#spec_content_block h4 {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    position: relative
}

#spec_content_block h4 a {
    position: absolute;
    right: 0;
}


.user_notification {
    position: fixed;
    right: 10px;
    width: 500px;
    z-index: 3;
    background: #fbfb35;
    padding: 15px 15px 0px;
    border-radius: 15px;
    bottom: 50px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 15px 1px rgba(90, 90, 90, .08);
    box-shadow: 0 1px 15px 1px rgba(90, 90, 90, .08);
    display: none;
}

.user_notification img.bell_icon {
    width: 75px;
    height: 75px;
    position: absolute;
    right: -7px;
    opacity: .75;
    top: -15px;
    background: #fff;
    padding: 25px 18px 15px 15px;
    border-radius: 50%;
}

.user_notification h4 {
    color: #000;
    font-style: italic;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 80%;
}

.user_notification h4 a img {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 105px;
}

.user_notification .label_notifiy {
    font-size: 14px;
    color: #000
}

.user_notification .notify .clear_all {
    text-align: center;
    font-size: 11px;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    top: -10px;
    margin: 0;
    padding: 4px 0;
    background: #f2f2f2;
    font-weight: bold;
    text-transform: capitalize;
}

#scrollbar {
    height: 200px
}

.notifications_icon {
    position: fixed;
    right: 30px;
    padding: 15px;
    background: #fff;
    border-radius: 50%;
    z-index: 3;
    bottom: 75px;
    -webkit-box-shadow: 0 1px 15px 1px rgba(90, 90, 90, .08);
    box-shadow: 0 1px 15px 1px rgba(90, 90, 90, .08);
    border: 3px solid #e8e8e8;
}

.notifications_icon .notify_count {
    position: absolute;
    right: 0;
    top: -2px;
    background: #ffda11;
    padding: 3px 9px;
    border-radius: 50%;
    font-weight: bold;
    color: #333;
}

.notifications_icon a img {
    width: 50px;
    height: 50px;
    opacity: 1;
    padding: 3px;
}

.user_btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    border: 2px solid #bdbdbd;
    padding: 6px 25px 7px;
    border-radius: 10px;
    color: #000;
    background: #f8f8f8;
    z-index: 1
}

.user_btn i {
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-left: 4px;
}

.user_btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #008080;
    transform: translateX(-100%);
    transition: all .5s ease-in;
    z-index: -1;
}

.user_btn:hover {
    color: #fff;
}

.user_btn:hover:before {
    transform: translateX(0);
}

.user_btn img {
    width: 25px;
    position: relative;
    top: -2px;
    right: -6px;
}


.sec_title {
    padding: 15px 0;
    margin-bottom: 0px;
    background: #fff;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.sec_title .section-text {
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
}


.download_files,
.upload_files {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 4px;
    position: relative;
}

.download_files .row,
.upload_files .row {
    margin: 0px;
}

.download_files .container,
.upload_files .container {
    padding: 0px;
}

.download_files .sec_title,
.upload_files .sec_title {
    padding: 15px 0;
    margin-bottom: 20px;
    background: #eee;
}


.file_card {
    border: 1px solid #008080;
    margin-bottom: 30px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.file_card.filtered {
    border: 1px solid #c9cd98 !important;
}

.file_card > * {
    transition: all .15s cubic-bezier(0.1, 0.7, 1.0, 0.1);
    -webkit-transition: all .15s cubic-bezier(0.1, 0.7, 1.0, 0.1);
    -moz-transition: all .15s cubic-bezier(0.1, 0.7, 1.0, 0.1);
}

.file_card:hover {
    box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #b7bdbd
}

.file_card:hover .file_content .file_type img {
    opacity: .8
}

.file_card .file_content {
    display: flex;
    align-items: center;
    background: #008080;
    border-radius: 5px;
    height: 145px;
}

.file_card .file_content .file_type {
    padding: 10px;
}

.file_card .file_content .file_type img {
    width: 75px;
}

.file_card .file_content .file_info {
    padding: 5px 10px;
    background: #fbfbfb;
    border-left: 2px solid #fff;
    height: 100%;
    width: 100%;
}

.file_card .file_content > * {
    color: #333;
}

.file_card .file_content .file_info .file_tag i {
    color: #7b8312 !important;
    font-size: 11px;
    position: relative;
    top: 1px;
}

.file_card .file_content .file_info h5 {
    color: #333;
    font-weight: bold;
    margin: 7px 0;
}

.file_card .file_content .file_info p {
    margin: 10px 0 8px
}

.file_card .file_content .file_info p.btn_d {
    display: flex;
    align-items: center;
}

.file_card .file_content .file_info p a {
    padding: 5px 15px;
    background: #008080;
    color: #fff;
    border-radius: 3px;
}

.file_card .file_content .file_info p span {
    font-style: italic;
    color: #333
}

.file_card .file_content .file_info p span i {
    padding-left: 8px;
}

.file_card .file_content .file_info .file_expiry i {
    width: 15px;
    text-align: center;
    color: #7b8312 !important
}

.nodata_info {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 24px;
    color: #bbb;
}

.nodata_info img {
    width: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    opacity: .3;
}

#monograms_data > tbody > tr > td,
#labels_data > tbody > tr > td {
    vertical-align: middle;
}

#monograms_data caption {
    font-weight: bold
}

#monograms_data caption span:last-child {
    float: right
}


#monograms_data_wrapper #monograms_data_info {
    margin: 0px;
}

#monograms_data_wrapper div:not([class]),
#labels_data_wrapper div:not([class]) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vh-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    position: absolute;
}

a.down_file_btn {
    padding: 5px 23px 5px 8px;
    background: #fdfdfd;
    color: #333;
    border-radius: 5px;
    border: 1px solid #eee;
    display: inline-block;
}

a.down_file_btn i {
    position: absolute;
    margin-left: 5px;
    margin-top: 3px;
}

a.down_file_btn_icon {
    border: 1px solid #e2e2e2;
    padding: 5px 9px;
    border-radius: 50%;
    background: #f6f6f6;
    color: #000;
}

a#show_spec {
    color: #333
}

.up_file_form .dropzone.dz-clickable {
    min-height: 400px;
}

.up_file_form .dropzone.dz-clickable .dz-message {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    position: absolute;
    margin: 0px;
    color: #333;
    font-size: 14px;
}

.up_file_form .dropzone.dz-clickable .dz-message span {
    position: relative;
}

.up_file_form .dropzone.dz-clickable .dz-message span::before {
    content: "\f0ee";
    font-family: 'Font Awesome 5 Pro';
}

div.files_filter {
    margin-bottom: 25px;
    text-align: center
}

.files_filter span {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-block
}

.files_filter button {
    margin-right: 12px;
    border: none !important
}

.files_filter button:last-child {
    margin: 0px;
}

.filter-button.active {
    background: #008080 !important;
    color: #fff !important;
}

/*
.files_filter .rs_icon{	
	background: #008000;
	color: #fff;
}
.files_filter .foa_icon{
	background: #808080;
	color: #fff;
}
.files_filter .others_icon{
	background: #FFFF00;
	color: #000
}
.files_filter .ap_icon{
	background: #8F00FF;
	color: #fff
}
.files_filter .certificate_icon{
	background: #008080;
	color: #fff
}

.border_foa{
	border-color:#808080;
}
.border_rs{
	border-color: #008000;
}
.border_others{
	border-color: #FFFF00;
}
.border_ap{
	border-color: #8F00FF;
}
.border_certificate{
	border-color: #008080;
}
*/


.table-files .tooltip .tooltip-arrow {
    border-top-color: #eee !important;
}

.table-files .tooltip .tooltip-inner {
    background-color: #eee !important;
}

.table-files .tooltip .tooltip-inner img {
    width: 175px !important;
}


.br_t0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.section-client-dashboard .panel-body {
    padding: 0 15px;
}

.user_dashboard_menu .nav li.dropdown ul {
    border-radius: 1rem;
}

.user_dashboard_menu .nav li.dropdown ul::after {
    content: "";
    width: 13px;
    height: 13px;
    background: white;
    position: absolute;
    top: -6px;
    right: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    z-index: -1;
    font-size: 20px;
}

.user_dashboard_menu .nav li.customers-nav-item-notifications a span.t_notify {
    background: #ffa558;
    line-height: 12px;
    padding: 2px 5px;
    padding-bottom: 3px;
    color: #fff;
    position: absolute;
    right: 1px;
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
    margin-top: 8px;
}

.user_dashboard_menu .nav li.customers-nav-item-notifications ul.dropdown-menu {
    width: 300px;
}

.user_dashboard_menu .nav li.customers-nav-item-notifications ul p.notify-desc {
    color: #424242;
    font-size: 13px;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 220px;
    margin-bottom: 6px;
}

.user_dashboard_menu .nav li.customers-nav-item-notifications ul li div.notify_list {
    padding: 5px 10px 8px;
    border-bottom: 1px solid #eee;
}

.user_dashboard_menu .nav li.customers-nav-item-notifications ul li:last-child div.notify_list {
    border: none !important;
}

.user_dashboard_menu .nav li.customers-nav-item-notifications ul p.notify-time {
    color: #088687;
    font-weight: normal;
    font-size: 13px;
}

.user_dashboard_menu .nav li ul.dropdown-menu {
    padding: 0px;
}


.user_dashboard_menu .nav li.customers-nav-item-notifications ul .notify-close {
  width: 20px;
  height: 20px;
  background-color: #efefef;
  visibility: hidden;
  line-height: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
}
.user_dashboard_menu .nav li.customers-nav-item-notifications ul .dropdown-item:hover .notify-close {
  visibility: visible;
}

.user_dashboard_menu .nav li.dropdown a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    color: #fff
}

.user_dashboard_menu .nav li.customers-nav-item-notifications ul .notify-close i{
    font-size: 12px;
    color:#333
}


#labels_req_form .table td#ltype .dropdown{
    height: 68px;
    position: relative;
    width: auto;
}

#labels_req_form .table td#ltype .dropdown #label_type-error{
    text-align: left;
    position: absolute;
    bottom: 0;
}


.processing{
    width: 100%;
  margin-top: 10px;
  opacity: .8;
    display: none
}
.processing p{
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
    color: #008080
}
.processing div{
   display: flex;
    align-items: center;
    justify-content: center;
    
}
.processing img{
    position: relative;
  top: -5px;
  margin-left: 8px;
    width: 30px;
}




#labels_home{
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#labels_home .row{
    align-items: center;
    justify-content: center;
    display: flex;
}

#labels_home .btn_block{
    border-radius: 15px;
    padding: 15px;
    background: #f7f7f7;
    box-shadow: 0px 0px 10px rgb(149 149 149 / 20%);
}
#labels_home .btn_block a{
    padding: 25px 25px;
    background: #e9e9e9;
    border-radius: 8px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
#labels_home .btn_block a svg{
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    clear: both;
    margin-bottom: 25px;
    fill:#008080;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
#labels_home .btn_block a span{
    position: relative;
    left: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
}
#labels_home .btn_block a > *{
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

#labels_home .btn_block a i{
    position: absolute;
    right: 130px;
    font-size: 22px;
    color: #008080;
    font-weight: normal;
    margin-top: 1px;
}

#labels_home .btn_block a:hover{
    background-color: #008080;   
}
#labels_home .btn_block a:hover span{
    color: #ffffe6;  
}

#labels_home .btn_block a:hover i{
    right: 50px;
    color: #eff1f3;
    font-weight: 700;
}

#labels_home .btn_block a:hover svg path, #labels_home .btn_block a:hover svg rect, #labels_home .btn_block a:hover svg polygon{
    fill:#f2dede
}

table.table-cstyle tbody tr span.in_active{
    color: #fff;
  padding: 3px 10px;
  background: #e2131c;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
}
table.table-cstyle tbody tr span.active {
    color: #fff !important;
    padding: 3px 10px;
    background: #1fd42a;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
  }

  #auditprogram_tbl tbody tr td:first-child{
    vertical-align: top;
    background: #008080;
    color: #fff;
    font-weight: bold;
  }

  #auditprogram_tbl tbody tr td p{
    color:#314e73
  }

  a.view_btn{
    padding: 5px 15px;
  background: #eee;
  border-radius: 3px;
  color: #333;
  }

  a.view_btn span{
    padding-left: 6px;
    font-size: 10px;
    position: relative;
    top: 0px;
  }