::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #C3C3C3;
    outline: 1px solid #7D838B;
    border-radius: 20px;
}

rt.display-block {
    display: block;
}

.tooltip {
    position: fixed;
}

.color-white {
    color: #fff !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-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;
    }
}

label,
.control-label {
    font-weight: 400;
    font-size: 13px;
    color: #4a4a4a;
}

[dir="rtl"] .mright5 {
    margin-right: 0px;
    margin-left: 5px;
}

[dir="rtl"] .mright10 {
    margin-right: 0px;
    margin-left: 10px;
}

[dir="rtl"] .mleft5 {
    margin-left: 0px;
    margin-right: 5px;
}

[dir="rtl"] .mleft10 {
    margin-left: 0px;
    margin-right: 10px;
}

[dir="rtl"] .input-group-addon:last-child {
    border-left: 1px solid #ccc;
}

[dir="rtl"] .colorpicker.colorpicker-visible.dropdown-menu {
    left: 0px !important;
    right: auto;
    padding-left: 3px;
    margin-left: 45px;
}

.border-right {
    border-right: 1px solid #f0f0f0;
}

.line-throught {
    text-decoration: line-through
}

.no-margin {
    margin: 0px !important;
}

.no-mtop {
    margin-top: 0px !important;
}
.no-p-left {
    padding-left:0px !important;
}
.no-p-right {
    padding-right:0px;
}
.relative {
    position: relative;
}

.font-medium {
    font-size: 15px;
}

.inline-block {
    display: inline-block;
}

.alert-validation {
    margin-top: 5px;
}

.table-image {
    height: 75px;
    width: 250px;
    margin: 15px 0px;
}

.announcement small {
    font-size: 12px;
    color: #333;
}

.announcement {
    font-size: 14px;
}

.bgwhite {
    background: white;
    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;
}

select.form-control,
textarea.form-control,
input[type="text"],
input[type="file"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
input[type="color"] {
    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;
}

select.form-control:focus,
textarea.form-control:focus,
input[type="file"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
input[type="color"]: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: 0px;
}

.submenu li a {
    font-size: 17px;
    color: #616161 !important;
}

.submenu li a:hover,
.submenu li a:active,
.submenu li a:focus {
    color: #2f2f2f !important;
}

.dt-table {
    width: 100% !important;
}

.tickets table tr.text-danger a {
    color: #fc2d42;
}

.dt-loader:not(:required) {
    -webkit-animation: loader 2000ms 300ms infinite ease-out;
    animation: loader 2000ms 300ms infinite ease-out;
    background: #dde2e7;
    text-indent: -9999px;
    width: 0.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):before,
.dt-loader:not(:required):after {
    background: #dde2e7;
    content: '\x200B';
    display: inline-block;
    width: 0.9em;
    height: 1.5em;
    position: absolute;
    top: 0;
}

.dt-loader:not(:required):before {
    -webkit-animation: loader 2000ms 150ms infinite ease-out;
    animation: loader 2000ms 150ms infinite ease-out;
    left: -1.6em;
}

.dt-loader:not(:required):after {
    -webkit-animation: loader 2000ms 450ms infinite ease-out;
    animation: loader 2000ms 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: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #314e73;
    background:#f1f1f1;/* #f9fafb;*/
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#content {
    padding-bottom: 80px;
    /* Height of the footer element */
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
}

h1,
h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

.h4,
h4,
.h3,
h3 {
    font-weight: 400;
}

a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}

/*.navbar {
    background-color: transparent;
    border: none !important;
    background-color: transparent;
    background-image: none;
    border: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    padding: 0px;
    min-height: 60px;
    border-radius: 0px;
}*/

/*.navbar-default {
    background-color: #ffffff;
    
}

.navbar-default-white {
    background-color: #ffffff;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    line-height: 62px;
    font-size: 15px;
}*/

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding: 15px 13px;
    }
}

.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: transparent;
    color: #03a9f4;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background: transparent;
    border-radius: 30px;
    color: #3aabe1;
}*/

/*.navbar a.navbar-brand {
    padding: 23px 0px 25px 0px;
    height: auto;
    margin-right: 10px;
    margin-top: 7px;
}

.navbar a.navbar-brand img {
    width: auto;
    height: 34px;
}*/

/*.navbar-default .navbar-nav>li.customers-nav-item-login>a {
    background: rgba(255, 255, 255, 1);
    color: #000;
    display: inline;
    border-radius: 4px;
    line-height: 90px;
    padding: 8px 18px;
}

.navbar-default .navbar-nav>li.customers-nav-item-login>a:hover,
.navbar-default .navbar-nav>li.customers-nav-item-login>a:active {
    background: rgba(255, 255, 255, 0.9);
}*/

.nav-tabs>li {
    border: 0px;
}

.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: 0px;
    border-radius: 0px;
    border-bottom: 2px solid #02a9f4;
    background: transparent;
    color: #008ece;
}

.nav-tabs {
    padding-bottom: 0px;
    margin-bottom: 25px;
    background: transparent;
    border-radius: 1px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.nav-tabs>li>a {
    border: 0px;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #333;
    padding: 12px 13px 12px 13px;
    font-weight: 400;
}

.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;
}





/* Panels */

.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: #fafaff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 65px;
    position: relative;
    padding-top:20px;
}

.panel_s>.panel-footer {
    background: #f7f9fa;
    border: 1px solid #e4e5e7;
    border-top: none;
    color: inherit;
    font-size: 90%;
    padding: 7px 15px;
}

.panel_s {
    background-color: none;
    margin-bottom: 25px;
}

.panel_s>.panel-heading+.panel-body {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 0px;
}

.panel_s,
.page-pdf-html-logo {
    border: none;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(90, 90, 90, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(90, 90, 90, 0.08);
}

#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;
}

/*footer {
    background: #fff;
    padding: 15px;
    width: 100%;
    height: 50px;
    border-top: 1px solid #e4e5e7;
}*/

/*.navbar-default .navbar-brand.logo-text {
    font-size: 24px;
    margin-top: 13px;
    display: inline-block;
    color: #fff;
}*/

.logo-text:hover,
.logo-text:focus,
.logo-text:active {
    color:#fff;
}

@media (max-width: 767px) {
    /*.navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar a.navbar-brand img {
        padding-left: 15px;
    }
    .navbar-default .navbar-brand.logo-text {
        margin-left:15px;
        margin-top:15px;
    }*/
}

.btn {
    text-transform: uppercase;
    outline: 0;
    font-size: 13px;
    outline-offset: 0;
    padding: 6px 12px;
    border: 0;
    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;
}

.bold,
strong,
b {
    font-weight: 500;
}

.p15 {
    padding: 15px;
}

.p8 {
    padding: 8px;
}

.p8-half {
    padding: 8.5px;
}

.mtop5 {
    margin-top: 5px;
}

.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;
}

.mbot30 {
    margin-bottom: 30px;
}

.mleft5 {
    margin-left: 5px;
}

.mleft10 {
    margin-left: 10px;
}

.mright5 {
    margin-right: 5px;
}

.mright10 {
    margin-right: 10px;
}

.no-mbot {
    margin-bottom: 0px;
}

.checkbox {
    padding-left: 20px;
}

.table thead {
    font-weight: 400;
}

.table thead tr th {
    border: 1px solid #f0f0f0 !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.table>tbody>tr:first-child td {
    border-top: 0px !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 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.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: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.checkbox input[type="checkbox"]:focus+label::before,
.checkbox input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.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: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before,
.checkbox input[type="radio"]:disabled+label::before {
    background-color: #eeeeee;
    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 0.15s ease-in-out;
    transition: border 0.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: #555555;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.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 -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.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;
}

.survey {
    border: 1px solid #e4e5e7;
    padding: 25px;
    background: #fff;
    border-radius: 4px;
    margin-top: 20px;
}

.survey #company-logo {
    background: #415165;
    padding: 15px;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
}

.survey #company-logo img {
    margin: 0 auto;
    display: block;
    height: 34px;
}

.invoice-quick-info h5 {
    margin-top: 0px;
}

.table.items {
    margin-top: 25px;
}

.table.items thead th {
    border-bottom: 0px;
    font-weight: 500;
}

.table.items thead {
    background: #323a45;
    color: #fff;
    border: 0px;
}

.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 0px 19px 0px;
    }*/

    .navbar-toggle {
        margin-top: 20px;
    }

    #staff_logged_in {
        display: none;
    }
    .proposal-right-content {
        padding-bottom: 25px;
    }
    .viewestimate .panel-body,
    .viewinvoice .panel-body {
        padding: 0px;
    }
}

.kb-article {
    font-size: 14px;
}

.article_group_wrapper {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px;
    margin-bottom: 15px;
}

.articles_list {
    font-size: 14px;
}

.articles_list li {
    margin-bottom: 15px;
}

.article-heading {
    font-size: 16px;
    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.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    background-color: #84c529;
    border: 1px solid #84c529;
    height: 17px;
    width: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 11px;
    font-weight: 600;
    border-radius: 4px;
    line-height: 17px;
}

table.dataTable thead tr>th {
    color: #4e75ad;
}

.page-pdf-html-logo {
    background: #415165;
    padding: 25px;
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.page-pdf-html-logo img {
    width: auto;
    height: 34px;
}

.label-href:visited,
.label-href {
    outline: 0 !important;
    border: 0 !important;
}

.pointer {
    cursor: pointer;
}

.mime {
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 1px 0 4px 26px
}











/* I'm using the default mimes from the CRM admin area, feel free to change it */

.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;
}

.title{
	font-size:20px;
	font-weight: 500;
}

.left{
	float:left;
}

.files-hr {
    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: 0px;
    width: 100%;
}

.task-attachment .open-in-dropbox {
    position: absolute;
    right: 30px;
}

.task-attachment .task-attachment-user {
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    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;
}

body.proposal {
    background: #fff;
    overflow: auto;
}

div.proposal-wrapper {
    min-width: 320px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: auto;
}

div.proposal-wrapper img:not(.media-object) {
    display: block;
    max-width: 100%;
    height: auto;
}

div.proposal-wrapper table {
    overflow: scroll;
    max-width: 100%;
}

.proposal-left {
    background: #fff;
}

.proposal .proposal-right .company-name-formatted {
    color: #fff !important;
}

.proposal-right {
    background: #444A52;
    position: absolute;
    right: 0px;
    height: 100vh;
    min-height: 100vh;
    padding-left: 35px;
    padding-right: 35px;
    color: #fff;
}

[dir="rtl"] .proposal-right {
    left: 0px;
    right: inherit;
}

.proposal-right a:not(.btn) {
    color: #D9D9D9;
}

.proposal-right a:hover,
.proposal-right a:active {
    color: #fff;
}

.proposal-right .btn {
    padding: 8px 20px;
}

.proposal-right hr {
    border-top: 1px solid #727272;
}

.proposal-comment {
    padding-bottom: 25px;
    display: inline-block;
    width: 100%;
    padding-bottom: 35px;
}

.table.proposal-items thead>tr>th {
    padding-left: 10px;
}

.table.proposal-items tbody>tr>td,
.table.proposal-items thead>tr>th {
    text-align: left;
}

.proposal-status {
    width: 100%;
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
}

.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.navigation li,
.jquery-comments ul.main li.comment .actions>*,
.jquery-comments ul.main li.comment .name,
.jquery-comments .highlight-font-bold {
    font-weight: 500 !important;
}

.jquery-comments ul.main li.comment .name {
    color: #0081BB;
}

.jquery-comments ul.main li.comment .wrapper .content {
    padding: 5px 0px 5px 0px;
}

.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 0px 0px 0px;
}

.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: 0px;
}

.jquery-comments .textarea-wrapper .textarea {
    border-radius: 3px;
    border: 1px solid #bfcbd9;
}

.fn-label a {
    font-weight: 500;
}

.fn-gantt {
    border: 2px solid #EEF2F4;
    border-radius: 4px;
}

.fn-gantt-hint {
    background: #727b86;
    border: 0px;
    color: #fff;
}

.fn-gantt .leftPanel {
    width: 450px;
    border-right: 1px solid #e4e4e4;
}

.fn-gantt .leftPanel .name {
    font-weight: 5 00;
    font-size: 13px;
    background: #717a86;
}

.fn-gantt .rightPanel .month {
    color: #717a86;
}

.fn-gantt .wd,
.fn-gantt .bottom,
.fn-gantt .rightPanel .month,
.fn-gantt .rightPanel .year,
.fn-gantt .spacer,
.fn-gantt .leftPanel .desc {
    background-color: #ffffff;
}

.fn-gantt .leftPanel .fn-label {
    width: 100%;
}

.fn-gantt .leftPanel .name,
.fn-gantt .leftPanel .desc {
    border-bottom: 1px solid #f5f5f5;
    height: 24.5px;
}

.fn-gantt .leftPanel .name {
    width: 40%;
}

.fn-gantt .leftPanel .desc {
    width: 60%;
}

.fn-gantt .leftPanel .name:last-child,
.fn-gantt .leftPanel .desc:last-child {
    border-bottom: 0px;
}

#gantt .gantt_project_name {
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    margin-top: 32px;
}

.fn-gantt .leftPanel .name .fn-label {
    color: #fff;
}

.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: 0px !important;
}

.team-members .panel-body {
    padding: 0px;
}

.team-members .media-left {
    padding: 10px;
}

.team-members .media-body {
    padding-right: 10px;
    padding-top: 12px;
}

.team-members .media:last-child {
    border-bottom: 0px;
}

.team-members .media {
    margin-top: 0px;
    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: 0px 0px 2px #333;
}

.light-green-bg {
    background: #D8EDA3;
}

.task-unfinished-table {
    border-left: 7px solid #ff6f00;
}

.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;
}

/* Calendar styles start */

.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: 0px;
}

.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_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #33aaff;
    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;
}

/* Calendar styles end */

.dataTables_filter input {
    margin-left: 0px !important;
    width: 90px !important;
    -webkit-transition: width 0.3s ease;
    transition: width 0.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: #777777;
    font-size: 15px;
}

.app_dt_empty .dataTables_paginate,
.app_dt_empty .dataTables_info {
    display: none;
}

.app_dt_empty table thead,
.app_dt_empty .dataTables_length,
.app_dt_empty .dt-buttons {
    opacity: .5;
}

@media (max-width: 768px) {
    div.proposal-wrapper {
        width: 100%;
        display: inline-block;
    }
    div.proposal-left {
        display: inline-block;
        position: relative;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    div.proposal-left h1:first-child {
        margin-top: 0px;
    }
    .proposal-right {
        height: 100% !important;
        min-height: 100% !important;
        display: block;
        position: relative;
    }
    #content {
        padding: 15px;
    }
    ._buttons .mleft5 {
        margin-left: 0px !important;
    }
    ._buttons .mright10 {
        margin-right: 0px !important;
    }
    ._buttons .pull-left,
    ._buttons .pull-right {
        float: none !important;
    }
    ._buttons .btn,
    ._buttons .btn-group {
        display: inline-block;
        margin-left: 0px !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 0px 15px 0px;
        border: 1px solid #F7F7F7;
    }
    .pusher {
        margin-top: 50px;
    }
    .fn-gantt .fn-content {
        overflow-x: scroll;
    }
    .dataTables_filter input,
    .dataTables_filter input:focus {
        width: 100% !important;
    }
    .proposal-right .btn {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
}

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;
}

div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_length label,
.dataTables_empty {
    color: #9c9c9c;
}

div.dataTables_wrapper div.dataTables_filter .glyphicon {
    color: #bfcbd9;
}

.modal-backdrop {
    background-color: #cacaca;
}

.modal-backdrop.in {
    opacity: .9;
}

.modal-content {
    border: 0px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 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: 0px;
    position: absolute;
    width: 100%;
}

.project_file_discusssions_area,
.project_file_area {
    overflow-y: scroll;
    height: 400px;
}

@media(max-width:768px) {
    .project_file_discusssions_area,
    .project_file_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: 0px;
}

.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: #FFFFFF;
    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: 0px;
    margin-bottom: 0px;
}

.preview_image img {
    width: 100%;
    height: auto;
}

.fc-toolbar h2 {
    font-size: 20px;
    margin-top: 4px;
}

.fc-event {
    padding: 8px !important;
    border: 0px !important;
    border-radius: 2px !important;
    margin: 5px 10px 5px 10px !important;
    font-size: 11px;
    cursor: pointer;
}

.fc-widget-header .fc-day-header {
    padding: 8px 0;
}

.fc-view-container .fc-widget-header {
    background: #f7f8fa;
}

.fc-basic-view .fc-day-number {
    text-align: center;
}

.fc-state-default {
    -webkit-box-shadow: 0px !important;
    box-shadow: 0px !important;
    text-shadow: none !important;
    background: #03a9f4 !important;
    color: #fff !important;
}

.fc-state-active,
.fc-state-down {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #0286c2 !important;
}

.fc-widget-header .fc-day-header {
    padding: 8px 0;
}

.fc-view-container .fc-widget-header {
    background: #f7f8fa;
}

.fc-basic-view .fc-day-number {
    text-align: center;
}

.tc-content ul,
.tc-content ol {
    list-style: inherit;
    margin-left: 16px;
}

.tc-content ol {
    list-style-type: decimal;
}

.tc-content table {
    margin-top: 0px;
    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;
}

.float-alert {
    display: inline-block;
    margin: 0px auto;
    position: fixed;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.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: 7px;
    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: 16px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}











/* The "go to top" and "go to bottom" links. */

#toplink,
#botlink {
    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, 0.25);
    box-shadow: 1px 2px 3px rgba(0, 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;
}

#toplink:hover,
#botlink:hover {
    color: #84C529;
    background: #fcfcfc;
    text-decoration: none;
}

.dropdown-menu>li>a {
    padding: 8px 16px;
    color: #333333;
}

.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;
}

.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: 0.2px;
    border-top-left-radius: 0px;
}

.dropdown-submenu.pull-left>.dropdown-menu li.active a:hover,
.dropdown-submenu.pull-left>.dropdown-menu li a:hover,
.dropdown-submenu.pull-left>.dropdown-menu li.active a {
    border-top-left-radius: 0px;
}

@media (max-width: 768px) {
    .dropdown-submenu.pull-left>.dropdown-menu {
        display: block;
        left: 1px;
        position: relative;
        border: 0px;
        -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: 0px 10px;
    line-height: 2;
    height: 36px;
    text-transform: none;
}

.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;
}

.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) {
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.83);
        -webkit-transform: scale(0.83);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

th[align="left"],
td[align="left"] {
    text-align: left;
}

th[align="right"],
td[align="right"] {
    text-align: right;
}

th[align="center"],
td[align="center"] {
    text-align: center !important;
}

[dir="rtl"] th[align="left"],
[dir="rtl"] td[align="left"] {
    text-align: right !important;
}

[dir="rtl"] th[align="right"],
[dir="rtl"] td[align="right"] {
    text-align: left !important;
}

#btn_login{
	background-color:#96c21f;	
}

.m-login__form{
	background-color: #fff;
	border: none;
   /* border-bottom: 1px solid #000;*/
    border-radius: 0;
    padding-left: 45px;
    color: #26282f;
    text-align: center;
    
    -webkit-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.23);
    padding: 25px 20px;
    background-color: #fff;
}

.m-login__form input{
	background-color: #fff;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
   /* padding-left: 45px;*/
    color: #26282f;
    text-align: center;
    width: 190px;
    padding-left: 0px;
}

.no-border{
	
	border:0px !important;
}

.login-background{

	background-image: url(../../../images/bg-3.jpg);
	
}

.h2_login{
	    font-size: 2rem;
	    color: #9e97aa;
}


.login-logo{
	
	text-align:center;
	    margin: 0 auto 4rem auto;
}

.user:after{
   /*content: url(../../../images/login.jpg);*/
   
}

/*New design 30th march*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Fonts started here */
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Italic.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Fonts ended here */

html,body{
    color: #42424d !important;
    font-size: 16px !important;
    background: #f0f2ff !important;
    font-weight: normal !important;
    font-family: 'Century Gothic' !important;
}
b, strong {
    font-weight: bolder !important;
}

/* Extra style */
@media (min-width: 1500px){
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 768px){
    .container {
        max-width: 90%;
    }
}

a,button,input[type="submit"]{
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    cursor: pointer;
}

input:focus, input:hover, input:active, .form-control:focus, textarea:focus, .form-select:focus{
    outline: none;
    box-shadow: none;
}

.box-shadow{
    box-shadow: 0 6px 18px 0 rgba(101, 187, 255, 0.18);
    -webkit-box-shadow: 0 6px 18px 0 rgba(101, 187, 255, 0.18);
    -moz-box-shadow: 0 6px 18px 0 rgba(101, 187, 255, 0.18);
}

.btn {
    padding: 0.5em 3em;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}
.button-blue {
    background: #58b4f7;
    color: #fff;
}
/* Extra style ended */
/* Header styling started */
.navbar {
    float: left;
    min-height: auto !important;
    margin-bottom: 0px !important;
}
.navbar .navbar-brand {
    max-width: 130px;
    height: auto !important;
    padding: 0px !important;
}

.navbar .navbar-brand img {
    width: 100%;
}

.header {
    border-top: 8px solid #00a6e1;
    box-shadow: 0 3px 8px 0 rgba(0,166,225,0.08);
    background: #fff;
}

.header .user-profile {
    position: relative;
}

.header .client-id span {
    font-size: 18px;
    vertical-align: middle;
}

.header .client-id b {
    font-size: 24px;
    color: #58b4f7;
    vertical-align: middle;
    border-left: 1px solid #ebecfa;
    padding-left: 10px;
    margin-left: 10px;
}

.header .notification span {
    background: #f16621;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    font-size: 10px;
    text-align: center;
    color: #fff;
    line-height: 16px;
    position: absolute;
    right: -5px;
    top: -2px;
}

.header .user-profile .username {
    padding-left: 65px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 7px;
}

.header .notification {
    margin: 0 30px;
    position: relative;
}

.header .user-profile .username .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 150px;
    background-color: #ffff;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
    margin: 0;
    z-index: 1;
}

.header .user-profile .userimg {
    position: absolute;
    left: 0;
    border: 5px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.header .user-profile .userimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.header .user-profile .username:hover .dropdown {
    display: block;
}

.header .user-profile .username .dropdown li {
    display: block;
    list-style: none;
    text-align: left;
}

.header .user-profile .username .dropdown li a {
    font-size: 14px;
    padding: 6px 10px;
    display: block;
    color: #42424d;
}

.header .user-profile .username .dropdown li a:hover {
    text-decoration: none;
    background: #eee;
}
/* Header styling ended */
/* Sidebar styling started here */
.main-body{
    margin: 55px 0;
}

.white-bg{
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.side-bar >div {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 6px 18px 0 rgba(101, 187, 255, 0.18);
    margin-bottom: 45px;
}

.side-bar .side-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-bar .side-menu li a {
    display: block;
    padding: 15px 10px 15px 50px;
    color: #9298b2;
    font-size: 15px;
    border-bottom: 1px solid #ebecfa;
    position: relative;
    white-space: normal;
    word-break: break-word;
}

.side-bar .side-menu li a img {
    max-height: 18px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.side-bar .ayuda .side-menu li:last-child img {
    max-width: 24px;
}

.side-bar .ayuda .side-menu li:nth-child(3) img {
    max-height: 15px;
}

.side-bar h4 {
    margin: 0;
    padding: 13px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.side-bar .mi-cuenta h4 {
    background-color: #6ad65e;
}

.side-bar .side-menu li a:hover {
    text-decoration: none;
    background-color: #f6f7ff;
}

.side-bar .side-menu li:last-child a {
    border: none;
}

.side-bar .servicios h4 {
    background-color: #f98e35;
}

.side-bar .ayuda h4 {
    background-color: #58b4f7;
}
/* Sidebar styling ended here */
/* Footer styling started here */
.footer p {
    margin: 0;
    text-align: center;
    padding: 20px;
    background: #fff;
    color: #46475c;
    font-size: 15px;
}
/* Footer styling ended here */
/*login page CSS*/
.customers_login .main-body {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-shrink: unset;
    height: 100%;
    min-height: 100vh;
}

.customers_login .main-body .footer {
    margin-top: auto;
}

.customers_login .main-body .col-xl-4.col-lg-4.col-md-6.col-sm-12.col-12 {
    margin: 0 auto;
}

.customers_login .main-body .login-logo {
    margin-bottom: 2rem;
}

.customers_login .main-body .m-login__form.m-form .panel_s {
    box-shadow: none;
}

.customers_login .main-body .m-login__form.m-form .panel_s .panel-body {
    padding: 0 20px;
}

.customers_login .main-body .m-login__form.m-form .panel_s .panel-body .form-group input {
    width: 100%;
}

.customers_login .main-body .m-login__form.m-form .panel_s .panel-body .checkbox {
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
}

.customers_login .main-body .m-login__form.m-form .panel_s .panel-body .checkbox input {
    width: auto;
}
.customers_login {
     background-color: #fff !important;
    min-height: 100vh;
}
/*login page CSS end*/
/*Checbox tick icon*/
.checkbox input[type="checkbox"]:checked+label::after, .checkbox input[type="radio"]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
/*Checbox tick icon end*/
/* Content section started here */
.content-area {
    border-radius: 6px;
    background-color: #fafaff;
    overflow: hidden;
    margin-bottom: 50px;
}

.ticket-summary .section-heading h3 {
    padding: 7px 0;
}

.section-heading h3 {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
}

.section-heading h4 {
    font-size: 20px;
    margin: 0;
}

.section-heading {
    padding: 20px 30px;
    width: 100%;
    border-bottom: 1px solid #ebecfa;
}

.section-heading .create-ticket {
    padding: 10px 15px 10px 55px;
    border: 1px solid #58b4f7;
    background-color: #fff;
    color: #58b4f7;
    font-size: 15px;
    position: relative;
    float: right;
    border-radius: 4px;
}

.section-heading .create-ticket span {
    background-color: #58b4f7;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    padding: 8px 16px;
}

.ticket-progess-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.ticket-progess-section ul li {
    width: 17%;
    background-color: #fff;
    box-shadow: 0 6px 18px 0 rgba(101, 187, 255, 0.18);
    padding: 15px;
    text-align: center;
    border-radius: 6px;
}

.ticket-progess-section ul li .icon {
    max-width: 78px;
    margin: 0 auto;
}

.ticket-progess-section ul li .icon img {
    width: 100%;
}

.ticket-progess-section ul li span {
    font-size: 30px;
    font-weight: bold;
    color: #42424c;
    margin: 10px 0;
    display: block;
}

.ticket-progess-section ul li h5 {
    margin: 0 0 20px;
    font-size: 18px;
}

.ticket-progess-section ul .green h5 {
    color: #6ad65e;
}

.ticket-progess-section ul .teal h5 {
    color: #58b4f7;
}

.ticket-progess-section ul .blue h5 {
    color: #3259ea;
}

.ticket-progess-section ul .orange h5 {
    color: #f48618;
}

.ticket-progess-section ul .red h5 {
    color: #ee5050;
}

.ticket-progess-section {
    margin: 50px 0;
}

.table-filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.select-wrapper select {
    padding: 14px;
    border: 1px solid #e9ebf7;
    color: #8183a3;
    border-radius: 4px;
    font-size: 14px;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-appearance: none;
    min-width: 60px;
}

.select-wrapper label {
    margin: 0 0 0 5px;
    font-size: 15px;
    color: #797a99;
}

.search-filter-wrapper form .form-group {
    position: relative;
    border-radius: 8px;
    margin: 0;
    overflow: hidden;
}

.search-filter-wrapper form .form-group .form-control:focus {
    background-color: #fff;
}

.search-filter-wrapper form .form-group .form-control {
    background-color: #edeffa;
    border: none;
    padding: 14px;
    color: #a2a4bd;
}

.search-filter-wrapper form .form-group .form-icon {
    border: none;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    background-image: url('../images/icon_search.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.table-data-wrapper {
    overflow-x: auto;
}

.table-data-wrapper thead tr th {
    border: none;
    border-bottom: 1px solid #ebecfa;
    font-size: 16px;
    color: #46475c;
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
}

.table-data-wrapper .table {
    background-color: #fff;
    border-radius: 6px;
}

.table-data-wrapper tbody tr td {
    border: none;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.table-data-wrapper tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.03);
}
/* Content section ended here */
/* Form Styling */
.form-decoration .form-area, .form-decoration .form-control, .form-decoration .form-select {
    border: 1px solid #dcdef5;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    height: auto;
    font-size: 15px;
    color: #8183a3;
}

.form-decoration .form-select{
    width: 100% !important;
    cursor: pointer;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    -appearance: none;
    -webkit-appearance: none;
    -moz-webkit-appearance: none;
}

.form-decoration .form-area {
    resize: none;
    min-height: 150px;
    color: #42424d;
}

.form-decoration .form-group {
    margin: 0 0 20px;
}

.form-decoration .form-group input[type="file"] {
    color: #797a99;
}

.form-decoration .form-group label {
    display: block;
    font-size: 18px;
    color: #797a99;
    line-height: 1;
    margin-bottom: 10px;
}

.form-decoration .form-group .multifile-upload {
    position: relative;
    padding-right: 60px;
}

.form-decoration .form-group .multifile-upload button {
    border: none;
    background-color: #6ad65e;
    padding: 10px 15px;
    border-radius: 4px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.form-decoration .form-group .multifile-upload button img {
    max-width: 15px;
}

.form-decoration .form-group input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}

.form-decoration .form-group input[type="file"]::before {
    content: 'Browse...';
    display: inline-block;
    border-radius: 3px;
    padding: 5px 18px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 12px;
    color: #7178a5;
    border: none;
    position: absolute;
    background-color: #d8dcf8;
}

.form-decoration .form-group input[type="file"]:hover::before {
  border-color: black;
}

.form-decoration .form-group input[type="file"]:active::before {
    color: #7178a5;
    border: none;
    background-color: #d8dcf8;
}
/* Form ended */
/* Create New Ticket started here */
.form-decoration .warning-note {
    position: relative;
    padding-left: 25px;
}

.form-decoration .warning-note img {
    padding: 18px 20px;
    background: #ee5050;
    max-width: 50px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.form-decoration .warning-note p {
    border: 1px solid #ee5050;
    padding: 10px 10px 10px 40px;
    border-radius: 4px;
}

.create-new-ticket-block .form-decoration {
    padding: 20px 20px 20px 80px;
}

.form-decoration .form-group.form-submit {
    padding-right: 240px;
    position: relative;
}

.form-decoration .form-group.form-submit .btn {
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-decoration .form-group.attachments .multifile-upload.attachment {
    margin-bottom: 10px;
}

.form-decoration .form-group.attachments .multifile-upload.attachment:last-child {
    margin-bottom: 0;
}
.create-new-ticket-block button.remove_attachment.btn-danger img,
.ticket-info-block .single-ticket-reply-area button.remove_attachment.btn-danger img
{
    display: none;
}

.create-new-ticket-block button.remove_attachment.btn-danger:before,
.ticket-info-block .single-ticket-reply-area button.remove_attachment.btn-danger:before
{
    content: '-';
    font-size: 40px;
    line-height: 20px;
}

.create-new-ticket-block button.remove_attachment.btn-danger,
.ticket-info-block .single-ticket-reply-area button.remove_attachment.btn-danger 
{
    background-color: red !important;
}
/* Create New Ticket ended here */
/* Ticket view styling started here */
.ticket-label-list-dec{
    margin: 0;
    padding: 0 20px;
    list-style: none;
}

.ticket-label-list-dec li {
    padding-left: 140px;
    position: relative;
    margin: 20px 0;
}

.ticket-label-list-dec li label {
    margin: 0;
    position: absolute;
    left: 0;
    color: #797a99;
    font-size: 18px;
    width: 130px;
}

.ticket-label-list-dec li span {
    font-size: 18px;
    font-weight: bold;
    color: #46475c;
    position: relative;
    line-height: 1;
    display: inline-block;
    width: 100%;
}

.with-label-border li span:before {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    background-color: #ebecfa;
    position: absolute;
    left: 0px;
}

.with-label-border li span {
    padding-left: 20px;
}

.ticket-label-list-dec li span input {
    border: 1px solid #58b4f7;
    border-radius: 3px;
    font-size: 18px;
    padding: 3px;
    width: 100%;
}

.ticket-info-details-list .ticket-label-list-dec li span button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    background-color: #58b4f7;
    padding: 0px 10px;
}

.ticket-info-details-list .ticket-label-list-dec li span button img {
    width: 100%;
    max-width: 16px;
    display: table-cell;
}

.ticket-info-details-list .btn.button-blue {
    margin: 30px auto;
    display: table;
}
#client_quotes_section .invoice-quick-info{
    display: inline-block;
    float:left;
    width:65%;
}
#client_quotes_section .invoice-quick-info h5 span{
    color:#ee504f;
    margin-left:45px;
    margin-top:-35px;
}
#client_quotes_section .client-quote-btn{
    background-color: #ee504f;
}
button.btn.btn-default.pull-right.client-quote-btn {
    padding: 0.5em 1em !important;
    }
#client_quotes_section table.dataTable thead th:after{
    display:none;
}
.client-quote-note span{
    margin-right: 15px;
    background-color: #ee504f;
    float: left;
    width: 5%;
    padding: 20px;
}
.client-quote-note span i{
    color:#fff;
}

.ticket-label-list-dec .uploaded-files span {
    font-size: 15px;
    font-weight: normal;
    color: #797a99;
    vertical-align: middle;
}

.ticket-label-list-dec .uploaded-files span img {
    margin-right: 5px;
    vertical-align: middle;
}

.ticket-label-list-dec .uploaded-files .file-block {
    overflow: hidden;
    border-radius: 6px;
    margin: 10px 0;
}

.ticket-label-list-dec .uploaded-files .file-block img {
    margin: 0;
    width: 100%;
}

.ticket-block .ticket-label-list-dec.white-bg {
    margin-top: 50px;
}


.ticket-reply-box-form .btn.button-blue {
    margin: 30px auto 20px;
    display: table;
}

.ticket-reply-box-form {
    padding: 20px;
}
.ticket-info-block .hide{
    display:none;
}
/* Ticket view styling ended here */
/*Custom styling for tickets dashboard*/
.tickets .content-area .form-inline {
    display: block;
}
.tickets .content-area .dataTables_wrapper.form-inline.dt-bootstrap.no-footer {
    display: block;
}
.tickets .content-area div#DataTables_Table_0_length label {
    display: block;
}
.tickets .content-area div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    float: right;
}
.tickets .content-area div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    float: right;
}
.tickets .content-area ul.pagination li a:hover {
    color: #007bff !important;
}
.tickets .content-area div#DataTables_Table_0_info, div#DataTables_Table_0_paginate {
    margin-top: 10px;
}
.tickets .content-area .summery-table-section .dataTables_paginate ul .paginate_button,
.tickets .content-area .summery-table-section .dataTables_paginate ul .paginate_button a{
    padding:0 5px;
}
.tickets .content-area .summery-table-section  table.dataTable thead .sorting:after,  
.tickets .content-area .summery-table-section table.dataTable thead .sorting_desc:after, 
.tickets .content-area .summery-table-section table.dataTable thead .sorting_asc_disabled:after, 
.tickets .content-area .summery-table-section table.dataTable thead .sorting_desc_disabled:after {
    font-family: 'FontAwesome' !important;
    content: "\f107" !important;
}
.tickets .content-area .summery-table-section table.dataTable thead .sorting_asc:after{
    font-family: 'FontAwesome' !important;
    content: "\f106" !important;
}
/*Custom styling end for tickets dashboard*/
/*Custom styling for open ticket*/
.form-decoration .form-select.bootstrap-select {
    padding: 0;
    border: none;
}

.form-decoration .form-select.bootstrap-select .dropdown-toggle {
    padding: 10px;
    height: auto;
    line-height: 1.5;
    font-weight: normal;
    font-size: 15px;
}

.form-decoration .form-select.bootstrap-select .dropdown-toggle::after {
    content: "\f107" !important;
    margin: 0;
    border: none;
    padding: 0;
    font-family: 'FontAwesome' !important;
    position: absolute;
    right: 20px;
}
.open > .dropdown-menu {
    display: block;
}
.bootstrap-select.btn-group .dropdown-menu.inner a {
    display: block;
}
/*Custom styling for open ticket end*/
/*Custom styling for ticket view page*/
.ticket-info-block .bootstrap-select.btn-group .dropdown-menu li{
    padding:0px !important;
}
.ticket-info-block .input-group .input-group-addon {
    position: absolute;
    right: 3px;
    top: 1px;
    z-index: 9;
    left: auto;
    width: auto;
    bottom: 1px;
    border: none;
    padding: 11px 5px;
    font-size: 12px;
}

.ticket-info-block .input-group .dropdown-toggle {
    padding: 8px 3px;
}

.ticket-info-block .input-group .dropdown-toggle span {
    font-weight: 500;
    font-size: 18px;
}

.ticket-info-block .input-group .dropdown-menu li {
    margin: 0;
}

.ticket-info-block .input-group .dropdown-menu li a span {font-weight: normal;font-size: 16px;}
/**/
/**----**/
.panel_s h2 {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    width: 100%;
    color: #000 !important;
    border-bottom: 1px solid #ebecfa !important;
    padding: 0px 30px 15px !important;
}
.container1 {
    padding: 0 !important;
}
.panel-group.wrap{
    box-shadow: none !important;
}
.panel-heading {
    padding-left: 0 !important;
    background: #b646b4 !important;
    border-radius: 5px 5px 0px 0px !important;
}
.panel-heading h4.panel-title a {
    border: none !important;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 4px;
    padding-top: 4px;
    text-transform: uppercase;
    text-decoration: none;
}
.panel-heading h4.panel-title a:hover{
    text-decoration: none;
}
#bs-collapse .panel-heading a:after, .panel-heading a:before {
    top: 4px !important;
    color: #fff !important;
}
.panel-group .videoItem {
    margin-right: 0;
    margin-bottom: 0px;
    min-width: 33.3333%;
    box-sizing: border-box;
    padding: 5px !important;
    width: 33.3333% !important;
}
p.title {
    width: 100%;
    text-align: left;
    min-height: 90px;
    font-weight: normal;
}
p.title a{
    font-size: 14px;
    line-height: normal;
    color: #7a7998 !important;
}
p.category.title {
    color: #42424e;
    min-height: auto;
    font-weight: bold;
    text-transform: capitalize;
}
.panel:nth-child(2) .panel-heading {
    background: #7850e7 !important;
}
.panel:nth-child(2) .panel-heading h4 a {
    text-transform: capitalize;
}
.panel-group .panel{
    margin-bottom: 40px !important;
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.08);
}
.thumbnail {
    padding: 2px !important;
}

/**--24-4-2020--**/

.top {
    width: 100%;
    padding: 20px 30px;
    display: inline-block;
    box-sizing: border-box;
}
div.dataTables_wrapper div.dataTables_filter {
    float: right;
}
.top input {
    height: 32px;
    background: #edeffb;
    width: 148px !important;
    border: solid 1px #edeffb;
}
.dataTables_length .dropdown-toggle::after {
    top: 0px;
    right: 17px;
    position: relative;
}
.dataTables_length .bootstrap-select .btn-default {
    height: 36px;
    line-height: 2;
    font-size: 15px;
    padding: 4px 10px;
    font-weight: normal;
    text-transform: none;
    color: #9c9c9c !important;
    background: #edeffb !important;
    border: 1px solid #eaecf8 !important;
}
.dataTables_length .btn-group.bootstrap-select.form-control.input-sm {
    margin-right: 10px;
}
#legaldocuments_client .bottom {
    width: 100%;
    float: left;
    padding: 20px 20px;
}
.bottom {
    width: 100%;
    display: inline-block;
}
.bottom .dataTables_length {
    width: auto;
    float: left;
}
.paging_simple_numbers {
    float: right;
}
.paging_simple_numbers li a {
    margin: 0px 3px;
    padding: 3px 8px;
    text-decoration: none;
}
.paging_simple_numbers li.previous a, 
.paging_simple_numbers li.next a {
    background: #edeffb;
    border-radius: 5px;
}
.paging_simple_numbers li.active a, 
.paging_simple_numbers li a:hover {
    border-radius: 5px !important;
}

/**--27-4-2020--**/
#legaldocuments_client table.dataTable thead .sorting:after, 
#legaldocuments_client table.dataTable thead .sorting_asc:after, 
#client_estimate_section table.dataTable thead .sorting:after, 
#client_estimate_section table.dataTable thead .sorting_asc:after, 
#client_invoices_section table.dataTable thead .sorting_asc:after, 
#client_invoices_section table.dataTable thead .sorting:after, 
#client_projects_section table.dataTable thead .sorting_asc:after, 
#client_projects_section table.dataTable thead .sorting:after{
    display: none;
}
#legaldocuments_client table.dataTable thead>tr>th, 
#client_estimate_section table.dataTable thead>tr>th, 
#client_invoices_section table.dataTable thead>tr>th, 
#client_projects_section table.dataTable thead>tr>th{
    color: #000;
}
#legaldocuments_client h1, 
#client_files_section h1, 
#client_projects_section h1 {
    width: 100%;
    font-weight: bold;
    padding: 20px 30px;
    border-bottom: 1px solid #ebecfa;
}
#client_estimate_section h1, 
#client_invoices_section h1,
#client_quotes_section h1 {
    width: 100%;
    font-weight: bold;
    padding: 20px 30px 10px;
}
#acceptation .col-md-6 button.btn.btn-info.pull-right {
    float: left;
}
#acceptation .col-md-6 {
    width: 100%;
    float: left;
    max-width: 100%;
}
.modal-title {
    width: 100%;
    text-align: center;
}
.modal-content .modal-header .close {
    padding: 0;
    margin: -0.6rem -0.7rem -1rem auto;
    position: absolute;
    right: 0;
    top: 0;
    background: #999;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
}
#acceptation .col-md-6 .checkbox {
    padding-left: 4px;
}
.sent font, .expired font, .declined font, .accepted font {
    float: left;
    width: 50px;
}
.sent font img, .expired font img, .declined font img, .accepted font img {
    width: 100%;
}
.sent .col-md-8, .sent .col-md-4, .sent .col-md-12, 
.expired .col-md-8, .expired .col-md-4, .expired .col-md-12, 
.declined .col-md-8, .declined .col-md-4, .declined .col-md-12, 
.accepted .col-md-8, .accepted .col-md-4, .accepted .col-md-12 {
    width: 100%;
    float: left;
    max-width: 100%;
}
.sent h5.no-margin.bold, .expired h5.no-margin.bold, .declined h5.no-margin.bold, .accepted h5.no-margin.bold {
    float: left;
}
h5.no-margin.bold {
    font-weight: bold;
}

.sent h5.no-margin.bold {
    color: #57b4f7;
}
.expired h5.no-margin.bold {
    color: #f59139;
}
.declined h5.no-margin.bold, .declined h5.no-margin.bold {
    color: #ee504f;
}
.accepted h5.no-margin.bold {
    color: #78d86d;
}

h5.no-margin.bold span {
    width: 100%;
    float: left;
    color: #343a40;
}
.invoice-quick-info .col-md-3 .col-md-8 {
    flex: 100%;
    width: 100%;
    float: left;
    max-width: 100%;
}
.invoice-quick-info .declined, .invoice-quick-info .accepted, .invoice-quick-info .expired, .invoice-quick-info .sent{
    width: 100%;
    float: left;
    text-align: center;
}
.invoice-quick-info h5.no-margin.bold, .invoice-quick-info .col-md-4 {
    flex: 100%;
    width: 100%;
    float: left;
    max-width: 100%;
    font-weight: bold;
    text-align: center !important;
}

#client_projects_section .col-md-2.border-right {
    flex: 20%;
    width: 20%;
    float: left;
    padding: 0px;
    max-width: 20%;
    border: none !important;
}
#client_projects_section .col-md-2.border-right .col-md-3, 
#client_projects_section .col-md-2.border-right .col-md-8 {
    flex: 100%;
    float: left;
    max-width: 100%;
    width: 100% !important;
}
#client_projects_section .col-md-2.border-right .col-md-3 h5.no-margin.bold {
    width: 58%;
    float: left;
    font-size: 14px;
    margin-top: 10px !important;
}
#client_projects_section .col-md-2.border-right .col-md-3 font {
    float: left;
    width: 60px;
}

/* RESPONSIVE STARTED HERE */
@media screen and (max-width: 1300px){
    html, body {
        font-size: 14px;
    }
    .header .client-id span {
        font-size: 16px;
    }
    .header .client-id b {
        font-size: 22px;
    }
    .header .user-profile .userimg {
        width: 50px;
        height: 50px;
    }
    .header .user-profile .username {
        padding-left: 55px;
    }
    .side-bar h4 {
        font-size: 18px;
    }
    .section-heading {
        padding: 12px 30px;
    }
    .ticket-progess-section{
        margin: 40px 0;
    }
    .section-heading h3 {
        font-size: 22px;
    }
    .section-heading h4 {
        font-size: 18px;
    }
    .section-heading .create-ticket {
        font-size: 13px;
    }
    .ticket-progess-section ul li .icon {
        max-width: 70px;
    }
    .ticket-progess-section ul li span {
        font-size: 24px;
    }
    .ticket-progess-section ul li h5 {
        margin: 0 0 15px;
        font-size: 16px;
    }
    .ticket-label-list-dec li label {
        font-size: 16px;
        width: 50%;
    }
    .ticket-label-list-dec li span {
        font-size: 16px;
    }
    .ticket-label-list-dec li {
        padding-left: 50%;
        margin: 15px 0;
    }
    .ticket-label-list-dec li span input {
        font-size: 15px;
    }
    .btn {
        padding: 0.5em 2em;
        white-space: inherit;
    }
}

@media screen and (max-width: 1180px){
#client_projects_section .col-md-2.border-right .col-md-3 font {
    width: 50px;
}
#client_projects_section .col-md-2.border-right .col-md-3 h5.no-margin.bold {
    width: 59%;
    font-size: 12px;
}
}

@media screen and (max-width: 1080px){
#client_projects_section .col-md-2.border-right .col-md-3, #client_projects_section .col-md-2.border-right .col-md-8 {
    text-align: center;
}
#client_projects_section .col-md-2.border-right .col-md-3 font {
    float: none;
    width: 50px;
    display: inline-block;
}
#client_projects_section .col-md-2.border-right .col-md-3 h5.no-margin.bold {
    width: 100%;
    font-size: 14px;
}
#client_estimate_section .col-md-3 {
    text-align: center;
}
.sent font, .expired font, .declined font, .accepted font {
    float: none;
    width: 50px;
    display: inline-block;
}
#client_estimate_section .col-md-3 h5.no-margin.bold {
    width: 100%;
    font-size: 15px;
}
}

@media screen and (max-width: 991px){
    .header .client-id b {
        font-size: 16px;
        padding-left: 0;
        margin-left: 0;
        border: none;
    }
    .header .client-id span {
        font-size: 14px;
    }
    .header .client-id {
        text-align: center;
        line-height: 1;
    }
    .header .notification{
        margin: 0 20px;
    }
    .header .notification span {
        right: -7px;
        top: -5px;
    }
    .ticket-progess-section ul {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .ticket-progess-section ul li {
        width: 47%;
        margin: 0 1.5% 10px;
    }
    .section-heading h4 {
        font-size: 16px;
    }
    .ticket-label-list-dec li label {
        position: static;
    }
    .ticket-label-list-dec li,
    .with-label-border li span {
        padding-left: 0;
    }
    .with-label-border li span:before{
        display: none;
    }
    .ticket-info-details-list .btn.button-blue,
    .ticket-reply-box-form .btn.button-blue {
        margin: 20px auto;
    }
    .form-decoration .form-group label {
        font-size: 15px;
    }
    .ticket-label-list-dec li label{
        width: 100%;
    }
    .btn {
        font-size: 14px;
    }
    .content-area {
        border-radius: 3px;
        margin-bottom: 30px;
    }
    .create-new-ticket-block .form-decoration {
        padding: 20px;
    }
    .form-decoration .form-group.form-submit .btn {
        position: static;
        margin-top: 20px;
    }
    .form-decoration .form-group.form-submit {
        padding-right: 0;
    }
    .panel-group .videoItem {
        padding: 5px !important;
        min-width: 50%;
        max-width: 100% !important;
    }
        #client_projects_section .col-md-2.border-right {
        flex: 33.3333%;
        width: 33.3333%;
        margin: 10px 0px;
        max-width: 33.3333%;
    }
}

@media screen and (max-width: 767px){
    .table-data-wrapper thead{
        display: none;
    }
    .table-data-wrapper table tr td {
        padding-left: 150px !important;
        position: relative;
        display: inline-block;
        text-align: left;
        width: 100%;
    }
    .table-data-wrapper tr td:after {
        content: attr(data-th)": ";
        position: absolute;
        left: 10px;
        width: 150px;
        font-weight: 700;
        color: #101010;
    }
    .header .user-profile .username {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
    .ticket-progess-section ul li {
        width: 100%;
        margin: 0 0 10px;
    }
    .table-filter {
        flex-direction: column;
    }
    .select-wrapper {
        margin-bottom: 10px;
    }
    .section-heading h3, .section-heading h4 {
        width: 100%;
    }
    .section-heading .create-ticket {
        float: none;
    }
    .section-heading {
        padding: 12px 15px;
    }
    .navbar .navbar-brand img {
        width: 75px;
    }
    #client_estimate_section .col-md-3 {
        margin: 10px 0;
    }
}

@media screen and (max-width: 575px){
    .header .client-id span{
        display: none;
    }
    .header .user-profile .userimg {
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
    }
    .header .user-profile .username {
        padding-left: 45px;
    }
}

@media screen and (max-width: 420px){
    .navbar .navbar-brand {
        max-width: 100%;
        margin: 0;
    }
    .header .client-id b {
        font-size: 13px;
    }
    .header .user-profile .username {
        font-size: 12px;
    }
    .header .notification {
        margin: 0 10px;
        display: none;
    }
    .footer p {
        font-size: 12px;
    }
    .main-body {
        margin: 40px 0;
    }
    .section-heading h3 {
        font-size: 20px;
    }
    .section-heading h4 {
        font-size: 14px;
    }
    .panel-group .videoItem {
        min-width: 100%;
        margin-bottom: 20px;
        padding: 0px !important;
    }
    p.title {
        min-height: auto;
    }
    #client_projects_section .col-md-2.border-right {
        flex: 100%;
        width: 100%;
        max-width: 100%;
    }
    #client_projects_section .col-md-2.border-right .col-md-3 h5.no-margin.bold {
        font-size: 16px;
    }
}
/* RESPONSIVE ENED HERE */
.box{
    min-height:750px;
}

.blue-text{
    color:#7bbdf2b8;
}

.category-title{
    color:#5694c4;
    font-weight: bolder;
}

.bootstrap-select.btn-group .bs-placeholder .filter-option,.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-weight: normal !important;
}

.bootstrap-select .dropdown-toggle:focus{
    outline:none !important;
}