/* ============================================
* Samksha.com v1.0 (http://samiksha.co/)
* Copyright 2020-2021 Twitter, Inc.
* Licensed under MIT (http://samiksha.co/)
  ============================================ */

body {
    font-size: 14px;
    color: #707478;
    background-color: #f1f1f1 !important;
    font-family:'Calibri';
}

.treeview-menu>li>a,
.timeline.timeline-inverse,
.timeline .timeline-header {
    font-size: 13px;
}

.floating-box {
    display: inline-block;
}

.box {
    border-radius: 0px;
    border-top: 2px solid #2f6dc4ba;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.box.box-solid.box-success,
.box.box-solid.box-primary,
.box.box-solid.box-warning,
.box.box-solid.box-danger,
.box.box-solid.box-info {
    border: none;
}

.sidebar {
    /* height:80% !important; */
    overflow-x: hidden;
    overflow-y: auto;
}

.box.box-solid.box-success,
.box.box-solid.box-primary,
.box.box-solid.box-warning,
.box.box-solid.box-danger,
.box.box-solid.box-info,
.info-box {
    border-radius: 0px !important;
}

.info-box-icon {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/* .content-wrapper{
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 60px;
} */

.main-sidebar {
    overflow-x: hidden;
    overflow-y: auto;
}

a {
    color: #605ca8;
    font-weight: 400;
}

a:hover,
a:active,
a:focus {
    color: #3e3c6d;
    text-decoration: underline;
}

.content-header h1 {
    margin: 0px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.3px;
    color: #666;
}

.small-box h1,
.small-box h2,
.small-box h3,
.small-box h4,
.small-box h5,
.small-box h6 {
    color: #2f6dc4;
}

.small-box p {
    z-index: 5;
    color: #222d32;
}


/*------------------------ form --------------------------- */

.bg-light-red {
    background-color: #ffeded;
}
.radio-inline label {
    margin-left: 5px;
}


/*------------------------ Table --------------------------- */

.table .table-success tr th {
    background-color: #2f6dc4ba;
    padding: 10px 10px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting:after {
    padding: 2px 0;
}


/*--------------------------- box --------------------------- */

.box.box-maroon {
    border-top-color: #d81b60;
}

.box.box-purple {
    border-top-color: #2f6dc4;
}

.box.box-navy {
    border-top-color: #001f3f;
}

.box.box-orange {
    border-top-color: #ff851b;
}

.box.box-olive {
    border-top-color: #3d9970;
}

.form-control:focus,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #2f6dc4;
    border-color: #2f6dc4;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #2f6dc4 !important;
}


/*--------------------------- file icon color ---------------------------*/

ul.files_container li a i.fa.fa-file-excel-o,
a.uploaded_file #img_icon i.fa.fa-file-excel-o,
a.uploaded_file2 #img_icon i.fa.fa-file-excel-o,
a.uploaded_file2 i.fa.fa-file-excel-o,
a.fm_file_sel i.fa.fa-file-excel-o {
    color: #31A867 !important;
}

ul.files_container li a i.fa.fa-file-word-o,
a.uploaded_file #img_icon i.fa.fa-file-word-o,
a.uploaded_file2 #img_icon i.fa.fa-file-word-o,
a.uploaded_file2 i.fa.fa-file-word-o,
a.fm_file_sel i.fa.fa-file-word-o {
    color: #316ca8 !important;
}

ul.files_container li a i.fa-file-pdf-o,
a.uploaded_file #img_icon i.fa-file-pdf-o,
a.uploaded_file2 #img_icon i.fa-file-pdf-o,
a.uploaded_file2 i.fa-file-pdf-o,
a.fm_file_sel i.fa-file-pdf-o {
    color: #f75554 !important;
}

ul.files_container li a strong.fa-stack-1x,
ul.files_container li a strong.fa-stack-2x {
    font-size: 200%;
    padding: 160% 150%;
}

a.uploaded_file i.fa,
a.uploaded_file2 i.fa {
    font-size: 90px;
}

a.uploaded_file.view i.fa,
a.uploaded_file2.view i.fa {
    font-size: 30px;
}

.fc-event-container>a {
    color: #f2f3f4;
}


/******************************* scrollbar  ****************************************************/

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .3) !important;
    background-color: #3c8dbc !important;
}

::-webkit-scrollbar,
::-webkit-scrollbar {
    max-width: 10px !important;
    max-height: 4px !important;
    background-color: #F5F5F5 !important;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3) !important;
    border-radius: 0px !important;
    background-color: #F5F5F5 !important;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.box.box-success div::-webkit-scrollbar-thumb {
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .3) !important;
    background-color: #00a65a !important;
}

.box.box-warning div::-webkit-scrollbar-thumb {
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .3) !important;
    background-color: #f39c12 !important;
}

.box.box-danger div::-webkit-scrollbar-thumb {
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .3) !important;
    background-color: #dd4b39 !important;
}

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

.form-group.has-error .form-control,
.form-group.has-error div {
    border-color: #f55753;
    box-shadow: none;
}

label.error {
    color: #FF6262;
    font-weight: 400;
    margin-top: 2px;
}

.form-control.error {
    border-color: #FF6262;
}

/******************************* button  ****************************************************/

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 15px;
    font-size: 24px;
    line-height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.btn-metro {
    margin: 0 0 20px;
    padding-top: 15px;
    padding-bottom: 15px
}

.btn-metro>span {
    display: block;
    vertical-align: bottom;
    margin-top: 10px;
    text-transform: uppercase
}

.btn-metro>span.label {
    position: absolute;
    top: 0;
    right: 0
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, .15);
    border-radius: 3px 0 0 3px
}

.btn-labeled {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.btn-link {
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 14px
}

.skin-blue .btn:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-header {
    border-bottom-color: #f4f4f4;
    background-color: #2f6dc4;
    color: #fff;
}

.uploaded_files {
    clear: both;
    display: inline block;
}

.bg-dark-purple {
    background-color: #1e4a88 !important;
    color: #fff;
}

.bg-dark-purple h1,
.bg-dark-purple h2,
.bg-dark-purple h3,
.bg-dark-purple h4,
.bg-dark-purple h5,
.bg-dark-purple h6,
.box-solid h1,
.box-solid h2,
.box-solid h3,
.box-solid h4,
.box-solid h5,
.box-solid h6,
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
    color: #fff;
    font-weight: 400;
}

.widget-user .widget-user-header {
    height: 115px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.box.box-widget.widget-user {
    border-top: none !important;
}

.widget-user .widget-user-image {
    border-radius: 100%;
    border: 1px dashed #fff;
    top: 5px;
    color: #fff;
}

.nav-tabs-custom>.nav-tabs {
    border-bottom: 1px solid #2f6dc4 !important;
}

.nav-tabs-custom,
.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: #fff0;
    box-shadow: none;
}

.icheckbox_square-orange {
    background-position: 0 0;
    margin-right: 10px;
}

.nav-tabs-custom>.nav-tabs>li.active>a {
    border-top-color: transparent;
    border-left-color: #f4f4f400;
    border-right-color: #f4f4f405;
    color: #2f6dc4 !important;
    font-weight: 500 !important;
}
.nav-tabs.nav-justified>li>a{
    border-bottom: 1px solid transparent;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover{
    border: none;
}
.info-box-icon {
    background: rgba(0, 0, 0, 0.3);
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: transparent;
    color: #20c6c6;
}


.nav-tabs-custom>.nav-tabs>li:first-of-type {
    margin-left: 0;
}

.nav-tabs-custom>.nav-tabs>li:first-of-type.active>a {
    border-left-color: transparent;
}

.nav-tabs-custom>.nav-tabs.pull-right {
    float: none !important;
}

.nav-tabs-custom>.nav-tabs.pull-right>li {
    float: right;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type {
    margin-right: 0;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type>a {
    border-left-width: 1px;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type.active>a {
    border-left-color: #f4f4f4;
    border-right-color: transparent;
}

.nav-tabs-custom>.nav-tabs>li.header {
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #222d31;
}

.nav-tabs-custom>.nav-tabs>li.header>.fa,
.nav-tabs-custom>.nav-tabs>li.header>.glyphicon,
.nav-tabs-custom>.nav-tabs>li.header>.ion {
    margin-right: 5px;
}

.nav-tabs-custom>.tab-content {
    background: transparent;
    padding: 15px 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.nav-tabs-custom .dropdown.open>a:active,
.nav-tabs-custom .dropdown.open>a:focus {
    background: transparent;
    color: #999;
}

.breadcrumb {
    padding: 0 !important;
    margin: 0 !important;
    background: 0 0 !important;
}

.content-header>.breadcrumb>li>a {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #242a30;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    /* font-family: "Open Sans", Arial, Helvetica, Sans-Serif; */
    font-weight: 300
}

h1 {
    letter-spacing: -1px;
    font-size: 24px;
    margin: 10px 0
}

h1 small {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px
}

.lead {
    font-size: 19px
}

.fc-head-container thead tr,
.table thead tr {
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    font-size: 12px
}

#tab-information .box-body .row,.tab-information .box-body .row {
    border-bottom: 1px dashed #ddd;
    margin: 5px 0 0 0;
    padding-bottom: 5px;
}

#tab-information .box-body .row:last-child,.tab-information .box-body .row:last-child {
    border-bottom: none;
}


/* Hide all except first fieldset */
.hide{
    display: none !important;
}
.multistep fieldset:not(:first-of-type) {
    display: none;
}

.progressbar {
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    text-align: center;
    color: #999;
}

.progressbar li.active {
    color: #222d31;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    text-align: center;
    width: 30px;
    line-height: 30px;
    display: block;
    color: #f1f1f1;
    background: #999;
    border-radius: 50%;
    margin: 0 auto 5px auto;
}


/* Progressbar Connectors */

.progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #222d31;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /* put it behind the numbers */
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:before,
#progressbar li.active:after {
    background: #3883ae;
    color: #ffffff;
}

.btn.btn-md i.fa {
    font-size: 15px;
}

.btn.btn-sm i.fa {
    font-size: 10px;
}

.attached-document>li:before,
.bootstrap-calendar .calendar .icon-arrow-left,
.bootstrap-calendar .calendar .icon-arrow-right,
.bootstrap-datetimepicker-widget .glyphicon,
.combobox-container .glyphicon-remove,
.combobox-container .icon-remove:before,
.datepicker th.next,
.datepicker th.prev,
.editable-buttons .glyphicon,
.fc button .fc-icon,
.float-sub-menu li>a .caret:before,
.gallery .rating span.star,
.input-append .icon-eye-open,
.input-prepend .icon-eye-open,
.jstree-default .jstree-checked>.jstree-checkbox:after,
.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:after,
.sidebar li>a .caret:before,
.simplecolorpicker.fontawesome span.color[data-selected]:after,
.simplecolorpicker.glyphicons span.color[data-selected]:after,
.sw-main>ul.step-anchor.nav-tabs>li.done>a .number:before,
.tagit .ui-icon-close:before,
.theme-panel .theme-list>li.active>a:before,
.top-menu li>a .caret,
.wysihtml5-toolbar .glyphicon,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    /* font-family: Font Awesome\ 5 Free!important; */
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto
}

.editable-date .datetimepicker {
    width: auto!important;
    color: #2e353c!important
}

.editable-input .date .form-control,
.editable-input .datetimepicker.datetimepicker-inline {
    width: 240px
}

.editable-input .datetimepicker.datetimepicker-inline table tbody td,
.editable-input .datetimepicker.datetimepicker-inline table tfoot th,
.editable-input .datetimepicker.datetimepicker-inline table thead th,
.editable-input .datetimepicker.datetimepicker-inline table>thead>tr>th {
    border: none!important;
    vertical-align: middle
}

.datetimepicker table {
    width: 100%
}

.datetimepicker td,
.datetimepicker th {
    padding: 0 5px!important;
    width: 30px!important;
    height: 30px!important
}

.datetimepicker table tr span.active,
.datetimepicker table tr td.active {
    background: #348fe2!important;
    color: #fff!important;
    text-shadow: none!important
}

body .bootstrap-datetimepicker-widget .glyphicon {
    font-size: 14px
}

body .bootstrap-datetimepicker-widget .timepicker-hour,
body .bootstrap-datetimepicker-widget .timepicker-minute,
body .bootstrap-datetimepicker-widget .timepicker-second {
    border: 1px solid #d3d8df;
    border-radius: 6px;
    display: block;
    width: 80px;
    margin: 0 auto;
    line-height: 22px;
    height: auto;
    padding: 6px 15px
}

body .bootstrap-datetimepicker-widget .picker-switcher {
    width: 100%!important
}

body .bootstrap-datetimepicker-widget .datepicker>div {
    display: block
}

body .bootstrap-datetimepicker-widget.dropdown-menu {
    width: 320px;
    padding: 0;
    border-radius: 6px
}

body .bootstrap-datetimepicker-widget a[data-action],
body .bootstrap-datetimepicker-widget.dropdown-menu {
    color: #242a30
}

body .bootstrap-datetimepicker-widget.dropdown-menu .datepicker {
    padding: 0
}

body .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    top: -7px;
    left: 15px
}

body .bootstrap-datetimepicker-widget.dropdown-menu.bottom.pull-right:after {
    left: auto;
    right: 15px
}

body .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    display: none
}

body .bootstrap-datetimepicker-widget .collapse.in,
body .bootstrap-datetimepicker-widget .timepicker-picker table td .btn,
body .bootstrap-datetimepicker-widget .timepicker-picker table td .btn span {
    display: block
}

body .bootstrap-datetimepicker-widget .collapse.in+.picker-switch td span {
    margin-top: 0;
    border-radius: 0 0 6px 6px
}

body .bootstrap-datetimepicker-widget .picker-switch td span {
    display: block;
    width: auto;
    margin: -1px 0 0;
    background: #f2f3f4;
    height: 36px;
    line-height: 36px;
    border-radius: 6px 6px 0 0
}

body .bootstrap-datetimepicker-widget .picker-switch td a {
    text-decoration: none
}

body .bootstrap-datetimepicker-widget .picker-switch td span:hover {
    background: #e9ecef
}

body .bootstrap-datetimepicker-widget table td span:hover,
body .bootstrap-datetimepicker-widget table td.day:hover,
body .bootstrap-datetimepicker-widget table td.hour:hover,
body .bootstrap-datetimepicker-widget table td.minute:hover,
body .bootstrap-datetimepicker-widget table td.second:hover,
body .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #f2f3f4
}

body .bootstrap-datetimepicker-widget .datepicker-days,
body .bootstrap-datetimepicker-widget .datepicker-decades,
body .bootstrap-datetimepicker-widget .datepicker-months,
body .bootstrap-datetimepicker-widget .datepicker-years,
body .bootstrap-datetimepicker-widget .table-condensed>tbody>tr>td,
body .bootstrap-datetimepicker-widget .table-condensed>thead>tr>th,
body .bootstrap-datetimepicker-widget .timepicker .datepicker-seconds,
body .bootstrap-datetimepicker-widget .timepicker .timepicker-hours,
body .bootstrap-datetimepicker-widget .timepicker .timepicker-minutes,
body .bootstrap-datetimepicker-widget .timepicker .timepicker-picker {
    padding: 5px
}

body .bootstrap-datetimepicker-widget .datepicker-months table tbody tr td,
body .bootstrap-datetimepicker-widget .datepicker-years table tbody tr td,
body .bootstrap-datetimepicker-widget .picker-switch .table-condensed>tbody>tr>td {
    padding: 0
}

body .bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 16px!important;
    padding: 11px
}

body .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px 15px
}

body .bootstrap-datetimepicker-widget table td {
    height: 32px;
    width: 32px;
    line-height: 32px
}

body .bootstrap-datetimepicker-widget .timepicker-picker table td.separator {
    width: 20px
}

body .bootstrap-datetimepicker-widget .timepicker-picker table td,
body .bootstrap-datetimepicker-widget .timepicker-picker table td .btn span {
    width: auto;
    height: auto;
    line-height: inherit
}

body .bootstrap-datetimepicker-widget .timepicker-picker table td {
    padding: 0 5px
}

body .bootstrap-datetimepicker-widget .timepicker-picker table td .btn.btn-primary {
    width: 60px;
    margin-right: 10px
}

body .bootstrap-datetimepicker-widget .timepicker-picker table td:first-child {
    padding-left: 10px
}

div.dataTables_filter label,
div.dataTables_length label {
    margin-bottom: 0px;
}

.treeview-menu>li>a {
    padding: 10px 5px 10px 15px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

div.nav-tabs-custom .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
div.nav-tabs-custom .nav-tabs:not(.nav-justified){
    display: -webkit-box;
    display: -moz-box;
}
div.nav-tabs-custom .nav-tabs>li {
    float: none;
}


/* Tejpal CSS 2019  */

.wrap-new-lead .new-lead {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-right: 20px;
    margin-bottom: 28px;
}

.wrap-new-lead .new-lead .btn-default {
    border-radius: 100%;
    background: #ff851b;
    color: #fff;
    height: 52px;
    width: 52px;
    font-size: 24px;
    padding: 10px;
    margin-left: 5px;
    box-shadow: 0px 1px 20px #666;
}

.wrap-new-lead .new-lead .btn-default:hover {
    background: #d36e16;
}

.wrap-new-lead {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 3px 8px;
    font-size: 14px;
    line-height: 1.5;
    margin-right: 2px;
    border-radius: 3px;
}

label {
    font-weight: 400;
    color: #222d31;
}

.modal-body {
    position: relative;
    padding: 10px 15px;
}

.main-header .logo {
    background-color: #ffffff !important;
    color: #2f6dc4;
    border-bottom: 0 solid transparent;
}

.timeline>li>.timeline-item>.timeline-body,
.timeline>li>.timeline-item>.timeline-footer {
    padding: 10px;
    font-size: 14px !important;
    background-color: #e7e8ff;
}

.timeline>li>.timeline-item>.timeline-header {
    font-size: 14px !important;
}

.box-header.with-border {
    border-bottom: 0px solid #f4f4f4;
    margin-bottom: 10px;
}

.box-header {
    /* padding: 0px; */
}

.modal-footer .btn+.btn {
    margin-left: 0px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
    padding-top: 0px;
}

.widget-user .widget-user-username {
    font-weight: 400;
    text-transform: capitalize;
}

.users-list>li {
    padding: 0px;
    padding-top: 0px;
    margin-left: 1rem;
    margin-right: 1rem;
}

.input-sm {
    font-size: 14px;
}

@media (max-width: 767px) {
    .small-box p {
        font-size: 16px;
    }
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        right: 0%;
        border: 1px solid #ddd;
        background: #fff;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }
    table.dataTable > tbody > tr.child ul li {
        border-bottom: 0px solid #efefef;
        padding: 0.5em 0;
        padding: 0.5em 0 0.1em 0;
    }
    table.dataTable > tbody > tr.child span.dtr-title {
        margin-top: 16px;
    }
    span.dtr-data {
        float: right;
        margin-top: 10px;
    }
    .navbar-custom-menu .navbar-nav>li>a {
        line-height: 23px !important;
    }
    .content {
        padding: 1.5rem !important;
    }
    table.dataTable {
        clear: both;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .breadcrumb {
        display: none;
    }
    .content-header h1 {
        display: block !important;
        padding-left: 1.5rem;
        padding-top: 1.5rem;
    }
    .main-header .navbar {
        -moz-box-shadow: 3px 3px 5px 6px #ccc;
        -webkit-box-shadow: 3px 3px 5px 6px #ccc;
        box-shadow: 0px 0px 18px 0px #666;
    }
    .nav-tabs-custom>.tab-content {
        padding: 10px 0px;
    }
    .btn.btn-sm {
        padding: 2px 6px !important;
        border-radius: 0px !important;
    }
    table.dataTable > tbody > tr.child ul {
        width: 100%;
        padding: 0.5em 0 0.1em 0;
        margin-top: -20px;
    }
    .navbar-custom-menu .navbar-nav>li>a {
        padding-bottom: 10px !important;
    }
    .modal-footer .btn {
        width: 49%;
    }
    .box-footer .btn {
        width: 50%;
    }
    .box-footer {
        padding: 10px 0px 0px 0px;
    }
    .widget-user .widget-user-username {
        float: left;
    }
    div.dataTables_filter {
        text-align: right;
        margin-left: 0rem;
        margin-top: 0px;
        margin-bottom: 11px;
        margin-right: 0rem;
    }
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img,
    .img-responsive,
    .thumbnail a>img,
    .thumbnail>img {
        /* display: blocddk; */
        max-width: 100%;
        height: auto;
    }
    .main-header .logo {
        -webkit-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
        display: block;
        float: left;
        height: 0px;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        width: 230px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 0 15px;
        font-weight: 300;
        overflow: hidden;
    }
    .main-sidebar {
        padding-top: 50px;
    }
}

@media (max-width: 768px) {
    .content-header>.breadcrumb {
        float: right;
    }
    .breadcrumb {
        display: none;
    }
}

.skin-purple .sidebar-menu>li>a {
    border-left: 3px solid transparent;
    color: #b1b1b1;
}

/* .bg-image {
    background-image: url("../img/login-bg.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.login-logo,
.register-logo {
    font-size: 34px;
    color: #ffffff;
    font-weight: 600;
}

.short-link {
    color: red;
    font-size: 12px;
    font-weight: 100;
}

.box.box-info {
    border-top-color: #2f6dc4;
}

.close {
    float: right;
    font-size: 34px;
    font-weight: 300;
    line-height: 0.5;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .6;
}

.close:focus,
.close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
}

.widget-user-image .info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 47px;
    width: 47px;
    text-align: center;
    font-size: 22px;
    line-height: 48px;
    background: rgba(0, 0, 0, 0.2);
}

.modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.timeline>li>.timeline-item {
    margin-right: 0px;
}

.panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.skin-purple .wrapper {
    background-color: #ecf0f5;
}

.main-footer {
    padding: 10px 15px 2px 15px;
}

.login-box,
.register-box {
    margin: 4% auto;
}

.navbar-nav>.user-menu .user-image {
    margin-top: -5px;
}

.navbar-custom-menu .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}

.mob-call {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #00b160 !important;
}

.mob-call .fa {
    color: #fff !important;
    font-size: 1.5rem;
}

.content {
    padding-bottom: 0px;
}

.editable-click,
a.editable-click,
a.editable-click:hover {
    border-bottom: dashed 0px #0088cc !important;
    font-style: normal;
}

.popover {
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 18px #777;
    line-break: auto;
}

.popover-title {
    background-color: #2f6dc4;
    color: #fff;
}

.checkbox-inline,
.radio-inline {
    padding-left: 0px;
}

.box-body {
    padding: 10px 15px;
    padding-bottom: 5px;
}

.dropdown-menu {
    border-color: #eee;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px #777;
    line-break: auto;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #2f6dc4ba !important;
}

.nav-tabs-custom>.nav-tabs>li>a:hover {
    color: #2f6dc4 !important;
}

span.glyphicon {
    color: #2f6dc4 !important;
}

.thumbnail .caption h3 {
    color: #2f6dc4;
}

.thumbnail .caption {
    padding: 9px;
    color: #666;
}

.thumbnail {
    border-bottom: 0px solid #ddd !important;
    border-right: 0px solid #ddd !important;
    border-left: 0px solid #ddd !important;
}

.small-box .icon {
    top: 0px;
    right: 15px;
    font-size: 60px;
    color: rgb(95, 95, 246);
    opacity: 0.2;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:last-child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:last-child {
    padding-left: 10px;
}

.editableform .form-control {
    width: 100px;
}

.skin-purple .main-header .navbar .sidebar-toggle:hover {
    color: #f6f6f6;
    background: rgba(0, 0, 0, 0.2);
}

.skin-purple .main-header .navbar .sidebar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.users-list>li>a:hover,
.users-list>li>a:hover .users-list-name {
    color: rgb(95, 95, 246) !important;
}

.dropdown-menu>li>a:hover {
    background-color: #5f5ef6 !important;
    color: #fff !important;
}

.dropdown-menu>li>a {
    padding: 5px 14px;
    color: #222d31 !important;
}

.fc button {
    text-transform: capitalize;
    text-shadow: none !important;
}

.fc-button:hover,
.fc-button:active,
.fc-button.hover {
    background-color: #5f5ef6 !important;
    color: #fff;
    text-transform: capitalize !important;
}

.fc td,
.fc th {
    font-size: 1.5rem;
    font-weight: 400;
    color: #222d33;
    padding: 2px !important
}

.bg-filter {
    background-color: #2f6dc4ba;
    padding: 10px 10px;
    font-weight: 100 !important;
    font-size: 13px;
    color: #fff;
}

.select2-container--default.select2-container--focus .select2-selection,
.select2-container--default.select2-container--open .select2-selection{
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #2f6dc4 !important;
    border-color: #5f5ef6 !important;
}
.select2-container .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px;
}
.select2-container--default .select2-dropdown {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #5f5ef6 !important;
    border-color: #5f5ef6 !important;
}

tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px;
    background-color: #2f6dc4 !important;
    border-color: #6868d4 !important;
    text-transform: capitalize;
}
.datepicker table tr td.active.active {
    background-color: #ff851a !important;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #e77715 !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-repeat: none !important;
    filter: none !important;
    border-color: none !important;
    border-color: none !important;
    filter: none !important;
    color: #fff;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
    background-color:#ff851a !important;
    border-color: #ff851a !important;
}
.swal2-popup .swal2-title {
    color: #2f6dc4;
}
.swal2-popup .swal2-styled.swal2-cancel {
    background-color:#ff851a !important;
    font-size: 14px !important;
}
.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #2f6dc4 !important;
    font-size: 14px !important;
}

.swal2-popup {
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 18px #444;
}
.users-list>li img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
}

.fc .fc-toolbar>*>:first-child {
    margin-left: 0;
    font-weight: 500;
    color: #222d31;
    letter-spacing: normal;
}

/* table.details-control tbody tr td:first-child {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
    padding-left: 25px;
}
table.details-control tbody tr td:first-child.show {
    background: url('../img/details_close.png') no-repeat center center;
    display: table-cell !important;
} */
td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}
tr.shown + tr td{
    border: 1px solid #e1e1e1;
    padding: 5px 20px;
}
.small-db-foot .paginate_button>a {
    padding: 0px 6px;
}
.small-db-foot .form-control{
    height: 25px;
    padding: 1px 5px;
}
body {
    animation: fadeInAnimation ease 1s; 
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
} 
@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
    } 
    100% { 
        opacity: 1; 
    } 
}
.skin-purple .sidebar-menu>li.header {
    color: #999;
    background: #1a2226;
    font-size: 15px;
}
/* new of boostrap 4 */
.nav-tabs-custom>.nav-tabs>li.active>a,.nav-tabs .nav-link,.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-top: none;
    color: #615DA8 !important;
    border-bottom: 5px solid #615DA8;
}
.nav-tabs-custom>.nav-tabs>li>a i.fa,.nav-tabs .nav-link i.fa {
    width: 14px;
    text-align: center;
    margin-right: 4px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-header > img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > .user-header > p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-header > p > small {
    display: block;
    font-size: 12px;
}

.navbar-nav .notifications-menu > .dropdown-menu > .menu,
.navbar-nav > .messages-menu > .dropdown-menu > .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}
.navbar-nav .notifications-menu > .dropdown-menu > .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > .menu > li > a {
    display: block;
    white-space: nowrap;
  /* Prevent text from breaking */
    border-bottom: 1px solid #f4f4f4;
}
.navbar-nav .notifications-menu > .dropdown-menu > .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > .menu > li > a:hover {
    background: #f4f4f4;
    text-decoration: none;
}
.navbar-nav .notifications-menu > .dropdown-menu > .menu > li > a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}
.navbar-nav .notifications-menu > .dropdown-menu > .menu > li > a > .glyphicon,
.navbar-nav .notifications-menu > .dropdown-menu > .menu > li > a > .fa,
.navbar-nav .notifications-menu > .dropdown-menu > .menu > li > a > .ion {
    width: 20px;
}
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a {
    margin: 0;
    padding: 10px 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a > div > img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px;
}
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a > h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #444444;
    font-size: 15px;
    position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a > h4 > small {
    color: #999999;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a > p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a:after {
    content: " ";
    display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a:after {
    clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > .menu > li > a {
    padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > .menu > li > a > h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > .menu > li > a > .progress {
    padding: 0;
    margin: 0;
}

.navbar-nav .notifications-menu > .dropdown-menu > .menu,
.navbar-nav > .messages-menu > .dropdown-menu > .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}
.navbar-nav .notifications-menu > .dropdown-menu > .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > .menu > li > a {
    display: block;
    white-space: nowrap;
  /* Prevent text from breaking */
    border-bottom: 1px solid #f4f4f4;
}
.navbar-nav .notifications-menu > .dropdown-menu > .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > .menu > li > a:hover {
    background: #f4f4f4;
    text-decoration: none;
}
.navbar-nav .notifications-menu > .dropdown-menu > .menu > li > a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}
.navbar-nav .notifications-menu > .dropdown-menu > .menu > li > a > .glyphicon,
.navbar-nav .notifications-menu > .dropdown-menu > .menu > li > a > .fa,
.navbar-nav .notifications-menu > .dropdown-menu > .menu > li > a > .ion {
    width: 20px;
}
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a {
    margin: 0;
    padding: 10px 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a > div > img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px;
}
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a > h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #444444;
    font-size: 15px;
    position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a > h4 > small {
    color: #999999;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a > p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a:after {
    content: " ";
    display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > .menu > li > a:after {
    clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > .menu > li > a {
    padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > .menu > li > a > h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > .menu > li > a > .progress {
    padding: 0;
    margin: 0;
}

.navbar li.notifications-menu a .badge {
    position: absolute;
    top: 0;
    left: 3px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: 0.9;
}
.form-control{
    font-size: 14px;;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    background-color: transparent;
}
.img-circle{
    border-radius: 50%;
}
.glyphicon{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-ok:before {
    content: "\f00c";
}
.glyphicon-remove:before{
    content: "\f00d";
}
.input-sm{
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.has-feedback .form-control{
    padding-right: 42.5px;
}
.has-feedback {
    position: relative;
}
.form-control-feedback{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.has-feedback .fa {
    margin: 0;
}