/**************************************************************
General Css
buttons
Page Layout
Top Navigation
SIdebar Nav
Panel
Company Widget
Modern Dashboard
User Comment
Mail Box
Lock Screen
Pricing tables
dark price
Responsive
bootstrap wizard form css****/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #666;
    background-color: #f5f5f5;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    overflow-x: hidden;
    font-weight: 400;
}

.m-b {
    margin-bottom: 15px;
}

.blog-post img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.blog-desc {
    padding: 15px;
    background: #fff;
}

.recent-activities .media img {
    height: 40px;
}

.sale-state-box {
    padding: 15px;
    background-color: #01a8fe;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 15px;
    box-shadow: 3px 4px 5px rgba(255, 255, 255, 0.1);
}

.user-col {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 30px;
}

.show-grid span {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    min-height: 40px;
    line-height: 40px;
    margin-bottom: 1px;
    margin-bottom: 15px;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -ms-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
    transition: All 0.4s ease;
}

.profile-overview, .profile-edit {
    padding: 15px;
    background-color: #fff;
}

/* .margin-b-30 {
    margin: 20px 0px;
} */

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

a:focus, a:hover, a {
    color: #23527c;
    text-decoration: none;
}

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

.cyan {
    background-color: #00bcd4 !important;
}

.right {
    float: right !important;
}

.orange {
    background-color: #7986CB !important;
}

.teal {
    background-color: #009688 !important;
}

.green {
    background-color: #4CAF50 !important;
}

.background-icon {
    /* font-size: 74px; */
    font-size: 50px;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.widget-icon {
    font-size: 55px;
    float: left;
    color: #666;
}
/*
.table-responsive {
    min-height: .01%;
    overflow-x: hidden;
} */

.page-title.marginb0 {
    margin-bottom: 0px;
}

/* .btn-primary {
    color: #fff;
    background-color: #0099da;
    border-color: #01a8fe;
}

.btn:not(.btn-raised).btn-primary, .input-group-btn .btn:not(.btn-raised).btn-primary {
    color: #fff;
} */

/* .btn.btn-sm, .input-group-btn .btn.btn-sm, .btn-group-sm .btn, .btn-group-sm .input-group-btn .btn {
    padding: 5px 10px;
} */

.progress {
    position: relative;
}

.wdt-lable {
    min-width: 100%;
    text-align: right;
}

.panel {
    width: 100%;
}

.icon-wrap .icon, .icon-wrap .wi {
    font-size: 40px;
    display: inline-block;
    font-family: 'weathericons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 15px;
    margin-bottom: 15px;
    min-width: 54px;
    text-align: center;
}

.fontawesome-icon-list li {
    list-style: none;
}

.wi {
    margin-right: 10px;
}

.glyphs.character-mapping li {
    margin: 0 30px 20px 0;
    display: inline-block;
    width: 90px;
}

.glyphs.character-mapping .icon {
    margin: 10px 0 10px 15px;
    padding: 15px;
    position: relative;
    width: 55px;
    height: 55px;
    color: #162a36 !important;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 32px;
}

.glyphs.character-mapping input {
    margin: 0;
    padding: 5px 0;
    line-height: 12px;
    font-size: 12px;
    display: block;
    width: 100%;
    border: 1px solid #d8e0e5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    outline: 0;
}

.glyphs.css-mapping .icon {
    margin: 0;
    margin-right: 10px;
    padding: 13px;
    height: 50px;
    width: 50px;
    color: #162a36 !important;
    overflow: hidden;
    float: left;
    font-size: 24px;
}

.glyphs.css-mapping li {
    margin: 0 30px 20px 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}

.glyphs.css-mapping input {
    margin: 0;
    margin-top: 5px;
    padding: 8px;
    line-height: 16px;
    font-size: 16px;
    display: block;
    width: 150px;
    height: 40px;
    border: 1px solid #d8e0e5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    outline: 0;
    float: right;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress.progress-xxs {
    height: 3px;
}

.progress.progress-xs {
    height: 6px;
}

.progress.progress-lg {
    height: 36px;
    overflow: hidden;
}

.progress.progress-lg span {
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.progress.progress-lg span.inline-text {
    text-align: left;
    padding: 8px;
    display: block;
    font-size: 14px;
    position: absolute;
    min-width: 50%;
}

.progress-bar-default {
    background-color: rgba(11, 11, 11, 0.9);
}

/****buttons*********/

.btn {
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

/* .btn:hover {
    opacity: 0.9!important;
}

.btn-link {
    color: #01a8fe;
}

.btn-link:hover {
    color: #333;
} */

/* .btn-default {
    background-color: #dae6ec;
    border-color: #dae6ec;
}

.btn-default:hover, .btn-default:focus {
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
} */

.form-control, .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #999;
    background-color: transparent;
}

/* .btn-primary {
    background-color: #01a8fe;
} */

.btn-3d {
    border-bottom: 3px solid rgba(0, 0, 0, .15)!important;
}

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

.btn-circle.btn-lg {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
}

.btn-circle.btn-xs {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.hr-line-dashed {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.1);
    height: 1px;
    margin: 20px 0;
}

.input-group-addon {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.2);
    color: #666;
}

.btn-white {
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #666;
}

.btn-white:hover, .btn-white:focus {
    color: #01a8fe;
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

/***************************************************************

Page Layout

****************************************************************/

/* .fixed-top .page-container {
    margin-top: 50px;
} */

.page-container {
    margin: 0;
    padding: 0;
    position: relative;
}

.content-wrapper.container {
    width: 100%;
}

.page-title {
    margin: 0px;
    margin-left: -14px;
    margin-right: -15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #eee;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0px;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}

div.dataTables_length label {
    font-weight: normal;
    float: left;
    text-align: left;
}

div.dataTables_filter label {
    font-weight: normal;
    float: right;
}

.footer {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #e7eaec;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    position: fixed;
    right: 0;
}

/*.col-sm-12 {
    padding-right: 5px;
    padding-left: 5px;
}*/

.texto-center {
    text-align: -webkit-center;
}

.content-wrapper.container {
    padding-bottom: 45px;
}

.well, .white-bg {
    background: #fff;
}

.sidebar-toggler {
    float: left;
    padding: 11px 0px;
    color: #fff;
    font-size: 23px;
}

.search-bar {
    width: 200px;
    float: left;
    padding: 10px;
}

.search-bar input {
    border-radius: 20px !important;
    border: none !important;
    background: rgba(255, 255, 255, 0.3);
    margin-left: 10px;
    padding: 10px;
    height: 31px;
    color: #fff;
}

/****************************************************************

Top Navigation

*****************************************************************/

@media (max-width: 771px) {
    .top-menu, .search-bar {
        display: none;
    }
    .sidebar-toggler {
        float: right;
        margin-right: 20px;
    }
}

.menu-toggler a {
    color: #0099da;
}

.page-header.navbar {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    height: 50px;
    min-height: 50px;
    filter: none;
    background-image: none;
}

.page-header.navbar .page-logo {
    float: left;
    display: block;
    width: 235px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.page-header.navbar .page-logo .logo-default {
    margin: 15px 0 0;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle>img {
    margin-top: -5px;
    margin-right: 5px;
    height: 29px;
    display: inline-block;
}

.page-header.navbar .top-menu .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px;
}

.page-header.navbar .top-menu .navbar-nav>li>a:hover, .page-header.navbar .top-menu .navbar-nav>li>a:focus, .page-header.navbar .top-menu .navbar-nav>li.open>a {
    text-decoration: none;
    /* background-color: #363738; */
    height: 50px;
    background-color: #0099da;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle>i {
    font-size: 25px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle>.badge {
    font-family: "Open Sans", sans-serif;
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 300;
    padding: 3px 6px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle {
    padding: 12px 6px 11px 8px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle>.username {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external {
    display: block;
    overflow: hidden;
    padding: 15px;
    letter-spacing: .5px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external>h3 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: inline-block;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu {
    min-width: 160px;
    max-width: 275px;
    width: 275px;
    z-index: 9995;
    padding: 0px;
}

.navbar-nav>li.dropdown-extended .dropdown-menu>li.external>a {
    display: inline-block;
    padding: 0;
    background: 0 0;
    clear: inherit;
    font-size: 13px;
    font-weight: 300;
    position: absolute;
    right: 10px;
    border: 0;
    margin-top: -1px;
}

.nav.pull-right>li>.dropdown-menu, .nav>li>.dropdown-menu.pull-right {
    right: 0px;
    left: auto;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .time {
    float: right;
    max-width: 75px;
    font-size: 11px;
    font-weight: 400;
    opacity: .7;
    filter: alpha(opacity=70);
    text-align: right;
    padding: 1px 5px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .details {
    overflow: hidden;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .details .label-icon {
    margin-right: 10px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .details .label-icon i {
    margin-right: 2px;
    margin-left: 1px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list {
    padding-right: 0!important;
    padding-left: 0;
    list-style: none;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list>li:first-child a {
    border-top: none;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu .dropdown-menu-list>li .progress {
    display: block;
    height: 8px;
    margin: 8px 0 2px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu .dropdown-menu-list>li .task .percent {
    font-weight: 600;
    display: inline-block;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-tasks .dropdown-menu .dropdown-menu-list>li .task .desc {
    font-size: 13px;
    font-weight: 300;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list>li>a {
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 20px;
    white-space: normal;
    font-size: 13px;
    padding: 16px 15px 18px;
    text-shadow: none;
}

.label.label-icon {
    margin-right: 2px;
    text-align: center;
    padding: 4px 0px 4px 4px;
}

.ring-point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 100%;
    background-color: #0099da;
    position: absolute;
    right: 13px;
    top: 1px;
}

.ring {
    position: absolute;
    top: -8px;
    right: 3px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #0099da;
    border-radius: 100%;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

/**********************************************************

SIdebar Nav

***********************************************************/

body.mini-navbar .sidebar {
    width: 70px;
    display: block;
    position: absolute;
}

body.mini-navbar .profile-element, body.mini-navbar .nav-label, body.mini-navbar span.arrow {
    display: none;
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
    display: none;
}

.mini-navbar .metismenu li:hover>.nav-second-level, .mini-navbar .metismenu li:focus>.nav-second-level {
    display: block;
    border-radius: 0 2px 2px 0;
    height: auto !important;
}

.mini-navbar .nav-heading, .mini-navbar .sidebar li .label {
    display: none;
}

.mini-navbar .page-content-wrapper {
    margin-left: 74px;
    z-index: 0;
}

.mini-navbar .sidebar-nav ul li a i {
    font-size: 24px;
}

.mini-navbar .sidebar-nav ul li {
    position: relative;
}

.mini-navbar .sidebar {
    overflow: visible;
    z-index: 1;
}

.mini-navbar .nav-second-level {
    position: absolute;
    left: 70px;
    top: 0px;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    min-width: 280px;
    z-index: 999999;
}

.sidebar-nav {
    background: #fff;
}

.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav a, .sidebar-nav a:hover, .sidebar-nav a:focus, .sidebar-nav a:active {
    outline: none;
}

.sidebar-nav ul li, .sidebar-nav ul a {
    display: block;
}

/* .sidebar-nav ul a {
    padding: 10px 20px;
    color: #aaa;
} */

.nav-heading span {
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    margin-top: 10px;
    margin: 10px 0px;
    float: left;
    display: block;
    width: 100%;
}

/* .sidebar-nav ul a:hover, .sidebar-nav ul a:focus, .sidebar-nav ul a:active {
    color: #fff;
    text-decoration: none;
    background: #0099da;
    border: 1px solid transparent;
} */

.sidebar-nav ul ul a {
    padding: 10px 30px;
    /*background-color: rgba(0, 0, 0, 0.03);*/
    /*box-shadow: inset 0 0 10px rgba(0,0,0,.06);*/
    border: 1px solid #eef1f5;
}

/* .sidebar-nav ul ul a:hover, .sidebar-nav ul ul a:focus, .sidebar-nav ul ul a:active {
    color: #fff;
    text-decoration: none;
    background: #0099da;
    border: 1px solid transparent;
} */

.sidebar-nav-item {
    padding-left: 5px;
}

.sidebar-nav-item-icon {
    padding-right: 5px;
}

@media (min-width: 992px) {
    .sidebar {
        width: 17%;
        position: fixed;
        overflow-y: hidden;
        height: 100%;
        overflow-x: hidden;
        background: #fff;
    }
    .mini-navbar .sidebar {
        overflow: visible;
    }
}

.page-content-wrapper {
    margin-left: 17%;
    margin-top: 0;
    min-height: 600px;
    background: #fbfbfb;
    position: relative;
}

@media (max-width: 991px) {
    .page-content-wrapper {
        margin-left: 0px;
    }
    .sidebar {
        z-index: 1000;
        float: left;
        display: none;
        width: 237px;
        position: fixed;
        overflow-y: scroll;
        height: 100%;
        overflow-x: hidden;
    }
}

.mini-navbar-show .sidebar {
    display: block;
}

/*******************************************************

Panel

********************************************************/

.panel {
    border: 1px solid #e7ecf1!important;
    /* border-radius: 0px; */
}

.panel-heading {
    border-bottom: 1px solid #eef1f5;
    padding: 16px;
    font-size: 16px;
    text-transform: uppercase;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.panel-heading p {
    font-size: 10px;
    margin-bottom: 0px;
    display: block;
}

.panel-actions {
    right: 30px;
    position: absolute;
    top: 7px;
}

.panel-action-toggle:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 30px;
}

.panel-action-dismiss:before {
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 30px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -16px;
}

.card {
    overflow: hidden;
    margin-bottom: 30px;
}

.card {
    position: relative;
    /* background-color: #fff; */
    transition: box-shadow .25s;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card .card-content {
    padding: 10px;
    border-radius: 0 0 2px 2px;
    position: inherit;
}

.card h4 {
    font-size: 3.28rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0;
}

.card .card-content-left {
    padding: 16px;
    padding-left: 0px;
}

.card .card-content-right {
    padding: 20px;
    padding-right: 0px;
}

.row-table {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
}

.bg-dark {
    background-color: rgba(0, 0, 0, 0.1);
}

.padding20 {
    padding: 20px;
}

/******************************************

Company Widget

*******************************************/

.dashboard-pinned-project-1 .x-header {
    background-color: #1AAADA;
}

.dashboard-pinned-project-header .project-client-name {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.dashboard-pinned-project-header .project-title {
    display: block;
}

.dashboard-pinned-project .x-icon-contaner {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 18px;
    opacity: 0.3;
}

.dashboard-pinned-project-footer {
    display: table;
    width: 100%;
    border-left: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 0 0 2px 2px;
}

.dashboard-pinned-project-footer li {
    display: table-cell;
    width: 33.33%;
    padding: 9px 5px;
    text-align: center;
}

.border-right {
    border-right: solid 1px #e7e7e7;
}

.dashboard-pinned-project-footer .text-count {
    font-size: 16px;
    font-weight: bold;
}

.dashboard-pinned-project-footer .text-description {
    text-transform: uppercase;
}

.text-muted {
    color: #999999 !important;
}

.dashboard-pinned-project-header {
    padding: 10px 15px;
    color: #FFFFFF;
    border-radius: 0px 0px 0 0;
    position: relative;
}

/*************************************************

Modern Dashboard

**************************************************/

.blog-news .overlaybg {
    overflow: hidden;
    height: 409px;
}

.blog-news .news-content {
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 0;
    padding: 30px;
    margin-bottom: 30px;
}

.blog-news h2, .blog-news a {
    color: #fff;
}

/****************************************

User Comment

*****************************************/

.comment {
    margin-left: -15px;
    margin-right: -15px;
}

.comment .message-content {
    padding: 15px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.comment .message-content:last-child {
    border-bottom: 0px solid #e7eaec;
    margin-bottom: -10px;
}

.comment .user-img {
    width: 40px;
    display: table-cell;
    position: relative;
    margin: 0px 10px 0px 0px;
    float: left;
}

/* .comment-message
{
	display:table-cell;
} */

/**************************************

Material + Boostrap

***************************************/

.form-group {
    padding-bottom: 7px;
    margin: 0px 0 0 0;
}

[class*="panel-"]>.panel-heading {
    /* border: 0; */
    border-bottom: 1px solid #eef1f5;
    background-color: #fff;
    color: #000;
    font-weight: bold;
}

/* .panel-heading .btn.btn-xs, .panel-heading .btn:not(.btn-raised):not(.btn-link):hover, .panel-heading .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover, .panel-heading .btn:not(.btn-raised):not(.btn-link):focus, .panel-heading .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus {
    padding: 4px 6px;
    background: #03a9f4;
    color: #fff;
} */

.btn-group, .btn-group-vertical {
    position: relative;
    margin: 0px 1px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    /* -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);    */
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
}

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

/***********************************************************************

Mail Box

*************************************************************************/

.mail-side-bar {
    height: 100%;
    background: #fff;
    padding: 20px;
}

.mail-side-bar .lables {
    font-weight: 400;
    font-size: 11px;
    display: block;
    padding: 0 15px;
    text-transform: uppercase;
    color: #838383;
}

.mail-side-bar li a {
    display: block;
    padding: 6px 15px 7px;
    font-size: 13px;
    color: #333;
}

.mail-side-bar .lables i {
    font-size: 14px;
    margin-top: 2px;
}

.star {
    color: #fff;
    background: #B7C1D3;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid #B7C1D3;
}

.file-box {
    float: left;
    width: 220px;
}

.file {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}

.file .icon {
    padding: 15px 10px;
    text-align: center;
}

.file .icon i {
    font-size: 70px;
    color: #666;
}

.file .file-name {
    padding: 10px;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

/**********************************************

Lock Screen

************************************************/

.lockscreen {
    background-color: #f5f5f5;
    padding-top: 150px;
}

.locksreen-col {
    width: 220px;
    margin: 0 auto;
}

.lockscreen img {
    border: 6px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.account-col {
    width: 370px;
    margin: 0 auto;
    text-align: center;
}

.account {
    background: #f5f5f5;
    padding-top: 150px;
}

.account-col h3 {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

.account-col h1 {
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.error .container {
    max-width: 450px;
    text-align: center;
    padding-top: 200px;
}

body.error {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.error-box {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
}

.gallery-col a {
    display: block;
    width: 20%;
    float: left;
    padding: 3px;
}

.tag-list a:hover {
    color: #01a8fe;
    border-color: #01a8fe;
}

.tag-list a {
    display: inline-block;
    margin: 3px;
    padding: 1px 5px;
    color: #666;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.price-box {
    box-shadow: 1px 2px 15px rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 1px 2px 15px rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-align: center;
    padding-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.price-box.popular h3 {
    background-color: #01a8fe;
    color: #fff;
}

.price-box:hover {
    box-shadow: none;
    -webit-box-shadow: none;
}

.price-box h3 {
    color: #333;
    background-color: transparent;
    text-transform: uppercase;
    padding: 20px;
    margin-bottom: 0px;
    font-weight: 700;
}

.price-box h4 {
    font-size: 40px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.price-box h4 sup, .price-box h4 sub {
    font-size: 12px;
}

.price-box h4 sup {
    vertical-align: top;
    top: 9px;
    font-weight: 400;
}

.price-box h4 sub {
    vertical-align: bottom;
    bottom: 7px;
    left: -9px;
    font-weight: 400;
}

.price-box h4 span {
    display: block;
    font-size: 13px;
    color: #01a8fe;
    font-weight: 600;
    margin-top: 5px;
}

.price-box ul {
    text-align: left;
}

.price-box ul li {
    padding: 8px 25px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.price-box ul li i {
    color: #01a8fe;
    margin-right: 10px;
}

.price-box p {
    padding: 20px 25px;
    font-size: 12px;
    line-height: 18px;
}

.price-box.dark {
    background-color: #222;
    border: 0px;
}

.price-box.dark h4, .price-box.dark h3 {
    color: #fff;
    background-color: rgba(68, 70, 79, 0.5);
}

.price-box.dark.popular h3 {
    background-color: #01a8fe;
}

.price-box.dark ul li {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
}

.price-box.dark p {
    color: rgba(255, 255, 255, 0.8);
}

.socials li a:hover {
    color: #fff;
    background-color: #01a8fe;
}

.socials li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #4c5761;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    font-size: 18px;
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .wdt-lable {
        width: 100%;
        text-align: center;
    }
    .background-icon {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .wdt-lable {
        width: 70%;
    }
}

.bwizard ul.bwizard-steps {
    margin-bottom: 30px;
}

.bwizard ul.pager {
    margin-bottom: 0px;
}

.bwizard-steps li a {
    display: block;
    padding: 8px 20px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #666;
    border-radius: 5px;
    margin-bottom: 5px;
}

.bwizard-steps li.completed a {
    background-color: #333;
    color: #fff;
}

.bwizard-steps li.active a {
    background-color: #01a8fe;
    color: #fff;
}

.bwizard-steps li.completed a {
    background-color: #01a8fe;
    color: #fff;
}

.pager li>a, .pager li>span, .pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 15px;
}

.pager li>a:hover, .pager li>span:hover, .pager li>a:focus, .pager li>span:focus {
    background-color: #01a8fe;
    color: #fff;
}

input[type=checkbox], input[type=radio] {
    margin: 8px 0 0;
}

.bwizard .control-label {
    font-size: 12px;
}

.dropzone {
    min-height: 150px;
    border: 1px dotted rgba(0, 0, 0, 0.3) !important;
    background: white;
    padding: 20px 20px;
    margin-top: 20px;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: #000!important;
    opacity: 1;
}

.progress {
    -webkit-box-shadow: none !important;
    background-color: rgba(120, 130, 140, 0.13);
    box-shadow: none !important;
    height: 4px;
    border-radius: 0px;
    margin-bottom: 18px;
    overflow: hidden;
}

#markermap {
    min-height: 300px !important;
}

.white {
    background: #fff;
}

.h370 {
    height: 370px;
}

.h180 {
    height: 180px;
}

.h600 {
    height: 600px;
}

.w80 {
    width: 80px;
}

.wmap {
    width: 100%;
    height: 280px
}

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

.sq100 {
    width: 100px;
    height: 100px;
}

.h20 {
    height: 20px;
}

.vpmap {
    width: 100%;
    height: 550px
}

.page-loading {
    display: flex;
    background-color: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80svh;
    height: 80svh;
    border-bottom: 1px solid rgba(128, 128, 128, 0.23);
    border-left: 1px solid rgba(128, 128, 128, 0.23);
    border-right: 1px solid rgba(128, 128, 128, 0.23);
    border-radius: 4px;
}

body {
    background: #fbfbfb;
}

.w-100 {
    width: 100%;
}

.d-flex {
    display: flex;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.modal {
    overflow-y: auto;
    z-index: 1060 !important;
}

.mx-1 {
    margin-left: 10px;
    margin-right: 10px;
}

.my-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mr-1 {
    margin-right: 10px;
}

.ml-1 {
    margin-left: 10px;
}

.mt-1 {
    margin-top: 10px;
}

.align-self-center {
    align-items: center;
    align-self: center;
    display: flex;
}

.lh-16 {
    line-height:16px;
}

.mt-2 {
    margin-top: 20px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.text-uppercase {
    text-transform: uppercase;
}

.campo-obrigatorio {
    font-size: 13px;
    color: rgba(255, 0, 0, .8);
    margin-left: 5px;
}

.text-white {
    color: #fff;
}

button, div, select, option, p, small, textarea, span, strong, input, label, a, tr, th, td, thead, tbody, .form-control {
    outline: none !important;
}

label {
    font-weight: normal;
}

input:focus {
    border-color: #0099da;
}

.no-padding {
    padding: 0 !important;
}

.btn-enviar-email {
    color: #fff;
    background-color: #009688 !important;
    border-color: #009688 !important;
    float: right;

}

.btn-atualizar-validade {
    color: #fff;
    background-color: #0099da !important;
    border-color: #0099da !important;
    float: right;

}

.alert-danger {
    color: #da0000;
    font-size: 12px;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.texto-login {
    position: absolute;
    bottom: 0;
    width: 200px;
    left: 50%;
    margin-left: -100px;
}

.page-header.navbar .top-menu .navbar-nav>li>a:hover i, .page-header.navbar .top-menu .navbar-nav>li>a:focus i {
    color: #fff !important;
}

.page-header.navbar .top-menu .navbar-nav>li>a:hover .ring {
    border-color: white;
    color: #fff;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle {
    height: 48px;
}

.navbar-minimalize {
    padding: 0 25px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.badge {
    float: right;
}

.sidebar-nav ul:first-child>app-menu-tree>li:first-child>a {
    border-top: none !important;
}

th {
    white-space: pre;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 8px !important;
}

.content-wrapper>div>div {
    padding: 20px;
}

table.dataTable.no-footer {
    margin-bottom: 20px;
}

.btn-new {
    padding: 4px 15px;
    text-transform: uppercase;
}

.btn-edit:active, .btn-edit:hover, .btn-edit:focus {
    background-color: #3d903d !important;
    border-color: #357135 !important;
}

.btn-edit {
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px !important;
    text-transform: uppercase;
    background-color: #5cb85c;
    border-color: #5cb85c;
    font-weight: bold;
    letter-spacing: .2px;
}

.selects-usuario {
    width: 100%;
}

.countplaceholder {
    background: #0099da;
    color: #fff;
    padding: 5px 6px;
    border-radius: 40px;
    font-size: 15px;
}

.selected-list {
    border: 1px solid rgba(0, 0, 0, .1);
}

.selected-list .c-list .c-token {
    list-style: none !important;
    padding: 3px 20px 3px 8px !important;
    border-radius: 4px !important;
    margin-right: 5px !important;
    margin-top: -5px !important;
    float: left !important;
    position: relative !important;
    background: #0099da !important;
    color: #fff !important;
    font-size: 11px !important;
    height: 21px;
}

.busca-topo {
    position: relative;
}

#searchPlaces::placeholder {
    font-weight: normal;
    color: rgba(0, 0, 0, .3);
}

#searchPlaces {
    color: #000;
    font-weight: normal;
    border: 1px solid rgba(0, 0, 0, .5);
}

#searchPlaces:focus {
    border-color: #0099da;
    box-shadow: none;
}

.agm-map-container-inner.sebm-google-map-container-inner {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px;
}

.map-border-rounded > .agm-map-container-inner.sebm-google-map-container-inner {
    border-radius: 10px !important;
}

.map-fill-heigth > .agm-map-container-inner.sebm-google-map-container-inner {
    min-height: 611px;
    max-height: 100%;
}

.comment::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}

.comment::-webkit-scrollbar-button {
    width: 10px;
    background: transparent;
}

.comment::-webkit-scrollbar-track {
    width: 10px;
    background: rgba(241, 241, 241, .6);
    border-radius: 100px;
}

.comment::-webkit-scrollbar-track-piece {
    width: 10px;
    background: transparent;
    border-radius: 100px;
}

.panel-list {
    padding: 0 15px !important;
}

.desabilitado {
    filter: grayscale(1);
}

.distancia {
    color: rgba(0, 0, 0, .4);
    font-size: 12px;
}

.message-content {
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: transparent !important;
}

.modal-body label {
    font-weight: normal;
}

.card-stats-title {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.card-stats-title+h4 {
    font-weight: bold;
}

.card-hover:hover {
    cursor: pointer;
    transform: scale(1.1);
    background: #007ad9;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.color-highlight {
    color: #0099da;
}

.highlight {
    background: #0099da;
}

.highlight-2x {
    background: rgba(0, 163, 218, 1);
}

.highlight-3x {
    background: rgba(0, 183, 218, 1);
}

.highlight-4x {
    background: rgba(0, 193, 218, 1);
}

.highlight-5x {
    background: rgb(183, 183, 183);
}

.highlight-6x {
    background: #6f6f6f;
}

.selected-item {
    background: #e9f4ff;
}

.pure-checkbox input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.pure-checkbox input[type=checkbox]+label {
    position: relative;
    padding-left: 2em;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin: 0;
    font-weight: 300;
}

.pure-checkbox input[type=checkbox]:checked+label::before {
    background: #0099da;
}

.pure-checkbox input[type=checkbox]+label::before {
    color: #0099da;
    border: 1px solid #0099da;
}

.pure-checkbox input[type=checkbox]+label::after {
    box-sizing: content-box;
    content: '';
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    background-color: transparent;
    top: 50%;
    left: 3px;
    width: 9px;
    height: 4px;
    margin-top: -5px;
    border-style: solid;
    border-width: 0 0 2px 2px;
    -o-border-image: none;
    border-image: none;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
}

.pure-checkbox input[type=checkbox]:checked+label::after {
    content: '';
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.pure-checkbox input[type=checkbox]+label::after {
    background-color: #0099da;
    border-color: #fff;
}

/* .btn-filtrar {
    margin-top: 24px;
} */

.overflow-inherit {
    overflow: inherit !important;
}

.titulo-os {
    color: #000;
    text-align: left !important;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.text-atualizacao {
    color: #000;
    text-align: center !important;
    font-weight: bold;
    font-size: 25px;
}

.text-atualizacao-value {
    color: #000;
    text-align: center !important;
    font-weight: bold;
    font-size: 80px;
}

.filtro-os {
    padding: 10px;
}

.table-os {
    background: white;
    border-radius: 10px;
}

.fade {
    opacity: 1;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.md-drppicker.double {
    width: 610px !important;
    right: 10px !important;
    top: 120% !important;
    left: auto !important;
}

.md-drppicker .ranges ul li button.active, .md-drppicker .btn, .md-drppicker td.active, .md-drppicker td.active:hover {
    background: #0099da !important;
}

.conteudo-modal-os-geral {
    padding: 15px;
}

.nav-item .nav-link.active, .nav-item:hover .nav-link {
    background: #0099da;
    color: #fff;
}

.coluna {
    width: 14.2%;
    position: relative;
    min-height: 1px;
    padding-right: .3%;
    padding-left: .3%;
    float: left;
}

.modal.fade .modal-dialog {
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}

.perfil{
    height: 150px;
    width: 150px;
    max-width: 150px;
    max-height: 150px;
    min-height: 100%;
    min-width: 100%;
}

.perfil-tecnico {
    height: 150px;
    width: 150px;
    max-width: 150px;
    max-height: 150px;

}

textarea {
    resize: none;
}

.form-login-img {
    height: 130px;
    margin: 30px 0;
}
