@charset "UTF-8";
/****************************/
/** Imports **/
/****************************/
@import url(import.css);
/****************************/
/** Reset **/
/****************************/
@import url(reset.css);
/****************************/
/** Basic **/
/****************************/
@import url(basic.css);
/* Effect 1:YouTube loading */
@import url(youTube-loading.css);
/*typography*/
@import url(typography.css);
/*Buttons*/
@import url(buttons.css);
/*MDL Shadow*/
@import url(MDL-Shadow.css);
/* Admin Basic */
@import url(admin-Basic.css);
/* Top Navigation */
@import url(top-Navigation.css);
/*Form*/
@import url(form.css);
/*Form-Wizard*/
@import url(form-Wizard.css);
/*Product*/
@import url(product.css);
/*Popover*/
@import url(popover.css);
/*Typerhead*/
@import url(typerhead.css);
/*Editors*/
@import url(editors.css);
/*Accordion*/
@import url(accordion.css);
/*Tabs*/
@import url(tabs.css);
/*Table*/
@import url(table.css);
/*Charts*/
@import url(charts.css);
/*Nestable*/
@import url(nestable.css);
/*Treeview*/
.treeview .list-group {
    margin-bottom: 0;
}

.treeview .list-group .list-group-item {
    border: 1px solid #dedede;
    height: 42px;
    padding: 10px 12px;
}

.treeview .list-group .list-group-item.node-selected {
    background: #4e9de6 !important;
}

.treeview .list-group .list-group-item:hover {
    background: #f7f7f9;
}

.treeview .list-group .list-group-item:first-child,.treeview .list-group .list-group-item:last-child {
    border-radius: 0;
}
/*Modals*/
.modal-dialog .modal-content {
    border-radius: 2px;
    border: none;
}

.modal-dialog .modal-footer {
    border: none;
}
/*Sweet-alert*/
.sweet-alert {
    border-radius: 2px;
    font-family: inherit;
}

.sweet-alert h2 {
    font-weight: 400;
    color: #212121;
}

.sweet-alert button {
    box-shadow: none !important;
    font-size: inherit;
}
/*Notification*/
.alert {
    border-radius: 2px;
    border: none;
    color: #fff;
}

.alert i {
    font-size: 24px;
}

.alert.alert-success {
    background: #1da277;
}

.alert.alert-info {
    background: #f1a1c7;
}

.alert.alert-danger {
    background: #ed6f56;
}

.alert.alert-warning {
    background: #f0c541;
}

.alert.alert-style-1 {
    padding-left: 70px;
    background: #fff;
    position: relative;
    color: #212121;
    border: 1px solid #dedede;
}

.alert.alert-style-1 i {
    height: 100%;
    left: 0;
    margin: 0;
    padding-top: 13px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    color: #fff;
}

.alert.alert-style-1.alert-success i {
    color: #1da277;
    background: #f7f7f7;
}

.alert.alert-style-1.alert-info i {
    color: #f1a1c7;
    background: #f7f7f7;
}

.alert.alert-style-1.alert-danger i {
    color: #ed6f56;
    background: #f7f7f7;
}

.alert.alert-style-1.alert-warning i {
    color: #f0c541;
    background: #f7f7f7;
}

.alert-dismissable .close,.alert-dismissible .close {
    top: 0;
}

.jq-toast-wrap {
    width: 300px;
}

.jq-toast-wrap .jq-toast-single {
    color: #fff;
    border-radius: 2px;
    margin: 0;
    font-family: "Poppins",sans-serif;
    background: #212121;
}

.jq-toast-wrap .jq-toast-single .jq-toast-loader {
    border-radius: 2px 2px 0 0;
    height: 3px;
}

.jq-toast-wrap .jq-toast-single .jq-toast-heading {
    font-size: 16px !important;
}

.jq-toast-wrap .jq-toast-single.jq-has-icon {
    padding: 13px 10px 13px 15px;
}

.jq-toast-wrap .jq-toast-single.jq-has-icon:before {
    position: absolute;
    font-family: "themify";
    font-size: 22px;
    left: 12px;
    top: 13px;
}

.jq-toast-wrap .jq-toast-single.jq-icon-info {
    background: #f1a1c7;
    padding-left: 50px;
}

.jq-toast-wrap .jq-toast-single.jq-icon-info:before {
    content: "\e717";
}

.jq-toast-wrap .jq-toast-single.jq-icon-error {
    background: #ed6f56;
    padding-left: 50px;
}

.jq-toast-wrap .jq-toast-single.jq-icon-error:before {
    content: "\e620";
}

.jq-toast-wrap .jq-toast-single.jq-icon-success {
    background: #1da277;
    padding-left: 50px;
}

.jq-toast-wrap .jq-toast-single.jq-icon-success:before {
    content: "\e64c";
}

.jq-toast-wrap .jq-toast-single.jq-icon-warning {
    background: #f0c541;
    padding-left: 50px;
}

.jq-toast-wrap .jq-toast-single.jq-icon-warning:before {
    content: "\e6c5";
}

.bottom-center-fullwidth .jq-toast-wrap {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    bottom: 0 !important;
}

.top-center-fullwidth .jq-toast-wrap {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 2px !important;
}
/*Tooltop*/
.tooltip-inner {
    border-radius: 0;
    font-family: "Poppins",sans-serif;
    background: #212121;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #212121;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #212121;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #212121;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #212121;
}
/*Icons*/
@import url(icons.css);
/*File*/
@import url(file.css);
/*Carousel*/
.carousel-control.left,.carousel-control.right {
    background: none;
    text-shadow: none;
}

.carousel-control:hover.left,.carousel-control:hover.right {
    background: none;
    text-shadow: none;
}

.carousel-control span {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.carousel-indicators {
    z-index: 1;
}

.carousel-indicators li {
    border-color: #878787;
    background: #878787;
    opacity: .6;
}

.carousel-indicators li:hover {
    background: #fff;
}

.carousel-indicators li,.carousel-indicators li.active {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    border: none;
}

.carousel-indicators li.active {
    margin: 1px;
    opacity: 1;
}

.text-slider .carousel-indicators li {
    border: none;
}

.text-slider .carousel-indicators li:hover {
    background: #1da277;
    opacity: 1;
}

.text-slider .carousel-indicators li.active {
    border: none;
    background: #1da277;
}

.owl-theme .owl-dots .owl-dot span {
    height: 8px;
    margin: 5px 3px;
    width: 8px;
    background: #878787;
    opacity: .6;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
    background: #1da277;
}
/*Testimonial slider*/
.testimonial-slider-wrap .carousel-indicators {
    bottom: -50px;
}
/*Twitter slider*/
.twitter-icon-wrap i {
    font-size: 30px;
    color: #fff;
}

.twitter-slider-wrap .carousel-indicators {
    bottom: -50px;
}

.twitter-slider-wrap .carousel-indicators li {
    border: none;
    background: #fff;
    opacity: .4;
}

.twitter-slider-wrap .carousel-indicators li:hover {
    background: #fff;
    opacity: .4;
}

.twitter-slider-wrap .carousel-indicators li.active {
    background: #fff;
    opacity: 1;
}

.twitter-slider-wrap .carousel-inner {
    text-align: center;
}

.twitter-slider-wrap .carousel-inner .user,.twitter-slider-wrap .carousel-inner .interact {
    display: none;
}

.twitter-slider-wrap .carousel-inner .tweet {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.twitter-slider-wrap .carousel-inner .tweet > a {
    color: #fff;
}

.twitter-slider-wrap .carousel-inner .timePosted > a {
    font-size: 12px;
    color: #fff;
}
/*Instafeed*/
.instagram-lite > li {
    display: inline-block;
    float: left;
    font-size: 0;
    height: auto;
    width: 25%;
    border: 1px solid #fff;
}

.instagram-lite > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

.instagram-lite > li > a img {
    height: auto;
    width: 100%;
}
/*Range Slider*/
.irs-line-mid,.irs-line-left,.irs-line-right,.irs-bar,.irs-bar-edge,.irs-slider {
    background: url("../img/range/sprite-skin-modern.png");
}

.irs-slider {
    background-position: 0 -120px;
}

.irs-bar {
    background-position: 0 -60px;
}

.irs-from,.irs-to,.irs-single {
    font-size: 10px;
    padding: 4px 8px;
    background: #212121;
    border-radius: 4px;
    border-radius: 0;
}

.irs-from::after,.irs-to::after,.irs-single::after {
    border-color: #212121 transparent transparent;
}

.irs-grid-text {
    font-size: 10px;
}
/*Gallery*/
.project-gallery a {
    display: block;
    overflow: hidden;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    z-index: 1;
    width: 100%;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

.project-gallery a img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    image-rendering: optimizeQuality;
}

.project-gallery a .hover-cap {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    color: black;
    height: 65px;
    padding-top: 25px;
    left: 0;
    overflow: hidden;
    perspective: 1px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateY(75px);
    -moz-transform: translateY(75px);
    -ms-transform: translateY(75px);
    -o-transform: translateY(75px);
    transform: translateY(75px);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.project-gallery a:hover {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

.project-gallery a:hover img {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.project-gallery a:hover .hover-cap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.lg-sub-html h6,.lg-sub-html .panel-title {
    margin-bottom: 0;
}

#filters li {
    margin-right: 5px;
}

#filters li a {
    background: #f7f7f9 none repeat scroll 0 0;
    border-radius: 60px;
    color: #878787;
    display: inline-block;
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 14px;
}

#filters li a.active,#filters li a:active,#filters li a:hover,#filters li a:focus {
    background: #1da277;
    color: #fff;
}

#filters:last-child {
    margin-right: 0;
}
/*Typography*/
.grid-block [class^="col-"] {
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #dedede;
    border-radius: 0;
    box-shadow: none !important;
    color: #878787;
    height: 42px;
}
/*Panel*/
.panel-title > small {
    color: #878787;
    font-size: 14px;
}

.panel .panel-heading a {
    position: relative;
}

.panel .panel-heading a i {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.panel .panel-heading a i.zmdi-chevron-down {
    opacity: 1;
    position: absolute;
    top: 1px;
}

.panel .panel-heading a i.zmdi-chevron-up {
    opacity: 0;
}

.panel .panel-heading a.collapsed i.zmdi-chevron-down {
    opacity: 0;
}

.panel .panel-heading a.collapsed i.zmdi-chevron-up {
    opacity: 1;
}

.panel .panel-heading .pull-right i {
    font-size: 20px;
    color: #878787;
}

.panel .panel-heading .pull-right .dropdown i {
    font-size: 16px;
}

.panel .panel-heading .pull-right .dropdown i.caret-down {
    position: static;
    margin-left: 2px;
}

.panel .panel-heading .pull-right.right-float-sub-text {
    font-size: 11px;
    padding-top: 2px;
    text-transform: uppercase;
}

.panel .panel-footer {
    background-color: transparent;
    border-top: 1px solid #dedede;
    margin: 0 -15px;
    padding: 5px 20px 0;
}

.panel.panel-refresh {
    position: relative;
}

.panel.panel-refresh .refresh-container {
    background: rgba(255,255,255,0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    z-index: 5;
    cursor: wait;
    overflow: hidden;
}

.panel.panel-refresh .refresh-container .la-anim-1 {
    position: absolute;
}

.panel.panel-refresh .refresh-container .la-anim-1.la-animate {
    -webkit-transition: -webkit-transform 2s ease;
    -moz-transition: -moz-transform 2s ease;
    transition: transform 2s ease;
}

.panel-info > .panel-heading {
    background-color: #f1a1c7;
}

.panel-danger > .panel-heading {
    background-color: #ed6f56;
}

.panel-warning > .panel-heading {
    background-color: #f0c541;
}

.panel-success > .panel-heading {
    background-color: #1da277;
}

.panel-primary > .panel-heading {
    background-color: #4e9de6;
}

.panel-inverse > .panel-heading {
    background-color: #dedede;
    color: #212121 !important;
}

.well {
    border-radius: 0;
    box-shadow: none;
    padding: 20px;
}

.well.well-lg {
    padding: 25px;
}

.well.well-sm {
    padding: 15px;
}
/*Pricing Table*/
.panel-pricing {
    background: #f7f7f9;
    border-radius: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}

.panel-pricing:hover {
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
}

.panel-pricing .list-group-item {
    background: transparent;
    border: none;
    border-radius: 0;
}

.panel-pricing .panel-body hr {
    border-color: #dedede;
    border-width: 2px;
}

.panel-pricing .panel-body .list-group hr {
    border-width: 1px;
}

.panel-pricing .panel-body .list-group .list-group-item i {
    color: #1da277;
    padding-right: 15px;
}

.panel-pricing .panel-heading i {
    display: block;
    font-size: 50px;
    margin-bottom: 25px;
    margin-top: 50px;
    color: #212121;
}

.panel-pricing .panel-heading .panel-price {
    font-size: 60px;
    color: #212121;
    font-weight: 700;
    display: block;
    margin-top: 20px;
    text-transform: capitalize;
}

.panel-pricing .panel-heading .panel-price .pricing-dolor {
    display: inline-block;
    font-size: 18px;
    padding-top: 10px;
    vertical-align: top;
}

.panel-pricing .panel-footer {
    border: none;
}

.panel-pricing .panel-footer .btn,.panel-pricing .panel-footer .wizard > .actions a,.wizard > .actions .panel-pricing .panel-footer a,.panel-pricing .panel-footer .dt-buttons .dt-button,.dt-buttons .panel-pricing .panel-footer .dt-button,.panel-pricing .panel-footer .tablesaw-sortable th.tablesaw-sortable-head button,.tablesaw-sortable th.tablesaw-sortable-head .panel-pricing .panel-footer button,.panel-pricing .panel-footer .sweet-alert button,.sweet-alert .panel-pricing .panel-footer button,.panel-pricing .panel-footer .owl-theme .owl-nav [class*="owl-"],.owl-theme .owl-nav .panel-pricing .panel-footer [class*="owl-"],.panel-pricing .panel-footer button.fc-agendaDay-button.fc-state-default.fc-corner-right,.panel-pricing .panel-footer button.fc-month-button.fc-state-default.fc-corner-left,.panel-pricing .panel-footer button.fc-agendaWeek-button,.panel-pricing .panel-footer .fc-prev-button,.panel-pricing .panel-footer .fc-next-button,.panel-pricing .panel-footer .fc-today-button {
    font-size: 14px;
}
/*Dropdown*/
.show-on-hover:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-menu {
    border-radius: 2px;
    border: none;
    box-shadow: 0 2px 15px rgba(0,0,0,0.175);
}

.dropdown-menu > li > a {
    color: #212121;
}

.dropdown-menu > li > a:hover {
    color: #212121;
    background: rgba(33,33,33,0.05);
}

.dropdown-menu > li > a i {
    color: #878787;
    font-size: 18px;
    margin-right: 10px;
    width: 18px;
}

.dropdown-menu > li.sub-menu {
    position: relative;
}

.dropdown-menu > li.sub-menu .dropdown-menu:before,.dropdown-menu > li.sub-menu .dropdown-menu:after {
    display: none !important;
}

.dropdown-menu > li.sub-menu > ul {
    top: 0;
}

.dropdown-menu > li.sub-menu > ul.open-left-side {
    right: 100% !important;
}

.dropdown-menu > li.sub-menu > ul.open-right-side {
    left: 100% !important;
}

.dropdown-menu .divider {
    background-color: #dedede;
}

.dropdown-menu > .active > a {
    background: #1da277;
}

.dropdown-menu > .active > a:focus,.dropdown-menu > .active > a:hover {
    background: #1da277;
}

.dropdown-menu.animated {
    -webkit-animation-duration: 0.55s;
    animation-duration: 0.55s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
/*Weather*/
.forcast-days > li {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    width: 14.28%;
}

.forcast-days > li:last-child {
    margin-right: 0;
}

.forcast-days > li span.forcast-high-deg {
    color: #ed6f56;
}

.forcast-days > li img {
    width: 50px;
    margin: 0 auto;
}

.temprature {
    font-size: 60px;
    color: #212121;
}

.temprature .unit {
    display: inline-block;
    font-size: 14px;
    padding-top: 10px;
    vertical-align: top;
}

.currently {
    font-size: 16px;
    color: #212121;
}

.other-details {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin: 15px -15px;
    padding: 15px;
}

.other-details li {
    display: table;
    width: 100%;
}

.other-details li span {
    display: table-cell;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: capitalize;
    width: 25%;
}

.other-details li span:nth-child(2),.other-details li span:nth-child(4) {
    color: #212121;
    text-transform: capitalize;
}

.left-block-wrap,.right-block-wrap {
    min-height: 175px;
}

.right-block-wrap {
    text-align: center;
}

.right-block-wrap .right-block .temprature-icon img {
    width: 80px;
}

.left-block-wrap .left-block .temprature {
    font-size: 40px;
}

.weather-inverse .panel-body {
    background: #f7f7f9;
}

.weather-inverse .left-block-wrap {
    background: #fff;
}

.weather-info .left-block-wrap {
    background: #f1a1c7;
    color: #fff !important;
}

.weather-info .left-block-wrap h5,.weather-info .left-block-wrap .temprature {
    color: #fff !important;
}

.weather-warning .left-block-wrap {
    background: #f0c541;
    color: #fff !important;
}

.weather-warning .left-block-wrap h5,.weather-warning .left-block-wrap .temprature {
    color: #fff !important;
}

.weather-danger .left-block-wrap {
    background: #ed6f56;
    color: #fff !important;
}

.weather-danger .left-block-wrap h5,.weather-danger .left-block-wrap .temprature {
    color: #fff !important;
}

.weather-success .left-block-wrap {
    background: #1da277;
    color: #fff !important;
}

.weather-success .left-block-wrap h5,.weather-success .left-block-wrap .temprature {
    color: #fff !important;
}
/*Sparkline*/
.jqstooltip {
    width: auto !important;
    height: auto !important;
    background: #2f2c2c !important;
    border: none !important;
}
/*Pagination*/
.pagination > li > a,.pagination > li > span {
    border-color: #dedede;
    border-radius: 0 !important;
    color: #1da277;
}

.pagination > li > a:hover,.pagination > li > a:focus,.pagination > li > a:active,.pagination > li > span:hover,.pagination > li > span:focus,.pagination > li > span:active {
    border-color: #dedede;
    background-color: #dedede;
}

.pagination > li.active > a,.pagination > li.active > span {
    background: #1da277;
    border-color: #dedede;
}

.pagination > li.active > a:hover,.pagination > li.active > a:focus,.pagination > li.active > a:active,.pagination > li.active > span:hover,.pagination > li.active > span:focus,.pagination > li.active > span:active {
    background: #1da277;
    border-color: #dedede;
}

.pagination > .disabled > a,.pagination > .disabled > a:focus,.pagination > .disabled > a:hover,.pagination > .disabled > span,.pagination > .disabled > span:focus,.pagination > .disabled > span:hover {
    border-color: #dedede;
    color: #1da277;
}

.pagination > li > a:focus,.pagination > li > a:hover,.pagination > li > span:focus,.pagination > li > span:hover {
    color: #878787;
}
/*Pager*/
.pager li > a,.pager li > span {
    border: 1px solid #dedede;
    border-radius: 60px;
}
/*Labels*/
.label,.jvectormap-tip {
    padding: 3px 6px 3px;
    font-size: 11px;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 400;
}

.label.label-info,.label-info.jvectormap-tip {
    background: #f1a1c7;
}

.label.label-primary,.label-primary.jvectormap-tip {
    background: #4e9de6;
}

.label.label-success,.label-success.jvectormap-tip {
    background: #1da277;
}

.label.label-danger,.label-danger.jvectormap-tip {
    background: #ed6f56;
}

.label.label-warning,.label-warning.jvectormap-tip {
    background: #f0c541;
}
/*Badge*/
.badge {
    background-color: #DCDCDC;
    font-weight: 400;
    padding: 5px 10px;
    color: #212121;
}

.badge.badge-info {
    background: #f1a1c7;
    color: #fff;
}

.badge.badge-primary {
    background: #4e9de6;
    color: #fff;
}

.badge.badge-success {
    background: #1da277;
    color: #fff;
}

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

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

.badge.transparent-badge {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.badge.transparent-badge.badge-info {
    color: #f1a1c7;
}

.badge.transparent-badge.badge-primary {
    color: #4e9de6;
}

.badge.transparent-badge.badge-success {
    color: #1da277;
}

.badge.transparent-badge.badge-danger {
    color: #ed6f56;
}

.badge.transparent-badge.badge-warning {
    color: #f0c541;
}
/*Task Panel*/
.task-panel a.list-group-item {
    background-color: transparent;
    color: #212121;
    border-color: #dedede;
    border-image: none;
    border-radius: 0 !important;
    border-style: solid none;
    border-width: 1px medium;
    border-bottom: none;
    padding: 15px;
}

.task-panel a.list-group-item i {
    color: #878787;
    padding-right: 10px;
    font-size: 18px;
    width: 25px;
    line-height: 24px;
}

.task-panel a.list-group-item:first-child {
    border-top: none;
}

.task-panel a.list-group-item:hover {
    background: rgba(33,33,33,0.05);
}
/*Vecotor Map*/
/*Progressbar*/
.progress {
    -webkit-box-shadow: none !important;
    background-color: rgba(120,130,140,0.13);
    box-shadow: none !important;
    height: 6px;
    border-radius: 50px;
    margin-bottom: 18px;
    overflow: hidden;
}

.progress .progress-bar {
    box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px;
}

.progress .progress-bar:last-child {
    border-radius: 0 60px 60px 0;
}

.progress.progress-xs {
    height: 5px !important;
}

.progress.progress-sm {
    height: 8px !important;
}

.progress.progress-md {
    height: 15px !important;
}

.progress.progress-md .progress-bar {
    font-size: 8px;
    font-weight: 400;
    line-height: 14.4px;
}

.progress.progress-lg {
    height: 20px !important;
}

.progress.progress-lg .progress-bar {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
}

.progress-bar-info {
    background: #f1a1c7;
}

.progress-bar-primary {
    background: #4e9de6;
}

.progress-bar-success {
    background: #1da277;
}

.progress-bar-danger {
    background: #ed6f56;
}

.progress-bar-warning {
    background: #f0c541;
}

.progress-vertical {
    min-height: 250px;
    height: 250px;
    width: 8px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

.progress-vertical .progress-bar {
    width: 100%;
}

.progress-vertical .progress-bar:last-child {
    border-radius: 0 60px 60px;
}

.progress-vertical-bottom {
    min-height: 250px;
    height: 250px;
    position: relative;
    width: 8px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

.progress-vertical-bottom .progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.progress-vertical-bottom .progress-bar:last-child {
    border-radius: 60px 60px 60px 0 !important;
}

.progress-vertical.progress-sm,.progress-vertical-bottom.progress-sm {
    width: 8px !important;
}

.progress-vertical.progress-sm .progress-bar,.progress-vertical-bottom.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px;
}

.progress-vertical.progress-md,.progress-vertical-bottom.progress-md {
    width: 15px !important;
}

.progress-vertical.progress-md .progress-bar,.progress-vertical-bottom.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px;
}

.progress-vertical.progress-lg,.progress-vertical-bottom.progress-lg {
    width: 20px !important;
}

.progress-vertical.progress-lg .progress-bar,.progress-vertical-bottom.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px;
}

.progress-bar-striped,.progress-striped .progress-bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent) !important;
    background-size: 40px 40px !important;
}
/*Search Bar*/
.app-search {
    margin: 0;
    position: relative;
}

.app-search a {
    color: #4c5667;
    position: absolute;
    right: 10px;
    top: 15px;
}

.app-search .form-control,.app-search .select2-container--default .select2-selection--single .select2-selection__rendered,.select2-container--default .select2-selection--single .app-search .select2-selection__rendered,.app-search .select2-container--default .select2-selection--single,.select2-container--default .app-search .select2-selection--single,.app-search .select2-selection.select2-selection--multiple,.app-search .wizard .content > .body input,.wizard .content > .body .app-search input,.app-search .mce-floatpanel .mce-textbox,.mce-floatpanel .app-search .mce-textbox,.app-search .mce-floatpanel .mce-btn,.mce-floatpanel .app-search .mce-btn,.app-search .dataTables_wrapper .dataTables_filter input,.dataTables_wrapper .dataTables_filter .app-search input,.app-search .dataTables_wrapper .dataTables_length select,.dataTables_wrapper .dataTables_length .app-search select,.app-search .jsgrid-cell input,.jsgrid-cell .app-search input,.app-search .jsgrid-cell select,.jsgrid-cell .app-search select,.app-search .tablesaw-bar .btn-select select,.tablesaw-bar .btn-select .app-search select,.app-search .dd-handle,.app-search .dd3-content,.app-search .form-control:focus,.app-search .jsgrid-cell input:focus,.jsgrid-cell .app-search input:focus,.app-search .jsgrid-cell select:focus,.jsgrid-cell .app-search select:focus,.app-search .dd-handle:focus,.app-search .dd3-content:focus,.app-search .form-control:focus,.app-search .select2-container--default .select2-selection--single .select2-selection__rendered:focus,.select2-container--default .select2-selection--single .app-search .select2-selection__rendered:focus,.app-search .select2-container--default .select2-selection--single:focus,.select2-container--default .app-search .select2-selection--single:focus,.app-search .select2-selection.select2-selection--multiple:focus,.app-search .wizard .content > .body input:focus,.wizard .content > .body .app-search input:focus,.app-search .mce-floatpanel .mce-textbox:focus,.mce-floatpanel .app-search .mce-textbox:focus,.app-search .mce-floatpanel .mce-btn:focus,.mce-floatpanel .app-search .mce-btn:focus,.app-search .dataTables_wrapper .dataTables_filter input:focus,.dataTables_wrapper .dataTables_filter .app-search input:focus,.app-search .dataTables_wrapper .dataTables_length select:focus,.dataTables_wrapper .dataTables_length .app-search select:focus,.app-search .jsgrid-cell input:focus,.jsgrid-cell .app-search input:focus,.app-search .jsgrid-cell select:focus,.jsgrid-cell .app-search select:focus,.app-search .tablesaw-bar .btn-select select:focus,.tablesaw-bar .btn-select .app-search select:focus,.app-search .dd-handle:focus,.app-search .dd3-content:focus {
    background: rgba(255,255,255,0.9) none repeat scroll 0 0;
    border: medium none;
    border-radius: 40px;
    box-shadow: none;
    color: #4c5667;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 40px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    width: 180px;
}

.app-search .form-control:focus,.app-search .select2-container--default .select2-selection--single .select2-selection__rendered:focus,.select2-container--default .select2-selection--single .app-search .select2-selection__rendered:focus,.app-search .select2-container--default .select2-selection--single:focus,.select2-container--default .app-search .select2-selection--single:focus,.app-search .select2-selection.select2-selection--multiple:focus,.app-search .wizard .content > .body input:focus,.wizard .content > .body .app-search input:focus,.app-search .mce-floatpanel .mce-textbox:focus,.mce-floatpanel .app-search .mce-textbox:focus,.app-search .mce-floatpanel .mce-btn:focus,.mce-floatpanel .app-search .mce-btn:focus,.app-search .dataTables_wrapper .dataTables_filter input:focus,.dataTables_wrapper .dataTables_filter .app-search input:focus,.app-search .dataTables_wrapper .dataTables_length select:focus,.dataTables_wrapper .dataTables_length .app-search select:focus,.app-search .jsgrid-cell input:focus,.jsgrid-cell .app-search input:focus,.app-search .jsgrid-cell select:focus,.jsgrid-cell .app-search select:focus,.app-search .tablesaw-bar .btn-select select:focus,.tablesaw-bar .btn-select .app-search select:focus,.app-search .dd-handle:focus,.app-search .dd3-content:focus,.app-search .form-control:focus:focus,.app-search .select2-container--default .select2-selection--single .select2-selection__rendered:focus:focus,.select2-container--default .select2-selection--single .app-search .select2-selection__rendered:focus:focus,.app-search .select2-container--default .select2-selection--single:focus:focus,.select2-container--default .app-search .select2-selection--single:focus:focus,.app-search .select2-selection.select2-selection--multiple:focus:focus,.app-search .wizard .content > .body input:focus:focus,.wizard .content > .body .app-search input:focus:focus,.app-search .mce-floatpanel .mce-textbox:focus:focus,.mce-floatpanel .app-search .mce-textbox:focus:focus,.app-search .mce-floatpanel .mce-btn:focus:focus,.mce-floatpanel .app-search .mce-btn:focus:focus,.app-search .dataTables_wrapper .dataTables_filter input:focus:focus,.dataTables_wrapper .dataTables_filter .app-search input:focus:focus,.app-search .dataTables_wrapper .dataTables_length select:focus:focus,.dataTables_wrapper .dataTables_length .app-search select:focus:focus,.app-search .jsgrid-cell input:focus:focus,.jsgrid-cell .app-search input:focus:focus,.app-search .jsgrid-cell select:focus:focus,.jsgrid-cell .app-search select:focus:focus,.app-search .tablesaw-bar .btn-select select:focus:focus,.tablesaw-bar .btn-select .app-search select:focus:focus,.app-search .dd-handle:focus:focus,.app-search .dd3-content:focus:focus {
    width: 300px;
}
/*Chat UI*/
.chat-search {
    width: 100%;
    border-bottom: 1px solid #dedede;
}

.chat-search .input-group {
    width: 100%;
}

.chat-search .input-group .form-control,.chat-search .input-group .select2-container--default .select2-selection--single .select2-selection__rendered,.select2-container--default .select2-selection--single .chat-search .input-group .select2-selection__rendered,.chat-search .input-group .select2-container--default .select2-selection--single,.select2-container--default .chat-search .input-group .select2-selection--single,.chat-search .input-group .select2-selection.select2-selection--multiple,.chat-search .input-group .wizard .content > .body input,.wizard .content > .body .chat-search .input-group input,.chat-search .input-group .mce-floatpanel .mce-textbox,.mce-floatpanel .chat-search .input-group .mce-textbox,.chat-search .input-group .mce-floatpanel .mce-btn,.mce-floatpanel .chat-search .input-group .mce-btn,.chat-search .input-group .dataTables_wrapper .dataTables_filter input,.dataTables_wrapper .dataTables_filter .chat-search .input-group input,.chat-search .input-group .dataTables_wrapper .dataTables_length select,.dataTables_wrapper .dataTables_length .chat-search .input-group select,.chat-search .input-group .jsgrid-cell input,.jsgrid-cell .chat-search .input-group input,.chat-search .input-group .jsgrid-cell select,.jsgrid-cell .chat-search .input-group select,.chat-search .input-group .tablesaw-bar .btn-select select,.tablesaw-bar .btn-select .chat-search .input-group select,.chat-search .input-group .dd-handle,.chat-search .input-group .dd3-content {
    height: 36px;
    border-radius: 50px;
    padding-right: 30px;
    background: #fff;
}

.chat-search .input-group .input-group-btn {
    position: absolute;
    right: 22px;
    top: 8px;
    z-index: 4;
}

.chat-search .input-group .input-group-btn > .btn,.chat-search .input-group .wizard > .actions .disabled .input-group-btn > a,.chat-search .input-group .wizard > .actions .input-group-btn > a,.wizard > .actions .chat-search .input-group .input-group-btn > a,.chat-search .input-group .dt-buttons .input-group-btn > .dt-button,.dt-buttons .chat-search .input-group .input-group-btn > .dt-button,.chat-search .input-group .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn > button,.tablesaw-sortable th.tablesaw-sortable-head .chat-search .input-group .input-group-btn > button,.chat-search .input-group .sweet-alert .input-group-btn > button,.sweet-alert .chat-search .input-group .input-group-btn > button,.chat-search .input-group .owl-theme .owl-nav .input-group-btn > [class*="owl-"],.owl-theme .owl-nav .chat-search .input-group .input-group-btn > [class*="owl-"],.chat-search .input-group .input-group-btn > button.fc-agendaDay-button.fc-state-default.fc-corner-right,.chat-search .input-group .input-group-btn > button.fc-month-button.fc-state-default.fc-corner-left,.chat-search .input-group .input-group-btn > button.fc-agendaWeek-button,.chat-search .input-group .input-group-btn > .fc-prev-button,.chat-search .input-group .input-group-btn > .fc-next-button,.chat-search .input-group .input-group-btn > .fc-today-button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}

.chat-search .input-group .input-group-btn > .btn i,.chat-search .input-group .wizard > .actions .input-group-btn > a i,.wizard > .actions .chat-search .input-group .input-group-btn > a i,.chat-search .input-group .dt-buttons .input-group-btn > .dt-button i,.dt-buttons .chat-search .input-group .input-group-btn > .dt-button i,.chat-search .input-group .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn > button i,.tablesaw-sortable th.tablesaw-sortable-head .chat-search .input-group .input-group-btn > button i,.chat-search .input-group .sweet-alert .input-group-btn > button i,.sweet-alert .chat-search .input-group .input-group-btn > button i,.chat-search .input-group .owl-theme .owl-nav .input-group-btn > [class*="owl-"] i,.owl-theme .owl-nav .chat-search .input-group .input-group-btn > [class*="owl-"] i,.chat-search .input-group .input-group-btn > button.fc-agendaDay-button.fc-state-default.fc-corner-right i,.chat-search .input-group .input-group-btn > button.fc-month-button.fc-state-default.fc-corner-left i,.chat-search .input-group .input-group-btn > button.fc-agendaWeek-button i,.chat-search .input-group .input-group-btn > .fc-prev-button i,.chat-search .input-group .input-group-btn > .fc-next-button i,.chat-search .input-group .input-group-btn > .fc-today-button i {
    color: #878787;
    font-size: 20px;
}

.add-friend {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.add-friend span {
    text-transform: capitalize;
    font-size: 16px;
    width: 33.33%;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.add-friend a {
    width: 33.33%;
    float: left;
    font-size: 18px;
}

.chat-list-wrap .chat-body > a {
    border-bottom: 1px solid #dedede;
    display: block;
}

.chat-list-wrap .chat-body .chat-data {
    padding: 10px 15px;
    position: relative;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
}

.chat-list-wrap .chat-body .chat-data:hover {
    background: rgba(33,33,33,0.05);
}

.chat-list-wrap .chat-body .chat-data.active-user {
    background: rgba(33,33,33,0.05);
}

.chat-list-wrap .chat-body .chat-data .user-img {
    height: 35px;
    width: 35px;
    float: left;
    margin-right: 15px;
}

.chat-list-wrap .chat-body .chat-data .user-data {
    float: left;
}

.chat-list-wrap .chat-body .chat-data .user-data .time {
    font-size: 12px;
    margin-top: 2px;
    width: 165px;
}

.chat-list-wrap .chat-body .chat-data .status {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 10px;
    position: absolute;
    left: 40px;
    top: 37px;
    width: 10px;
}

.chat-list-wrap .chat-body .chat-data .status.away {
    background: #f0c541;
}

.chat-list-wrap .chat-body .chat-data .status.offline {
    background: #ed6f56;
}

.chat-list-wrap .chat-body .chat-data .status.online {
    background: #1da277;
}

.recent-chat-wrap .panel-heading {
    padding: 0;
    background: transparent;
}

.recent-chat-wrap .panel-heading .goto-back {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #dedede;
}

.recent-chat-wrap .panel-heading .goto-back span {
    text-transform: capitalize;
    font-size: 16px;
    width: 33.33%;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.recent-chat-wrap .panel-heading .goto-back a {
    width: 33.33%;
    float: left;
    font-size: 18px;
}

.recent-chat-wrap.card-view {
    border: none;
    padding: 0;
    margin: 0;
}

.recent-chat-wrap .input-group {
    width: 100%;
    display: block;
}

.recent-chat-wrap .input-group .input-msg-send {
    background: rgba(33,33,33,0.05);
    border: medium none;
    height: 60px;
    padding-right: 60px;
}

.recent-chat-wrap .input-group .input-group-btn {
    position: absolute;
    right: 22px;
    top: 20px;
    z-index: 4;
}

.recent-chat-wrap .input-group .input-group-btn .btn,.recent-chat-wrap .input-group .input-group-btn .wizard > .actions a,.wizard > .actions .recent-chat-wrap .input-group .input-group-btn a,.recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button,.dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button,.recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button,.tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button,.recent-chat-wrap .input-group .input-group-btn .sweet-alert button,.sweet-alert .recent-chat-wrap .input-group .input-group-btn button,.recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"],.owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn [class*="owl-"],.recent-chat-wrap .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right,.recent-chat-wrap .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left,.recent-chat-wrap .input-group .input-group-btn button.fc-agendaWeek-button,.recent-chat-wrap .input-group .input-group-btn .fc-prev-button,.recent-chat-wrap .input-group .input-group-btn .fc-next-button,.recent-chat-wrap .input-group .input-group-btn .fc-today-button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}

.recent-chat-wrap .input-group .input-group-btn .btn:hover,.recent-chat-wrap .input-group .input-group-btn .wizard > .actions a:hover,.wizard > .actions .recent-chat-wrap .input-group .input-group-btn a:hover,.recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button:hover,.dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button:hover,.recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:hover,.tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button:hover,.recent-chat-wrap .input-group .input-group-btn .sweet-alert button:hover,.sweet-alert .recent-chat-wrap .input-group .input-group-btn button:hover,.recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"]:hover,.owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn [class*="owl-"]:hover,.recent-chat-wrap .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,.recent-chat-wrap .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left:hover,.recent-chat-wrap .input-group .input-group-btn button.fc-agendaWeek-button:hover,.recent-chat-wrap .input-group .input-group-btn .fc-prev-button:hover,.recent-chat-wrap .input-group .input-group-btn .fc-next-button:hover,.recent-chat-wrap .input-group .input-group-btn .fc-today-button:hover,.recent-chat-wrap .input-group .input-group-btn .btn:active,.recent-chat-wrap .input-group .input-group-btn .wizard > .actions a:active,.wizard > .actions .recent-chat-wrap .input-group .input-group-btn a:active,.recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button:active,.dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button:active,.recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:active,.tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button:active,.recent-chat-wrap .input-group .input-group-btn .sweet-alert button:active,.sweet-alert .recent-chat-wrap .input-group .input-group-btn button:active,.recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"]:active,.owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn [class*="owl-"]:active,.recent-chat-wrap .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,.recent-chat-wrap .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left:active,.recent-chat-wrap .input-group .input-group-btn button.fc-agendaWeek-button:active,.recent-chat-wrap .input-group .input-group-btn .fc-prev-button:active,.recent-chat-wrap .input-group .input-group-btn .fc-next-button:active,.recent-chat-wrap .input-group .input-group-btn .fc-today-button:active,.recent-chat-wrap .input-group .input-group-btn .btn:focus,.recent-chat-wrap .input-group .input-group-btn .wizard > .actions a:focus,.wizard > .actions .recent-chat-wrap .input-group .input-group-btn a:focus,.recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button:focus,.dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button:focus,.recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:focus,.tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button:focus,.recent-chat-wrap .input-group .input-group-btn .sweet-alert button:focus,.sweet-alert .recent-chat-wrap .input-group .input-group-btn button:focus,.recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"]:focus,.owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn [class*="owl-"]:focus,.recent-chat-wrap .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,.recent-chat-wrap .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left:focus,.recent-chat-wrap .input-group .input-group-btn button.fc-agendaWeek-button:focus,.recent-chat-wrap .input-group .input-group-btn .fc-prev-button:focus,.recent-chat-wrap .input-group .input-group-btn .fc-next-button:focus,.recent-chat-wrap .input-group .input-group-btn .fc-today-button:focus {
    background: transparent none repeat scroll 0 0;
}

.recent-chat-wrap .input-group .input-group-btn .btn i,.recent-chat-wrap .input-group .input-group-btn .wizard > .actions a i,.wizard > .actions .recent-chat-wrap .input-group .input-group-btn a i,.recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button i,.dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button i,.recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button i,.tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button i,.recent-chat-wrap .input-group .input-group-btn .sweet-alert button i,.sweet-alert .recent-chat-wrap .input-group .input-group-btn button i,.recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"] i,.owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn [class*="owl-"] i,.recent-chat-wrap .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right i,.recent-chat-wrap .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left i,.recent-chat-wrap .input-group .input-group-btn button.fc-agendaWeek-button i,.recent-chat-wrap .input-group .input-group-btn .fc-prev-button i,.recent-chat-wrap .input-group .input-group-btn .fc-next-button i,.recent-chat-wrap .input-group .input-group-btn .fc-today-button i {
    color: rgba(33,33,33,0.2);
    font-size: 20px;
}

.recent-chat-wrap .input-group .input-group-btn.emojis {
    right: 50px;
}

.recent-chat-wrap .chat-content .user-img {
    height: 27px;
    width: 27px;
    position: absolute;
}

.recent-chat-wrap .chat-content ul li {
    padding: 0 15px;
    margin-bottom: 20px;
    position: relative;
}

.recent-chat-wrap .chat-content .msg {
    padding: 7px 15px;
    color: #212121;
    max-width: 100%;
    overflow-wrap: break-word;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

.recent-chat-wrap .chat-content .msg .msg-per-detail span {
    font-size: 10px;
    text-transform: uppercase;
}

.recent-chat-wrap .chat-content .friend .friend-msg-wrap .msg {
    margin-left: 37px;
    background: rgba(33,33,33,0.04) none repeat scroll 0 0;
    border-radius: 15px;
}

.recent-chat-wrap .chat-content .self .self-msg-wrap .msg {
    background: rgba(46,205,153,0.24) none repeat scroll 0 0;
    margin-left: 100px;
    border-radius: 15px;
}

.chat-cmplt-wrap {
    position: relative;
}

.chat-cmplt-wrap .chat-box-wrap {
    left: 0;
    position: relative;
    -webkit-transition: left 0.4s ease 0s;
    -moz-transition: left 0.4s ease 0s;
    transition: left 0.4s ease 0s;
}

.chat-cmplt-wrap .recent-chat-box-wrap {
    position: absolute;
    right: -300px;
    top: 0;
    -webkit-transition: right 0.4s ease 0s;
    -moz-transition: right 0.4s ease 0s;
    transition: right 0.4s ease 0s;
    width: 100%;
    z-index: 2;
}

.chat-cmplt-wrap.chat-box-slide .chat-box-wrap {
    left: -300px;
}

.chat-cmplt-wrap.chat-box-slide .recent-chat-box-wrap {
    right: 0;
}

.chat-cmplt-wrap.chat-for-widgets,.chat-cmplt-wrap.chat-for-widgets-1 {
    height: 370px;
    overflow: hidden;
}

.chat-cmplt-wrap.chat-for-widgets .recent-chat-box-wrap,.chat-cmplt-wrap.chat-for-widgets-1 .recent-chat-box-wrap {
    position: absolute;
    right: -100%;
}

.chat-cmplt-wrap.chat-for-widgets.chat-box-slide .chat-box-wrap,.chat-cmplt-wrap.chat-box-slide.chat-for-widgets-1 .chat-box-wrap {
    left: -100%;
}

.chat-cmplt-wrap.chat-for-widgets.chat-box-slide .recent-chat-box-wrap,.chat-cmplt-wrap.chat-box-slide.chat-for-widgets-1 .recent-chat-box-wrap {
    right: 0;
}

.chat-cmplt-wrap.chat-for-widgets-1 {
    height: 596px;
}

.chat-cmplt-wrap.chat-for-widgets-1 .chat-search {
    padding: 0;
}

.chat-cmplt-wrap.chat-for-widgets-1 .chat-search .input-group input {
    height: 52px;
    border-radius: 0;
    border: none;
}

.chat-cmplt-wrap.chat-for-widgets-1 .chat-search .input-group .input-group-btn {
    top: 18px;
}

.chat-cmplt-wrap.chat-for-widgets-1 .chat-box-wrap {
    float: left;
    width: 30%;
}

.chat-cmplt-wrap.chat-for-widgets-1 .recent-chat-box-wrap {
    border-left: 1px solid rgba(33,33,33,0.05);
    float: left;
    position: relative;
    right: 0;
    width: 70%;
}
/*Widgets*/
.top-countries img {
    width: 20px;
}
/*Profile*/
.profile-box .fileupload.btn,.profile-box .wizard > .actions a.fileupload,.wizard > .actions .profile-box a.fileupload,.profile-box .dt-buttons .fileupload.dt-button,.dt-buttons .profile-box .fileupload.dt-button,.profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload,.tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload,.profile-box .sweet-alert button.fileupload,.sweet-alert .profile-box button.fileupload,.profile-box .owl-theme .owl-nav .fileupload[class*="owl-"],.owl-theme .owl-nav .profile-box .fileupload[class*="owl-"],.profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right,.profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left,.profile-box button.fileupload.fc-agendaWeek-button,.profile-box .fileupload.fc-prev-button,.profile-box .fileupload.fc-next-button,.profile-box .fileupload.fc-today-button {
    background: rgba(33,33,33,0.5);
    border-radius: 0;
    padding: 3px 10px;
    border: none;
}

.profile-box .fileupload.btn:hover,.profile-box .wizard > .actions a.fileupload:hover,.wizard > .actions .profile-box a.fileupload:hover,.profile-box .dt-buttons .fileupload.dt-button:hover,.dt-buttons .profile-box .fileupload.dt-button:hover,.profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload:hover,.tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload:hover,.profile-box .sweet-alert button.fileupload:hover,.sweet-alert .profile-box button.fileupload:hover,.profile-box .owl-theme .owl-nav .fileupload[class*="owl-"]:hover,.owl-theme .owl-nav .profile-box .fileupload[class*="owl-"]:hover,.profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,.profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left:hover,.profile-box button.fileupload.fc-agendaWeek-button:hover,.profile-box .fileupload.fc-prev-button:hover,.profile-box .fileupload.fc-next-button:hover,.profile-box .fileupload.fc-today-button:hover,.profile-box .fileupload.btn:active,.profile-box .wizard > .actions a.fileupload:active,.wizard > .actions .profile-box a.fileupload:active,.profile-box .dt-buttons .fileupload.dt-button:active,.dt-buttons .profile-box .fileupload.dt-button:active,.profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload:active,.tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload:active,.profile-box .sweet-alert button.fileupload:active,.sweet-alert .profile-box button.fileupload:active,.profile-box .owl-theme .owl-nav .fileupload[class*="owl-"]:active,.owl-theme .owl-nav .profile-box .fileupload[class*="owl-"]:active,.profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right:active,.profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left:active,.profile-box button.fileupload.fc-agendaWeek-button:active,.profile-box .fileupload.fc-prev-button:active,.profile-box .fileupload.fc-next-button:active,.profile-box .fileupload.fc-today-button:active,.profile-box .fileupload.btn:focus,.profile-box .wizard > .actions a.fileupload:focus,.wizard > .actions .profile-box a.fileupload:focus,.profile-box .dt-buttons .fileupload.dt-button:focus,.dt-buttons .profile-box .fileupload.dt-button:focus,.profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload:focus,.tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload:focus,.profile-box .sweet-alert button.fileupload:focus,.sweet-alert .profile-box button.fileupload:focus,.profile-box .owl-theme .owl-nav .fileupload[class*="owl-"]:focus,.owl-theme .owl-nav .profile-box .fileupload[class*="owl-"]:focus,.profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,.profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left:focus,.profile-box button.fileupload.fc-agendaWeek-button:focus,.profile-box .fileupload.fc-prev-button:focus,.profile-box .fileupload.fc-next-button:focus,.profile-box .fileupload.fc-today-button:focus {
    background: rgba(33,33,33,0.5);
}

.profile-box .fileupload.btn .btn-text,.profile-box .wizard > .actions a.fileupload .btn-text,.wizard > .actions .profile-box a.fileupload .btn-text,.profile-box .dt-buttons .fileupload.dt-button .btn-text,.dt-buttons .profile-box .fileupload.dt-button .btn-text,.profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload .btn-text,.tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload .btn-text,.profile-box .sweet-alert button.fileupload .btn-text,.sweet-alert .profile-box button.fileupload .btn-text,.profile-box .owl-theme .owl-nav .fileupload[class*="owl-"] .btn-text,.owl-theme .owl-nav .profile-box .fileupload[class*="owl-"] .btn-text,.profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-text,.profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left .btn-text,.profile-box button.fileupload.fc-agendaWeek-button .btn-text,.profile-box .fileupload.fc-prev-button .btn-text,.profile-box .fileupload.fc-next-button .btn-text,.profile-box .fileupload.fc-today-button .btn-text {
    color: #fff;
    font-size: 13px;
}

.profile-box .profile-cover-pic {
    position: relative;
    min-height: 197px;
    background-image: url("../img/gallery/mock6.jpg");
}

.profile-box .profile-cover-pic .profile-image-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #212121;
    opacity: .4;
}

.profile-box .profile-cover-pic .fileupload.btn,.profile-box .profile-cover-pic .wizard > .actions a.fileupload,.wizard > .actions .profile-box .profile-cover-pic a.fileupload,.profile-box .profile-cover-pic .dt-buttons .fileupload.dt-button,.dt-buttons .profile-box .profile-cover-pic .fileupload.dt-button,.profile-box .profile-cover-pic .tablesaw-sortable th.tablesaw-sortable-head button.fileupload,.tablesaw-sortable th.tablesaw-sortable-head .profile-box .profile-cover-pic button.fileupload,.profile-box .profile-cover-pic .sweet-alert button.fileupload,.sweet-alert .profile-box .profile-cover-pic button.fileupload,.profile-box .profile-cover-pic .owl-theme .owl-nav .fileupload[class*="owl-"],.owl-theme .owl-nav .profile-box .profile-cover-pic .fileupload[class*="owl-"],.profile-box .profile-cover-pic button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right,.profile-box .profile-cover-pic button.fileupload.fc-month-button.fc-state-default.fc-corner-left,.profile-box .profile-cover-pic button.fileupload.fc-agendaWeek-button,.profile-box .profile-cover-pic .fileupload.fc-prev-button,.profile-box .profile-cover-pic .fileupload.fc-next-button,.profile-box .profile-cover-pic .fileupload.fc-today-button {
    position: relative;
    float: right;
    z-index: 1;
}

.profile-box .profile-info {
    position: relative;
    z-index: 1;
}

.profile-box .profile-info .profile-img-wrap {
    border-radius: 2px;
    height: 143px;
    margin: -80px auto 0;
    padding: 4px;
    position: relative;
    width: 143px;
    background: #fff;
}

.profile-box .profile-info .profile-img-wrap img {
    width: 135px;
    height: 135px;
}

.profile-box .profile-info .profile-img-wrap .fileupload.btn,.profile-box .profile-info .profile-img-wrap .wizard > .actions a.fileupload,.wizard > .actions .profile-box .profile-info .profile-img-wrap a.fileupload,.profile-box .profile-info .profile-img-wrap .dt-buttons .fileupload.dt-button,.dt-buttons .profile-box .profile-info .profile-img-wrap .fileupload.dt-button,.profile-box .profile-info .profile-img-wrap .tablesaw-sortable th.tablesaw-sortable-head button.fileupload,.tablesaw-sortable th.tablesaw-sortable-head .profile-box .profile-info .profile-img-wrap button.fileupload,.profile-box .profile-info .profile-img-wrap .sweet-alert button.fileupload,.sweet-alert .profile-box .profile-info .profile-img-wrap button.fileupload,.profile-box .profile-info .profile-img-wrap .owl-theme .owl-nav .fileupload[class*="owl-"],.owl-theme .owl-nav .profile-box .profile-info .profile-img-wrap .fileupload[class*="owl-"],.profile-box .profile-info .profile-img-wrap button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right,.profile-box .profile-info .profile-img-wrap button.fileupload.fc-month-button.fc-state-default.fc-corner-left,.profile-box .profile-info .profile-img-wrap button.fileupload.fc-agendaWeek-button,.profile-box .profile-info .profile-img-wrap .fileupload.fc-prev-button,.profile-box .profile-info .profile-img-wrap .fileupload.fc-next-button,.profile-box .profile-info .profile-img-wrap .fileupload.fc-today-button {
    position: absolute;
    right: 4px;
    bottom: 4px;
}

.profile-box .social-info {
    border-top: 1px solid rgba(33,33,33,0.05);
    padding: 30px 15px;
    color: #212121;
}

.profile-box .social-info .counts {
    font-size: 21px;
}

.profile-box .social-info .counts-text {
    color: #878787;
}
/*Followers*/
.followers-list-wrap .follo-body .follo-data {
    padding: 10px 15px;
    border-bottom: 1px solid #dedede;
    display: block;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
}

.followers-list-wrap .follo-body .follo-data .user-img {
    height: 35px;
    width: 35px;
    float: left;
    margin-right: 15px;
}

.followers-list-wrap .follo-body .follo-data .user-data {
    float: left;
}

.followers-list-wrap .follo-body .follo-data .user-data .name {
    color: #212121;
}

.followers-list-wrap .follo-body .follo-data .user-data .time {
    font-size: 12px;
    margin-top: 2px;
    width: 165px;
}
/*Small graph*/
.flex-stat {
    overflow: hidden;
}

.flex-stat li {
    float: left;
    width: 33.33%;
    text-align: center;
}

.flex-stat li > span {
    text-transform: capitalize;
}

.sm-data-box .counter {
    font-size: 24px;
}

.sm-data-box .data-wrap-left,.sm-data-box .data-wrap-right {
    padding-top: 19px;
    padding-bottom: 19px;
    min-height: 99px;
}

.sm-data-box .data-wrap-right .data-right-rep-icon {
    display: inline-block;
    font-size: 40px;
    padding-top: 10px;
}

.sm-data-box.data-with-border .data-wrap-left {
    border-right: 1px solid rgba(135,135,135,0.2);
}

.sm-data-box-1 .cus-sat-stat {
    font-size: 42px;
}

.sm-data-box-2 .table > tbody > tr > td,.sm-data-box-2 .jsgrid-table > tbody > tr > td,.sm-data-box-2 .table > tbody > tr > th,.sm-data-box-2 .jsgrid-table > tbody > tr > th,.sm-data-box-2 .table > tfoot > tr > td,.sm-data-box-2 .jsgrid-table > tfoot > tr > td,.sm-data-box-2 .table > tfoot > tr > th,.sm-data-box-2 .jsgrid-table > tfoot > tr > th,.sm-data-box-2 .table > thead > tr > td,.sm-data-box-2 .jsgrid-table > thead > tr > td,.sm-data-box-2 .table > thead > tr > th,.sm-data-box-2 .jsgrid-table > thead > tr > th {
    padding: 12.5px 15px;
}

.sm-data-box-3 .panel-heading .pull-left i.zmdi {
    padding-top: 11px;
}

.sm-data-box-3 .easypiechart {
    height: 165px;
    width: 165px;
}

.sm-data-box-3 .easypiechart .percent {
    font-size: 30px;
    line-height: 30px;
    margin-top: 56px;
}

.sm-data-box-3 .easypiechart .percent::after {
    font-size: 30px;
}

.sm-data-box-3 i.zmdi-caret-up,.sm-data-box-3 i.zmdi-caret-down {
    position: relative;
    top: 2px;
}

.lg-progress-box i {
    color: #e5e5e5;
    font-size: 56px;
}
/*Timeline*/
.timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background: #dedede;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 150px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}

.timeline > li:last-child {
    margin-bottom: 0;
}

.timeline > li > .timeline-panel {
    width: calc(100% - 50px);
    float: left;
    position: relative;
    border-radius: 2px;
    background-color: rgba(33,33,33,0.05);
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 30px;
    right: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-left: 10px solid;
    border-right: 0 solid #fff;
    border-bottom: 10px solid transparent;
    border-left-color: rgba(33,33,33,0.05);
    content: " ";
}

.timeline > li > .timeline-panel.bg-yellow:after {
    border-left-color: #f0c541;
}

.timeline > li > .timeline-panel.bg-red:after {
    border-left-color: #ed6f56;
}

.timeline > li > .timeline-panel.bg-blue:after {
    border-left-color: #4e9de6;
}

.timeline > li > .timeline-panel.bg-green:after {
    border-left-color: #1da277;
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -22px;
    z-index: 100;
}

.timeline > li > .timeline-badge i {
    font-size: 16px;
}

.timeline > li.timeline-inverted
    > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted
      > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
    border-right-color: rgba(33,33,33,0.05);
}

.timeline > li.timeline-inverted
      > .timeline-panel.bg-yellow:after {
    border-right-color: #f0c541;
}

.timeline > li.timeline-inverted
      > .timeline-panel.bg-pink:after {
    border-right-color: #f1a1c7;
}

.timeline > li.timeline-inverted
      > .timeline-panel.bg-red:after {
    border-right-color: #ed6f56;
}

.timeline > li.timeline-inverted
      > .timeline-panel.bg-blue:after {
    border-right-color: #4e9de6;
}

.timeline > li.timeline-inverted
      > .timeline-panel.bg-green:after {
    border-right-color: #1da277;
}

.timeline > li.timeline-inverted {
    float: right;
    clear: right;
    margin-top: 150px;
}

.timeline > li.timeline-inverted > .timeline-badge {
    left: -22px;
}
/*Caledar*/
.calendar-event {
    cursor: move;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.calendar-event a {
    color: #fff;
    font-size: 10px;
    margin: 4px 0 0 10px;
    opacity: 0.6;
}

.fc button {
    height: auto !important;
    font-size: 14px !important;
    text-shadow: none !important;
}

button.fc-agendaDay-button.fc-state-default.fc-corner-right, button.fc-month-button.fc-state-default.fc-corner-left, .fc button.fc-agendaWeek-button {
    padding: 9px 25px;
}

.fc-month-button,.fc-agendaWeek-button {
    margin-right: 15px !important;
}

.fc-event {
    background-color: rgba(46,205,153,0.2);
    border: none;
    border-radius: 0;
    font-size: 12px;
    color: #212121;
}

.fc-day-grid-event {
    margin: 5px 0 0;
    padding: 5px;
}

.fc-prev-button,.fc-next-button,.fc-today-button {
    border-radius: 0 !important;
}

.fc-unthemed .fc-today {
    background: #1da277;
    color: #fff;
}

.fc-event,.fc-event:hover,.ui-widget .fc-event {
    color: #212121;
}

.fc-unthemed th,.fc-unthemed td,.fc-unthemed thead,.fc-unthemed tbody,.fc-unthemed .fc-divider,.fc-unthemed .fc-row,.fc-unthemed .fc-content,.fc-unthemed .fc-popover {
    border-color: #dedede;
}

.small-calendar .fc-left h2 {
    font-size: 16px;
    line-height: 20px;
}

.small-calendar .fc-next-button,.small-calendar .fc-prev-button {
    background: transparent;
    border: none;
    color: #878787;
    font-size: 20px !important;
    padding: 0;
    line-height: 0;
}

.small-calendar .fc-next-button .fc-icon,.small-calendar .fc-prev-button .fc-icon {
    display: inline-block;
    font-family: "Material-Design-Iconic-Font";
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

.small-calendar .fc-next-button .fc-icon-right-single-arrow:before {
    content: '\f2fb';
}

.small-calendar .fc-next-button .fc-icon-right-single-arrow:after {
    content: '';
    font-size: inherit;
    font-weight: inherit;
    top: inherit;
}

.small-calendar .fc-prev-button {
    margin-right: 5px !important;
}

.small-calendar .fc-prev-button .fc-icon-left-single-arrow:before {
    content: '\f2fa';
}

.small-calendar .fc-prev-button .fc-icon-left-single-arrow:after {
    content: '';
    font-size: inherit;
    font-weight: inherit;
    top: inherit;
}
/*Todo List*/
.todo-box-wrap .add-todo {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #dedede;
}

.todo-box-wrap .add-todo span {
    text-transform: capitalize;
    font-size: 16px;
    width: 33.33%;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.todo-box-wrap .add-todo a {
    width: 33.33%;
    float: left;
    font-size: 18px;
}

.todo-box-wrap .new-todo .input-group {
    width: 100%;
    display: block;
}

.todo-box-wrap .new-todo .input-group input {
    background: rgba(33,33,33,0.05);
    border: medium none;
    height: 60px;
    padding-right: 60px;
}

.todo-box-wrap .new-todo .input-group .input-group-btn {
    position: absolute;
    right: 22px;
    top: 20px;
    z-index: 4;
}

.todo-box-wrap .new-todo .input-group .input-group-btn .btn,.todo-box-wrap .new-todo .input-group .input-group-btn .wizard > .actions a,.wizard > .actions .todo-box-wrap .new-todo .input-group .input-group-btn a,.todo-box-wrap .new-todo .input-group .input-group-btn .dt-buttons .dt-button,.dt-buttons .todo-box-wrap .new-todo .input-group .input-group-btn .dt-button,.todo-box-wrap .new-todo .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button,.tablesaw-sortable th.tablesaw-sortable-head .todo-box-wrap .new-todo .input-group .input-group-btn button,.todo-box-wrap .new-todo .input-group .input-group-btn .sweet-alert button,.sweet-alert .todo-box-wrap .new-todo .input-group .input-group-btn button,.todo-box-wrap .new-todo .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"],.owl-theme .owl-nav .todo-box-wrap .new-todo .input-group .input-group-btn [class*="owl-"],.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right,.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left,.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaWeek-button,.todo-box-wrap .new-todo .input-group .input-group-btn .fc-prev-button,.todo-box-wrap .new-todo .input-group .input-group-btn .fc-next-button,.todo-box-wrap .new-todo .input-group .input-group-btn .fc-today-button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}

.todo-box-wrap .new-todo .input-group .input-group-btn .btn:hover,.todo-box-wrap .new-todo .input-group .input-group-btn .wizard > .actions a:hover,.wizard > .actions .todo-box-wrap .new-todo .input-group .input-group-btn a:hover,.todo-box-wrap .new-todo .input-group .input-group-btn .dt-buttons .dt-button:hover,.dt-buttons .todo-box-wrap .new-todo .input-group .input-group-btn .dt-button:hover,.todo-box-wrap .new-todo .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:hover,.tablesaw-sortable th.tablesaw-sortable-head .todo-box-wrap .new-todo .input-group .input-group-btn button:hover,.todo-box-wrap .new-todo .input-group .input-group-btn .sweet-alert button:hover,.sweet-alert .todo-box-wrap .new-todo .input-group .input-group-btn button:hover,.todo-box-wrap .new-todo .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"]:hover,.owl-theme .owl-nav .todo-box-wrap .new-todo .input-group .input-group-btn [class*="owl-"]:hover,.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left:hover,.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaWeek-button:hover,.todo-box-wrap .new-todo .input-group .input-group-btn .fc-prev-button:hover,.todo-box-wrap .new-todo .input-group .input-group-btn .fc-next-button:hover,.todo-box-wrap .new-todo .input-group .input-group-btn .fc-today-button:hover,.todo-box-wrap .new-todo .input-group .input-group-btn .btn:active,.todo-box-wrap .new-todo .input-group .input-group-btn .wizard > .actions a:active,.wizard > .actions .todo-box-wrap .new-todo .input-group .input-group-btn a:active,.todo-box-wrap .new-todo .input-group .input-group-btn .dt-buttons .dt-button:active,.dt-buttons .todo-box-wrap .new-todo .input-group .input-group-btn .dt-button:active,.todo-box-wrap .new-todo .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:active,.tablesaw-sortable th.tablesaw-sortable-head .todo-box-wrap .new-todo .input-group .input-group-btn button:active,.todo-box-wrap .new-todo .input-group .input-group-btn .sweet-alert button:active,.sweet-alert .todo-box-wrap .new-todo .input-group .input-group-btn button:active,.todo-box-wrap .new-todo .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"]:active,.owl-theme .owl-nav .todo-box-wrap .new-todo .input-group .input-group-btn [class*="owl-"]:active,.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left:active,.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaWeek-button:active,.todo-box-wrap .new-todo .input-group .input-group-btn .fc-prev-button:active,.todo-box-wrap .new-todo .input-group .input-group-btn .fc-next-button:active,.todo-box-wrap .new-todo .input-group .input-group-btn .fc-today-button:active,.todo-box-wrap .new-todo .input-group .input-group-btn .btn:focus,.todo-box-wrap .new-todo .input-group .input-group-btn .wizard > .actions a:focus,.wizard > .actions .todo-box-wrap .new-todo .input-group .input-group-btn a:focus,.todo-box-wrap .new-todo .input-group .input-group-btn .dt-buttons .dt-button:focus,.dt-buttons .todo-box-wrap .new-todo .input-group .input-group-btn .dt-button:focus,.todo-box-wrap .new-todo .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:focus,.tablesaw-sortable th.tablesaw-sortable-head .todo-box-wrap .new-todo .input-group .input-group-btn button:focus,.todo-box-wrap .new-todo .input-group .input-group-btn .sweet-alert button:focus,.sweet-alert .todo-box-wrap .new-todo .input-group .input-group-btn button:focus,.todo-box-wrap .new-todo .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"]:focus,.owl-theme .owl-nav .todo-box-wrap .new-todo .input-group .input-group-btn [class*="owl-"]:focus,.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left:focus,.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaWeek-button:focus,.todo-box-wrap .new-todo .input-group .input-group-btn .fc-prev-button:focus,.todo-box-wrap .new-todo .input-group .input-group-btn .fc-next-button:focus,.todo-box-wrap .new-todo .input-group .input-group-btn .fc-today-button:focus {
    background: transparent none repeat scroll 0 0;
}

.todo-box-wrap .new-todo .input-group .input-group-btn .btn i,.todo-box-wrap .new-todo .input-group .input-group-btn .wizard > .actions a i,.wizard > .actions .todo-box-wrap .new-todo .input-group .input-group-btn a i,.todo-box-wrap .new-todo .input-group .input-group-btn .dt-buttons .dt-button i,.dt-buttons .todo-box-wrap .new-todo .input-group .input-group-btn .dt-button i,.todo-box-wrap .new-todo .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button i,.tablesaw-sortable th.tablesaw-sortable-head .todo-box-wrap .new-todo .input-group .input-group-btn button i,.todo-box-wrap .new-todo .input-group .input-group-btn .sweet-alert button i,.sweet-alert .todo-box-wrap .new-todo .input-group .input-group-btn button i,.todo-box-wrap .new-todo .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"] i,.owl-theme .owl-nav .todo-box-wrap .new-todo .input-group .input-group-btn [class*="owl-"] i,.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right i,.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left i,.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaWeek-button i,.todo-box-wrap .new-todo .input-group .input-group-btn .fc-prev-button i,.todo-box-wrap .new-todo .input-group .input-group-btn .fc-next-button i,.todo-box-wrap .new-todo .input-group .input-group-btn .fc-today-button i {
    color: rgba(33,33,33,0.2);
    font-size: 20px;
}

.todo-list hr {
    margin: 0;
}

.todo-list .todo-item {
    padding: 10px 15px;
    @iclude transition(.2s ease);
    cursor: pointer;
}

.todo-list .todo-item:hover {
    background: rgba(33,33,33,0.05);
}

.todo-list .todo-item .checkbox input[type="checkbox"] {
    width: 100%;
}

.todo-list .todo-item .checkbox input[type="checkbox"] + label {
    color: #212121;
    padding-left: 10px;
}

.todo-list .todo-item .checkbox input[type="checkbox"]:checked + label {
    color: #878787;
    text-decoration: line-through;
}
/*Activity*/
.sl-item {
    position: relative;
    padding-bottom: 18px;
    border-left: 1px solid #dedede;
    margin-left: 15px;
}

.sl-item .sl-content {
    margin-left: 30px;
}

.sl-item .sl-content p {
    margin: 0;
}

.user-activity .sl-item .sl-content {
    border-bottom: 1px solid rgba(33,33,33,0.05);
    padding-bottom: 15px;
}

.user-activity .sl-item .sl-content .activity-thumbnail {
    margin-top: 5px;
}

.user-activity .sl-item .sl-content .activity-thumbnail img {
    height: 65px;
    width: 65px;
    border-radius: 2px;
    margin-right: 10px;
}

.user-activity .sl-item .sl-content .activity-thumbnail img:last-child {
    margin-right: 0;
}

.user-activity .sl-item:last-child .sl-content {
    border-bottom: 0;
    padding-bottom: 0;
}

.sl-avatar {
    position: absolute;
    left: -15px;
}

.sl-avatar img {
    height: 30px;
    width: 30px;
}
/*Message Box*/
.message-box-wrap .msg-search {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #dedede;
}

.message-box-wrap .msg-search span {
    text-transform: capitalize;
    font-size: 16px;
    width: 33.33%;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.message-box-wrap .msg-search a {
    width: 33.33%;
    float: left;
    font-size: 18px;
}

.message-box-wrap .message-box-bottom-wrap .read-all {
    padding: 5px 15px;
    font-size: 13px;
    color: #878787;
    text-transform: capitalize;
}

.message-box > a,.review-box > a {
    display: block;
    border-bottom: 1px solid #dedede;
}

.message-box > a .sl-item,.review-box > a .sl-item {
    border: none;
    padding: 10px 15px;
    margin-left: 0;
    background: rgba(33,33,33,0.05);
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
}

.message-box > a .sl-item:before,.review-box > a .sl-item:before,.message-box > a .sl-item:after,.review-box > a .sl-item:after {
    display: none;
}

.message-box > a .sl-item .sl-avatar,.review-box > a .sl-item .sl-avatar {
    left: auto;
}

.message-box > a .sl-item .sl-avatar img,.review-box > a .sl-item .sl-avatar img {
    width: 35px;
    height: 35px;
}

.message-box > a .sl-item .sl-content,.review-box > a .sl-item .sl-content {
    margin-left: 50px;
}

.message-box > a .sl-item .sl-content .message-time,.review-box > a .sl-item .sl-content .message-time {
    color: #878787;
}

.message-box > a .sl-item .sl-content .message-subject,.review-box > a .sl-item .sl-content .message-subject {
    font-size: 13px;
}

.message-box > a .sl-item .sl-content > p,.review-box > a .sl-item .sl-content > p {
    font-size: 13px;
    line-height: 16px;
}

.message-box > a .sl-item.unread-message,.review-box > a .sl-item.unread-message {
    background: transparent;
}

.message-box > a .sl-item.unread-message:hover,.review-box > a .sl-item.unread-message:hover {
    background: rgba(33,33,33,0.05);
}

.message-box > a .sl-item.unread-message .sl-content .message-per,.review-box > a .sl-item.unread-message .sl-content .message-per,.message-box > a .sl-item.unread-message .sl-content .message-subject,.review-box > a .sl-item.unread-message .sl-content .message-subject {
    font-weight: 500;
}

.review-box hr {
    margin: 0;
}

.review-box .per-rating a {
    color: #ed6f56;
    margin-right: 4px;
    font-size: 17px;
}

.review-box .per-rating span {
    font-size: 17px;
    color: #212121;
}

.review-box .sl-item {
    margin-left: 0;
    border: none;
    padding: 20px 15px;
}

.review-box .sl-item:before {
    display: none;
}

.review-box .sl-item .sl-content {
    margin-left: 0;
}
/*Inbox*/
.mail-box .panel {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
    border-left: 1px solid #dedede;
    min-height: 1000px;
}

.mail-box .inbox-search .input-group {
    width: 100%;
}

.mail-box .inbox-search .input-group input {
    height: 25px;
    padding-right: 30px;
    width: 150px;
}

.mail-box .inbox-search .input-group .input-group-btn {
    position: absolute;
    right: 22px;
    top: 3px;
    z-index: 4;
    pointer-events: none;
}

.mail-box .inbox-search .input-group .input-group-btn .btn,.mail-box .inbox-search .input-group .input-group-btn .wizard > .actions a,.wizard > .actions .mail-box .inbox-search .input-group .input-group-btn a,.mail-box .inbox-search .input-group .input-group-btn .dt-buttons .dt-button,.dt-buttons .mail-box .inbox-search .input-group .input-group-btn .dt-button,.mail-box .inbox-search .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button,.tablesaw-sortable th.tablesaw-sortable-head .mail-box .inbox-search .input-group .input-group-btn button,.mail-box .inbox-search .input-group .input-group-btn .sweet-alert button,.sweet-alert .mail-box .inbox-search .input-group .input-group-btn button,.mail-box .inbox-search .input-group .input-group-btn .owl-theme .owl-nav [class*="owl-"],.owl-theme .owl-nav .mail-box .inbox-search .input-group .input-group-btn [class*="owl-"],.mail-box .inbox-search .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right,.mail-box .inbox-search .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left,.mail-box .inbox-search .input-group .input-group-btn button.fc-agendaWeek-button,.mail-box .inbox-search .input-group .input-group-btn .fc-prev-button,.mail-box .inbox-search .input-group .input-group-btn .fc-next-button,.mail-box .inbox-search .input-group .input-group-btn .fc-today-button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}

.user-head {
    position: relative;
}

.user-head .user-name h5 {
    margin-top: 15px;
}

ul.inbox-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.inbox-nav li {
    display: inline-block;
    width: 100%;
}

ul.inbox-nav li a {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    text-transform: capitalize;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}

ul.inbox-nav li a i {
    font-size: 16px;
    padding-right: 10px;
    color: #878787;
}

ul.inbox-nav li a:hover,ul.inbox-nav li.active a,ul.inbox-nav li a:focus {
    background: rgba(33,33,33,0.05);
}

.inbox-pagination {
    float: right;
}

.inbox-pagination li {
    float: left;
}

.inbox-head {
    color: #fff;
    min-height: 80px;
}

.table-inbox tr td {
    padding: 7px 15px !important;
}

.table-inbox tr td:hover {
    cursor: pointer;
}

.table-inbox tr td .zmdi-star.inbox-started,.table-inbox tr td .zmdi-star:hover {
    color: #ed6f56;
}

.table-inbox tr.unread td {
    color: #212121;
    font-weight: 500;
}

.table-inbox tr.unread td i {
    color: #878787;
}

.table-inbox.table-hover > tbody > tr {
    background: rgba(33,33,33,0.05) !important;
}

.table-inbox.table-hover > tbody > tr td {
    color: #212121;
}

.table-inbox.table-hover > tbody > tr td i {
    color: #878787;
}

.table-inbox.table-hover > tbody > tr.unread {
    background: transparent !important;
}

.table-inbox.table-hover > tbody > tr.unread:hover {
    background-color: rgba(33,33,33,0.05) !important;
}

.time-chat-history {
    min-width: 70px;
}

.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.mail-option .chk-all {
    display: inline-block;
    padding: 0;
}

.mail-option .chk-all .btn,.mail-option .chk-all .wizard > .actions a,.wizard > .actions .mail-option .chk-all a,.mail-option .chk-all .dt-buttons .dt-button,.dt-buttons .mail-option .chk-all .dt-button,.mail-option .chk-all .tablesaw-sortable th.tablesaw-sortable-head button,.tablesaw-sortable th.tablesaw-sortable-head .mail-option .chk-all button,.mail-option .chk-all .sweet-alert button,.sweet-alert .mail-option .chk-all button,.mail-option .chk-all .owl-theme .owl-nav [class*="owl-"],.owl-theme .owl-nav .mail-option .chk-all [class*="owl-"],.mail-option .chk-all button.fc-agendaDay-button.fc-state-default.fc-corner-right,.mail-option .chk-all button.fc-month-button.fc-state-default.fc-corner-left,.mail-option .chk-all button.fc-agendaWeek-button,.mail-option .chk-all .fc-prev-button,.mail-option .chk-all .fc-next-button,.mail-option .chk-all .fc-today-button,.mail-option .chk-all .dropdown {
    display: inline-block;
    padding: 0 5px;
    box-shadow: none;
    margin-right: 5px;
    background: transparent;
    color: #212121;
}

.mail-option .chk-all .btn i,.mail-option .chk-all .wizard > .actions a i,.wizard > .actions .mail-option .chk-all a i,.mail-option .chk-all .dt-buttons .dt-button i,.dt-buttons .mail-option .chk-all .dt-button i,.mail-option .chk-all .tablesaw-sortable th.tablesaw-sortable-head button i,.tablesaw-sortable th.tablesaw-sortable-head .mail-option .chk-all button i,.mail-option .chk-all .sweet-alert button i,.sweet-alert .mail-option .chk-all button i,.mail-option .chk-all .owl-theme .owl-nav [class*="owl-"] i,.owl-theme .owl-nav .mail-option .chk-all [class*="owl-"] i,.mail-option .chk-all button.fc-agendaDay-button.fc-state-default.fc-corner-right i,.mail-option .chk-all button.fc-month-button.fc-state-default.fc-corner-left i,.mail-option .chk-all button.fc-agendaWeek-button i,.mail-option .chk-all .fc-prev-button i,.mail-option .chk-all .fc-next-button i,.mail-option .chk-all .fc-today-button i,.mail-option .chk-all .dropdown i {
    color: #878787;
}

.mail-option .chk-all input[type="checkbox"] {
    margin-top: 0;
}

.mail-option .chk-all .checkbox {
    min-height: auto !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.mail-option .btn-group {
    margin-right: 5px;
}

.mail-option .btn-group a.all {
    border: medium none;
}

.heading-inbox .btn,.heading-inbox .wizard > .actions a,.wizard > .actions .heading-inbox a,.heading-inbox .dt-buttons .dt-button,.dt-buttons .heading-inbox .dt-button,.heading-inbox .tablesaw-sortable th.tablesaw-sortable-head button,.tablesaw-sortable th.tablesaw-sortable-head .heading-inbox button,.heading-inbox .sweet-alert button,.sweet-alert .heading-inbox button,.heading-inbox .owl-theme .owl-nav [class*="owl-"],.owl-theme .owl-nav .heading-inbox [class*="owl-"],.heading-inbox button.fc-agendaDay-button.fc-state-default.fc-corner-right,.heading-inbox button.fc-month-button.fc-state-default.fc-corner-left,.heading-inbox button.fc-agendaWeek-button,.heading-inbox .fc-prev-button,.heading-inbox .fc-next-button,.heading-inbox .fc-today-button,.heading-inbox .dropdown {
    display: inline-block;
    padding: 0 5px;
    box-shadow: none;
    background: transparent;
}

.heading-inbox .btn i,.heading-inbox .wizard > .actions a i,.wizard > .actions .heading-inbox a i,.heading-inbox .dt-buttons .dt-button i,.dt-buttons .heading-inbox .dt-button i,.heading-inbox .tablesaw-sortable th.tablesaw-sortable-head button i,.tablesaw-sortable th.tablesaw-sortable-head .heading-inbox button i,.heading-inbox .sweet-alert button i,.sweet-alert .heading-inbox button i,.heading-inbox .owl-theme .owl-nav [class*="owl-"] i,.owl-theme .owl-nav .heading-inbox [class*="owl-"] i,.heading-inbox button.fc-agendaDay-button.fc-state-default.fc-corner-right i,.heading-inbox button.fc-month-button.fc-state-default.fc-corner-left i,.heading-inbox button.fc-agendaWeek-button i,.heading-inbox .fc-prev-button i,.heading-inbox .fc-next-button i,.heading-inbox .fc-today-button i,.heading-inbox .dropdown i {
    font-size: 17px;
    color: #878787;
}

.heading-inbox .btn i.zmdi-chevron-left,.heading-inbox .wizard > .actions a i.zmdi-chevron-left,.wizard > .actions .heading-inbox a i.zmdi-chevron-left,.heading-inbox .dt-buttons .dt-button i.zmdi-chevron-left,.dt-buttons .heading-inbox .dt-button i.zmdi-chevron-left,.heading-inbox .tablesaw-sortable th.tablesaw-sortable-head button i.zmdi-chevron-left,.tablesaw-sortable th.tablesaw-sortable-head .heading-inbox button i.zmdi-chevron-left,.heading-inbox .sweet-alert button i.zmdi-chevron-left,.sweet-alert .heading-inbox button i.zmdi-chevron-left,.heading-inbox .owl-theme .owl-nav [class*="owl-"] i.zmdi-chevron-left,.owl-theme .owl-nav .heading-inbox [class*="owl-"] i.zmdi-chevron-left,.heading-inbox button.fc-agendaDay-button.fc-state-default.fc-corner-right i.zmdi-chevron-left,.heading-inbox button.fc-month-button.fc-state-default.fc-corner-left i.zmdi-chevron-left,.heading-inbox button.fc-agendaWeek-button i.zmdi-chevron-left,.heading-inbox .fc-prev-button i.zmdi-chevron-left,.heading-inbox .fc-next-button i.zmdi-chevron-left,.heading-inbox .fc-today-button i.zmdi-chevron-left,.heading-inbox .dropdown i.zmdi-chevron-left {
    font-size: 27px;
}

.file-name {
    color: #212121;
}

.date {
    font-size: 13px;
}

.download-blocks a {
    color: #878787;
}

.sender-img-wrap img {
    width: 40px;
    height: 40px;
}

.heading-inbox .compose-btn .btn,.heading-inbox .compose-btn .wizard > .actions a,.wizard > .actions .heading-inbox .compose-btn a,.heading-inbox .compose-btn .dt-buttons .dt-button,.dt-buttons .heading-inbox .compose-btn .dt-button,.heading-inbox .compose-btn .tablesaw-sortable th.tablesaw-sortable-head button,.tablesaw-sortable th.tablesaw-sortable-head .heading-inbox .compose-btn button,.heading-inbox .compose-btn .sweet-alert button,.sweet-alert .heading-inbox .compose-btn button,.heading-inbox .compose-btn .owl-theme .owl-nav [class*="owl-"],.owl-theme .owl-nav .heading-inbox .compose-btn [class*="owl-"],.heading-inbox .compose-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right,.heading-inbox .compose-btn button.fc-month-button.fc-state-default.fc-corner-left,.heading-inbox .compose-btn button.fc-agendaWeek-button,.heading-inbox .compose-btn .fc-prev-button,.heading-inbox .compose-btn .fc-next-button,.heading-inbox .compose-btn .fc-today-button {
    box-shadow: none;
    color: #878787;
    display: inline-block;
    padding: 0 5px;
    background: transparent;
}

.sender-info .pull-right .dropdown-toggle > i {
    font-size: 17px;
    color: #878787;
    vertical-align: middle;
}

.attachment-mail li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.attachment-mail li .attached-img-container {
    width: 120px;
    height: 120px;
    display: block;
    background-position: center top;
    background-size: cover;
    margin-bottom: 10px;
    border-radius: 2px;
}

.attachment-mail li:last-child {
    margin-right: 0;
}
/*Contact List*/
.contact-list .panel {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
    border-left: 1px solid #dedede;
}

.contact-list .table > tbody > tr > td,.contact-list .jsgrid-table > tbody > tr > td {
    padding: 12px 15px;
}

.contact-list .table > tbody > tr > td a,.contact-list .jsgrid-table > tbody > tr > td a {
    font-weight: 500;
}

.contact-list .create-label {
    display: block;
}
/*Contact Cards*/
.contact-card .card-user-img {
    height: 65px;
    width: 65px;
}

.contact-card .panel-heading .user-detail-wrap {
    margin-top: 8px;
}

.contact-card .panel-heading .user-detail-wrap .card-user-name {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-card .panel-heading .user-detail-wrap .card-user-desn {
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
}

.contact-card .panel-heading .pull-right {
    margin-top: 22px;
}

.contact-card .card-user-email,.contact-card .card-user-phone {
    color: #878787;
}
/*Login Form*/
.page-wrapper.auth-page {
    background: #fff;
}

.sp-header {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.sp-logo-wrap {
    padding-top: 19px;
    padding-left: 15px;
}

.sp-logo-wrap .brand-img {
    position: relative;
    top: 2px;
}

.sp-logo-wrap .brand-text {
    color: #212121;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 21px;
    text-transform: capitalize;
}

.form-group.pull-right {
    padding-top: 19px;
    padding-right: 15px;
}

.auth-form-wrap {
    padding: 100px 0;
}

.auth-form {
    width: 400px;
}

.auth-form a.txt-danger:hover {
    color: #ed6f56;
}
/*Error Page*/
.error-page .brand-text {
    color: #212121;
}

.error-head {
    font-size: 112px;
    font-style: italic;
    line-height: 112px;
}

.error-bg-img {
    background: url("../img/errorbg.jpg");
    background-size: cover;
}
/*Products*/
.col-item {
    background: #fff;
}

.col-item .photo {
    overflow: hidden;
    position: relative;
}

.col-item .photo .options {
    position: absolute;
    right: 10px;
    top: 5px;
}

.col-item .photo img {
    margin: 0 auto;
    width: 85%;
}

.col-item .info {
    background: #f7f7f9 none repeat scroll 0 0;
    padding: 15px 0 15px 15px;
}
/*Cropperjs*/
.img-container,.img-preview {
    background-color: #f7f7f7;
    width: 100%;
    text-align: center;
}

.img-container {
    min-height: 200px;
    max-height: 469px;
    margin-bottom: 16px;
}

.img-container > img {
    max-width: 100%;
}

.docs-preview {
    margin-right: -16px;
}

.img-preview {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

.img-preview > img {
    max-width: 100%;
}

.preview-lg {
    width: 255px;
    height: 143px;
}

.preview-md {
    width: 128px;
    height: 72px;
}

.preview-sm {
    width: 72px;
    height: 41px;
}

.preview-xs {
    width: 40px;
    height: 24px;
    margin-right: 0;
}

.docs-data > .input-group {
    margin-bottom: 8px;
}

.docs-data > .input-group > label {
    min-width: 80px;
}

.docs-data > .input-group > span {
    min-width: 50px;
}

.docs-buttons > .btn,.wizard > .actions .disabled .docs-buttons > a,.wizard > .actions .docs-buttons > a,.dt-buttons .docs-buttons > .dt-button,.tablesaw-sortable th.tablesaw-sortable-head .docs-buttons > button,.sweet-alert .docs-buttons > button,.owl-theme .owl-nav .docs-buttons > [class*="owl-"],.docs-buttons > button.fc-agendaDay-button.fc-state-default.fc-corner-right,.docs-buttons > button.fc-month-button.fc-state-default.fc-corner-left,.docs-buttons > button.fc-agendaWeek-button,.docs-buttons > .fc-prev-button,.docs-buttons > .fc-next-button,.docs-buttons > .fc-today-button,.docs-buttons > .btn-group,.docs-buttons > .form-control,.select2-container--default .select2-selection--single .docs-buttons > .select2-selection__rendered,.select2-container--default .docs-buttons > .select2-selection--single,.docs-buttons > .select2-selection.select2-selection--multiple,.wizard .content > .body .docs-buttons > input,.mce-floatpanel .docs-buttons > .mce-textbox,.mce-floatpanel .docs-buttons > .mce-btn,.dataTables_wrapper .dataTables_filter .docs-buttons > input,.dataTables_wrapper .dataTables_length .docs-buttons > select,.jsgrid-cell .docs-buttons > input,.jsgrid-cell .docs-buttons > select,.tablesaw-bar .btn-select .docs-buttons > select,.docs-buttons > .dd-handle,.docs-buttons > .dd3-content,.app-search .docs-buttons > .form-control:focus,.select2-container--default .select2-selection--single .app-search .docs-buttons > .select2-selection__rendered:focus,.select2-container--default .app-search .docs-buttons > .select2-selection--single:focus,.app-search .docs-buttons > .select2-selection.select2-selection--multiple:focus,.wizard .content > .body .app-search .docs-buttons > input:focus,.mce-floatpanel .app-search .docs-buttons > .mce-textbox:focus,.mce-floatpanel .app-search .docs-buttons > .mce-btn:focus,.dataTables_wrapper .dataTables_filter .app-search .docs-buttons > input:focus,.dataTables_wrapper .dataTables_length .app-search .docs-buttons > select:focus,.app-search .jsgrid-cell .docs-buttons > input:focus,.jsgrid-cell .app-search .docs-buttons > input:focus,.app-search .jsgrid-cell .docs-buttons > select:focus,.jsgrid-cell .app-search .docs-buttons > select:focus,.tablesaw-bar .btn-select .app-search .docs-buttons > select:focus,.app-search .docs-buttons > .dd-handle:focus,.app-search .docs-buttons > .dd3-content:focus {
    margin-right: 4px;
    margin-bottom: 8px;
}

.docs-toggles > .btn,.wizard > .actions .disabled .docs-toggles > a,.wizard > .actions .docs-toggles > a,.dt-buttons .docs-toggles > .dt-button,.tablesaw-sortable th.tablesaw-sortable-head .docs-toggles > button,.sweet-alert .docs-toggles > button,.owl-theme .owl-nav .docs-toggles > [class*="owl-"],.docs-toggles > button.fc-agendaDay-button.fc-state-default.fc-corner-right,.docs-toggles > button.fc-month-button.fc-state-default.fc-corner-left,.docs-toggles > button.fc-agendaWeek-button,.docs-toggles > .fc-prev-button,.docs-toggles > .fc-next-button,.docs-toggles > .fc-today-button,.docs-toggles > .btn-group,.docs-toggles > .dropdown {
    margin-bottom: 8px;
}

.docs-tooltip {
    display: block;
    margin: -8px -12px;
    padding: 8px 12px;
}

.docs-aspect-ratios,.docs-view-modes {
    width: 100%;
}

.docs-aspect-ratios > .btn,.wizard > .actions .disabled .docs-aspect-ratios > a,.wizard > .actions .docs-aspect-ratios > a,.dt-buttons .docs-aspect-ratios > .dt-button,.tablesaw-sortable th.tablesaw-sortable-head .docs-aspect-ratios > button,.sweet-alert .docs-aspect-ratios > button,.owl-theme .owl-nav .docs-aspect-ratios > [class*="owl-"],.docs-aspect-ratios > button.fc-agendaDay-button.fc-state-default.fc-corner-right,.docs-aspect-ratios > button.fc-month-button.fc-state-default.fc-corner-left,.docs-aspect-ratios > button.fc-agendaWeek-button,.docs-aspect-ratios > .fc-prev-button,.docs-aspect-ratios > .fc-next-button,.docs-aspect-ratios > .fc-today-button {
    width: 20%;
}

.docs-view-modes > .btn,.wizard > .actions .disabled .docs-view-modes > a,.wizard > .actions .docs-view-modes > a,.dt-buttons .docs-view-modes > .dt-button,.tablesaw-sortable th.tablesaw-sortable-head .docs-view-modes > button,.sweet-alert .docs-view-modes > button,.owl-theme .owl-nav .docs-view-modes > [class*="owl-"],.docs-view-modes > button.fc-agendaDay-button.fc-state-default.fc-corner-right,.docs-view-modes > button.fc-month-button.fc-state-default.fc-corner-left,.docs-view-modes > button.fc-agendaWeek-button,.docs-view-modes > .fc-prev-button,.docs-view-modes > .fc-next-button,.docs-view-modes > .fc-today-button {
    width: 25%;
}

.docs-options .dropdown-menu {
    width: 100%;
}

.docs-options .dropdown-menu > li {
    padding: 4px 16px;
}

.docs-options .dropdown-menu > li:hover {
    background-color: #f7f7f7;
}

.docs-options .dropdown-menu > li > label {
    margin-bottom: 0;
}

.docs-cropped .modal-body {
    text-align: center;
}

.docs-cropped .modal-body > img,.docs-cropped .modal-body > canvas {
    max-width: 100%;
}

.common-credits > li {
    display: block;
    margin-bottom: 15px;
}

.common-credits > li:last-child {
    margin-bottom: 0;
}
/****************************/
/** Mediaqueries **/
/****************************/
@media (max-width:1400px) {
    .fixed-sidebar-left {
        width: 44px;
    }

    .fixed-sidebar-left .side-nav li.navigation-header > span {
        display: none;
    }

    .fixed-sidebar-left .side-nav li.navigation-header > i {
        display: block;
    }

    .fixed-sidebar-left .collapse.in {
        display: none;
    }

    .fixed-sidebar-left:hover {
        width: 225px;
    }

    .fixed-sidebar-left:hover .side-nav li.navigation-header > span {
        display: block;
    }

    .fixed-sidebar-left:hover .side-nav li.navigation-header > i {
        display: none;
    }

    .fixed-sidebar-left:hover .collapse.in {
        display: block;
    }

    .fixed-sidebar-left:hover .right-nav-text {
        opacity: 1;
    }

    .fixed-sidebar-left .right-nav-text {
        opacity: 0;
    }

    .page-wrapper {
        margin-left: 44px;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav-header {
        width: 44px;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
        opacity: 0;
        visibility: hidden;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu {
        width: calc(100% - 100px);
    }

    .sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header {
        width: 225px;
    }

    .sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
        opacity: 1;
        visibility: visible;
    }

    .slide-nav-toggle .fixed-sidebar-left {
        width: 225px;
    }

    .slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header > span {
        display: block;
    }

    .slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header > i {
        display: none;
    }

    .slide-nav-toggle .fixed-sidebar-left .collapse.in {
        display: block;
    }

    .slide-nav-toggle .fixed-sidebar-left .right-nav-text {
        opacity: 1;
    }

    .slide-nav-toggle .page-wrapper {
        margin-left: 0;
        left: 225px;
    }

    .slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header {
        width: 225px;
    }

    .slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width:1200px) {
    .table-responsive .table > tbody > tr > td,.table-responsive .jsgrid-table > tbody > tr > td,.table-responsive .table > tbody > tr > th,.table-responsive .jsgrid-table > tbody > tr > th,.table-responsive .table > tfoot > tr > td,.table-responsive .jsgrid-table > tfoot > tr > td,.table-responsive .table > tfoot > tr > th,.table-responsive .jsgrid-table > tfoot > tr > th,.table-responsive .table > thead > tr > td,.table-responsive .jsgrid-table > thead > tr > td,.table-responsive .table > thead > tr > th,.table-responsive .jsgrid-table > thead > tr > th {
        white-space: nowrap;
    }
}

@media (min-width:1025px) {
    .mobile-only-nav.collapse,.navbar.navbar-inverse.navbar-fixed-top .top-nav-search.collapse {
        display: block;
        height: auto !important;
    }

    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn {
        pointer-events: none;
    }
}

@media (max-width:1024px) {
    .mobile-only-view {
        display: block !important;
    }

    .fixed-sidebar-left {
        margin-left: -225px;
        width: 225px;
    }

    .fixed-sidebar-left .right-nav-text {
        opacity: 1;
    }

    .mobile-nav-open .fixed-sidebar-right,.mobile-nav-open .fixed-sidebar-left {
        top: 132px;
    }

    .page-wrapper {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .slide-nav-toggle .fixed-sidebar-left {
        margin-left: 0;
    }

    .slide-nav-toggle .page-wrapper {
        left: 225px;
        margin-left: 0;
    }

    .slide-nav-toggle.sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header {
        width: 100%;
    }

    .navbar.navbar-inverse.navbar-fixed-top {
        padding: 0;
    }

    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
        width: 100%;
    }

    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header {
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header .logo-wrap {
        width: 100%;
    }

    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header .logo-wrap .brand-text {
        opacity: 1;
        visibility: visible;
    }

    .navbar.navbar-inverse.navbar-fixed-top a.toggle-left-nav-btn {
        left: 1px;
        position: absolute;
        top: 0;
    }

    .navbar.navbar-inverse.navbar-fixed-top a#toggle_mobile_nav {
        position: absolute;
        right: 21px;
        top: 0;
    }

    .navbar.navbar-inverse.navbar-fixed-top a#toggle_mobile_search {
        position: absolute;
        right: 50px;
        top: 0;
    }

    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
        background: #fff;
        position: relative;
        z-index: 2;
    }

    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
        float: left;
        width: 100%;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        transition: 0.4s ease;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        padding: 0 15px;
        border-bottom: 1px solid #dedede;
    }

    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search {
        left: 0;
        margin-left: 0;
        position: absolute;
        width: 100%;
        padding-top: 0;
    }

    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
        border-radius: 0;
        height: 66px;
        border: medium none;
    }

    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn {
        top: 23px;
    }

    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn button.btn-default i:before,.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button i:before,.tablesaw-sortable th.tablesaw-sortable-head .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn button i:before,.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn .owl-theme .owl-nav button[class*="owl-"] i:before,.owl-theme .owl-nav .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn button[class*="owl-"] i:before {
        content: "\f136";
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu {
        right: 0;
        width: 100%;
    }

    .mobile-nav-open .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
        top: 66px;
    }

    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
        background: #f5f5f5;
    }

    .inbox-pagination li:first-child {
        display: none;
    }

    .sender-info .inbox-detail-time-2 {
        display: none;
    }
/*Chat App*/
    .chat-cmplt-wrap.chat-for-widgets-1 .chat-box-wrap {
        float: none;
        width: auto;
    }

    .chat-cmplt-wrap.chat-for-widgets-1 .recent-chat-box-wrap {
        border-left: medium none;
        float: none;
        position: absolute;
        right: -100%;
        width: 100%;
    }

    .chat-cmplt-wrap.chat-for-widgets-1 .goto-back i.zmdi-account-add:before {
        content: "\f2fa";
    }
/*Responsive Tabs*/
    .nav.nav-tabs.nav-tabs-responsive {
        text-align: center;
        position: relative;
    }

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

    .nav.nav-tabs.nav-tabs-responsive > li.active,.nav.nav-tabs.nav-tabs-responsive > li.prev,.nav.nav-tabs.nav-tabs-responsive > li.next {
        display: inline-block;
    }

    .nav.nav-tabs.nav-tabs-responsive > li.prev,.nav.nav-tabs.nav-tabs-responsive > li.next {
        position: absolute;
        top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .nav.nav-tabs.nav-tabs-responsive > li.prev > a:before,.nav.nav-tabs.nav-tabs-responsive > li.prev > a:after,.nav.nav-tabs.nav-tabs-responsive > li.next > a:before,.nav.nav-tabs.nav-tabs-responsive > li.next > a:after {
        display: inline-block;
        font-family: "Material-Design-Iconic-Font";
        font-feature-settings: normal;
        font-kerning: auto;
        font-language-override: normal;
        font-size: inherit;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-synthesis: weight style;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-rendering: auto;
        position: relative;
        top: 3px;
        font-size: 20px;
        line-height: 12px;
    }

    .nav.nav-tabs.nav-tabs-responsive > li.prev {
        left: 0;
    }

    .nav.nav-tabs.nav-tabs-responsive > li.prev > a:before {
        content: '\f2fa';
        margin-right: 10px;
    }

    .nav.nav-tabs.nav-tabs-responsive > li.next {
        right: 0;
    }

    .nav.nav-tabs.nav-tabs-responsive > li.next > a:after {
        content: '\f2fb';
        margin-left: 10px;
    }
}

@media (max-width:991px) {
    .dataTables_wrapper .dataTables_length {
        display: none;
    }

    .product-detail-wrap,.inbox-head {
        margin-top: 30px;
    }

    .mail-box aside.col-lg-3.col-md-4 {
        padding-right: 15px !important;
    }

    .mail-box aside.col-lg-3.col-md-4 h6,.mail-box aside.col-lg-3.col-md-4 .panel-title,.mail-box aside.col-lg-3.col-md-4 .inbox-nav,.mail-box aside.col-lg-3.col-md-4 .chat-list-wrap {
        display: none;
    }

    .mail-box aside.col-lg-9.col-md-8 {
        padding-left: 15px !important;
    }

    .mail-box aside.col-lg-9.col-md-8 .view-message .label,.mail-box aside.col-lg-9.col-md-8 .view-message .jvectormap-tip {
        display: none;
    }

    .contact-list aside.col-lg-2.col-md-4 {
        padding-right: 15px !important;
    }

    .contact-list aside.col-lg-2.col-md-4 .inbox-nav,.contact-list aside.col-lg-2.col-md-4 a.create-label {
        display: none;
    }

    .contact-list aside.col-lg-10.col-md-8 {
        padding-left: 15px !important;
    }

    .file-manager h6,.file-manager .panel-title,.file-manager .tag-list {
        display: none;
    }

    .ibox {
        margin-bottom: 0;
    }
}

@media (max-width:950px) {
    .panel-dropdown .panel-heading > .pull-left,.panel-dropdown .panel-heading > .pull-right,.panel-tabs .panel-heading > .pull-left,.panel-tabs .panel-heading > .pull-right {
        width: 100%;
    }

    .panel-dropdown .panel-heading > .pull-right,.panel-tabs .panel-heading > .pull-right {
        margin-top: 10px;
    }

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

@media (max-width:828px) {
    .wizard .steps ul > li {
        width: 100%;
    }
}

@media (max-width:796px) {
    footer.footer .col-sm-5 {
        display: none;
    }

    footer.footer .col-sm-7 {
        width: 100%;
        text-align: center !important;
    }
}

@media (max-width:767px) {
    .breadcrumb,.heading-bg .btn-outline-white.btn-rounded,.heading-bg button.btn-outline-white.fc-agendaDay-button.fc-state-default.fc-corner-right,.heading-bg button.btn-outline-white.fc-month-button.fc-state-default.fc-corner-left,.heading-bg button.btn-outline-white.fc-agendaWeek-button {
        display: none;
    }

    ul.timeline:before {
        left: 23px;
    }

    ul.timeline > li {
        margin-bottom: 0px;
        position: relative;
        width: 100%;
        float: left;
        clear: left;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }

    ul.timeline > li > .timeline-badge {
        left: 0px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 10px;
        left: -10px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel.bg-yellow:after {
        border-right-color: #f0c541;
    }

    ul.timeline > li > .timeline-panel.bg-pink:after {
        border-right-color: #f1a1c7;
    }

    ul.timeline > li > .timeline-panel.bg-red:after {
        border-right-color: #ed6f56;
    }

    ul.timeline > li > .timeline-panel.bg-blue:after {
        border-right-color: #4e9de6;
    }

    ul.timeline > li > .timeline-panel.bg-green:after {
        border-right-color: #1da277;
    }

    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .timeline > li.timeline-inverted > .timeline-badge {
        left: 0;
    }
}

@media (max-width:600px) {
    .product-detail-wrap {
        margin-top: 30px;
    }

    .product-detail-wrap .btn-group {
        margin-top: 20px;
        width: 100%;
    }

    .product-detail-description ul li {
        width: 100%;
    }

    .product-detail-description ul li a {
        padding-left: 0 !important;
    }

    .clear-todo-btn {
        float: none !important;
    }
}

@media (min-width:768px) {
    .img-container {
        min-height: 469px;
    }
}

@media (max-width:768px) {
    .col-item .photo img {
        width: 100%;
    }
}

@media (max-width:565px) {
    .clear-todo-btn {
        margin-top: 20px;
    }

    .nav-tabs > li,.nav-tab-reverse .nav-tabs > li {
        float: none;
        margin-right: 0;
        margin-left: 0;
    }

    .nav-tabs > li:first-child > a,.nav-tab-reverse .nav-tabs > li:first-child > a {
        border-radius: 0;
        border-top-left-radius: 10px;
    }

    .nav-tabs > li:last-child,.nav-tab-reverse .nav-tabs > li:last-child {
        margin-bottom: -1px;
    }

    .nav-tabs > li:last-child > a,.nav-tab-reverse .nav-tabs > li:last-child > a {
        border-radius: 0;
        border-bottom-left-radius: 10px;
    }

    .custom-tab-1 .nav-tabs > li:first-child > a,.nav-tab-reverse .nav-tabs > li:first-child > a {
        border-top-left-radius: 0;
    }

    .custom-tab-1 .nav-tabs > li:last-child > a,.nav-tab-reverse .nav-tabs > li:last-child > a {
        border-bottom-left-radius: 0;
    }

    .nav.nav-tabs.nav-tabs-responsive > li.next a span,.nav.nav-tabs.nav-tabs-responsive > li.prev a span {
        display: none;
    }

    .nav-pills > li {
        float: none;
        margin-bottom: 5px;
        margin-left: 0 !important;
    }

    .nav-pills > li:last-child {
        margin-bottom: 0;
    }

    .fixed-sidebar-right .right-sidebar .nav-tabs > li,.fixed-sidebar-right .right-sidebar .nav-tab-reverse .nav-tabs > li {
        float: left;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.col-menu-list {
        width: 100%;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown {
        width: 100%;
        min-width: auto;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li.alert-drp {
        position: static;
    }

    .sp-header .form-group.pull-right span {
        display: none !important;
    }
}

@media (max-width:458px) {
    .auth-form {
        width: 100%;
    }
}

@media (max-width:414px) {
    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown {
        width: 100%;
        min-width: auto;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li.app-drp {
        position: static;
    }
}

@media (max-width:400px) {
    .btn-group-crop {
        margin-right: -16px !important;
    }

    .btn-group-crop > .btn,.wizard > .actions .disabled .btn-group-crop > a,.wizard > .actions .btn-group-crop > a,.dt-buttons .btn-group-crop > .dt-button,.tablesaw-sortable th.tablesaw-sortable-head .btn-group-crop > button,.sweet-alert .btn-group-crop > button,.owl-theme .owl-nav .btn-group-crop > [class*="owl-"],.btn-group-crop > button.fc-agendaDay-button.fc-state-default.fc-corner-right,.btn-group-crop > button.fc-month-button.fc-state-default.fc-corner-left,.btn-group-crop > button.fc-agendaWeek-button,.btn-group-crop > .fc-prev-button,.btn-group-crop > .fc-next-button,.btn-group-crop > .fc-today-button {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width:378px) {
    .form-actions button.btn.btn-success,.form-actions .dt-buttons button.btn-success.dt-button,.dt-buttons .form-actions button.btn-success.dt-button,.form-actions .dt-buttons button.dt-button.fc-agendaWeek-button,.dt-buttons .form-actions button.dt-button.fc-agendaWeek-button,.form-actions .dt-buttons button.dt-button.fc-prev-button,.dt-buttons .form-actions button.dt-button.fc-prev-button,.form-actions .dt-buttons button.dt-button.fc-next-button,.dt-buttons .form-actions button.dt-button.fc-next-button,.form-actions .dt-buttons button.dt-button.fc-today-button,.dt-buttons .form-actions button.dt-button.fc-today-button,.form-actions .tablesaw-sortable th.tablesaw-sortable-head button.btn-success,.tablesaw-sortable th.tablesaw-sortable-head .form-actions button.btn-success,.form-actions .tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button,.tablesaw-sortable th.tablesaw-sortable-head .form-actions button.fc-agendaWeek-button,.form-actions .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button,.tablesaw-sortable th.tablesaw-sortable-head .form-actions button.fc-prev-button,.form-actions .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button,.tablesaw-sortable th.tablesaw-sortable-head .form-actions button.fc-next-button,.form-actions .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button,.tablesaw-sortable th.tablesaw-sortable-head .form-actions button.fc-today-button,.form-actions .sweet-alert button.btn-success,.sweet-alert .form-actions button.btn-success,.form-actions .sweet-alert button.fc-agendaWeek-button,.sweet-alert .form-actions button.fc-agendaWeek-button,.form-actions .sweet-alert button.fc-prev-button,.sweet-alert .form-actions button.fc-prev-button,.form-actions .sweet-alert button.fc-next-button,.sweet-alert .form-actions button.fc-next-button,.form-actions .sweet-alert button.fc-today-button,.sweet-alert .form-actions button.fc-today-button,.form-actions .owl-theme .owl-nav button.btn-success[class*="owl-"],.owl-theme .owl-nav .form-actions button.btn-success[class*="owl-"],.form-actions .owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button,.owl-theme .owl-nav .form-actions button[class*="owl-"].fc-agendaWeek-button,.form-actions .owl-theme .owl-nav button[class*="owl-"].fc-prev-button,.owl-theme .owl-nav .form-actions button[class*="owl-"].fc-prev-button,.form-actions .owl-theme .owl-nav button[class*="owl-"].fc-next-button,.owl-theme .owl-nav .form-actions button[class*="owl-"].fc-next-button,.form-actions .owl-theme .owl-nav button[class*="owl-"].fc-today-button,.owl-theme .owl-nav .form-actions button[class*="owl-"].fc-today-button,.form-actions button.fc-agendaDay-button.fc-state-default.fc-corner-right,.form-actions button.fc-month-button.fc-state-default.fc-corner-left,.form-actions button.fc-agendaWeek-button,.form-actions button.fc-prev-button,.form-actions button.fc-next-button,.form-actions button.fc-today-button {
        margin-bottom: 20px;
    }
}/*# sourceMappingURL=style.css.map */