/* Global Styles */

/* ------------------------------- */

body {
    padding-top: 100px;
    background-color: #f8f8f8;
    font-family: 'Roboto', sans-serif;
    position: relative;
    width: 100%;
    height: 100%;

}

@media(min-width:768px) {
    body {
        padding-top: 50px;
    }
}

/* Wrappers */

/* ------------------------------- */

#wrapper {
    width: 100%;
    height: 100%;
    background-color: #3D4148;
}

#page-wrapper {
    padding: 0 30px;
    height: calc(100% - 50px);
    overflow: auto;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: fixed;
        width: 100%;
        padding-left: 280px;
        border-left: 1px solid #e7e7e7;
    }
}

/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */

.nav{
    margin-bottom: 1px;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.message-dropdown {
    border-radius: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}


/* POG NEKAS */
.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
    background-color: #3D4148;
    color: #fff!important;
    border-radius: 0;
    margin: 0;
}

.navbar-top-links .dropdown-user li a {
    color: #fff!important;
}

.navbar-top-links .dropdown-menu li a {
    color: black;
}
.navbar-top-links .dropdown-menu li a:hover, .navbar-top-links .dropdown-menu li a:focus {
    color: white;
}

.navbar-top-links .dropdown-menu li a:hover, .navbar-top-links .dropdown-menu li a:focus{
    background: #2B2B2B;
    transition: background-color 0.5s ease;
    box-shadow: -4px 0px 0px -1px #e99d1a;
}


/* Sidebar Menu Styles */

.navbar-static-side ul li {
    /*
    border-bottom: 1px solid #5F5D67;
    */
}

.sidebar-search {
    padding: 15px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 52px;
}


@media(min-width:768px) {
    .navbar-static-side {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 55px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

@media(min-width:767px) {
    .sidebar-collapse {
       display: block;
       visibility: visible;
    }
}

@media(max-height:600px) and (max-width:767px) {
    .sidebar-collapse {
        max-height: 300px;
        overflow-y: scroll;
    }
}

@media(max-height:400px) and (max-width:767px) {
    .sidebar-collapse {
        max-height: 200px;
        overflow-y: scroll;
    }
}

/* Buttons */

/* ------------------------------- */

.btn {
    border-radius: 0!important;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary {
    background: #337ab7;
    border-radius: 0;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/* Pages */

/* ------------------------------- */

/* Dashboard Chat */

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* Login Page */

.login-panel {
    /*margin-top: 25%;*/
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* DataTables Overrides */
/*
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}
*/
/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

/* POG NEKAS */

#description {
    cursor: pointer;
}

.nav-pills {
    /*border-bottom: 1px solid #3D4148;*/
    border-bottom: 1px solid #d0d1d2;
}

.nav-pills > li > a {
    color: #333!important;
    border-radius: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff!important;
}

footer {
    text-align: center;
    border: 1px solid;
    left: 2px!important;
    bottom: 2px!important;
}

#xpto {
    font-size: 24px;
    margin-bottom: 10px;
}

#xpto:hover {
    text-decoration: none;
}

#xpto .glyphicon {
    top: 3px!important;
}

.btn {
    border-radius: 0!important;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default img {
    height: 50px;
    display: inline-block;
    padding: 4px 4px;
    float: left;
    border-color: transparent;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
    color: #e99d1a;
    transition: color 0.5s ease;
}

.nav > li > a {
    color: #fff;
}

.navbar-top-links > li > a:hover, .navbar-top-links > li > a:focus {
    background: #3D4148;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #3D4148;
}



.sidebar-collapse > .nav > li > a:hover, .sidebar-collapse > .nav > li > a:focus{
    background: #2B2B2B;
    /*    border-left: 3px solid #e99d1a;
        text-indent: 22px;*/
    /*-webkit-box-shadow: 5px 0 3px -2px #e99d1a;
    box-shadow: 5px 0 3px -2px #e99d1a;*/
    border-left: 3px solid #e99d1a;
    transition: background-color 0.5s ease;
}

.sidebar-collapse > .nav > li > a {
    transition: all 0.5s;
}

/*.sidebar-collapse > .nav > li:hover {
    box-shadow: 0px 0px 0px 2px #e99d1a;
}*/


.navbar-static-side {
    height: 100vh;
    overflow-y: auto;
}

@media(max-width: 768px) {
    .navbar-static-side {
        height: auto;
        overflow-y: auto;
    }
}

@media(min-width: 768px) {
    .navbar-static-side {
        height: 100vh;
        overflow-y: auto;
    }
}

.navbar-default {
    /*background-image: -webkit-linear-gradient(top, #333 0%, #3D4148 100%);
    background-image: -o-linear-gradient(top, #333 0%, #3D4148 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#3D4148));
    background-image: linear-gradient(to bottom, #333 0%, #3D4148 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#3D4148', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/

    background: #3D4148 repeat-x;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(51, 51, 51, 0.15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(51, 51, 51, 0.15), 0 1px 5px rgba(0, 0, 0, .075);
}

.label {
    border-radius: 0;
}

.login-background {
    background-color: #3a567d;
}

.login-panel {
    border: 0!important;
    background-color: transparent!important;
    box-shadow: 0 0 0!important;
    margin-top: 20px;
    text-align: center;
    font-size: 30px;
    color: white;
    font-weight: bold;
}

.form-control {
    border-radius: 0!important;
}


.user-group{
    display: flex;
    align-items: center;
    margin: 0 -15px 15px;
}

.user-label{
    padding-top:0!important;
    margin-bottom: 0;
    text-align: right;
}

.has-error .user-label{
    color: #a94442;
}

.toggle-passwd{
    position: absolute;
    padding-top: 0.7em;
    padding-right: 3em;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: .5;
}

.dropdown-menu .divider {
    background-color: #5F5D67;
}

.lista-header {
    font-weight: bold;
    border-bottom: 0;
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #e99d1a;
    background-color: #3D4148;
    border-bottom: 0!important;
}

.lista-loja {
   /* background-color: #585B63;*/
    background-color: #3D4148;
    border-bottom: 0!important;
    font-size: 16px;
}



.lista-loja > a{
    position: relative;
    display: block;
    padding: 10px 15px;
    color: white;
    text-decoration: none;
    transition: all 0.5s;


    /*text-indent: 22px;*/
}

.lista-loja > a:hover {
    background: #2B2B2B;
    /*    border-left: 3px solid #e99d1a;
        text-indent: 22px;*/
    /* -webkit-box-shadow: 5px 0 3px -2px #e99d1a;
     box-shadow: 5px 0 3px -2px #e99d1a;*/
    border-left: 3px solid #e99d1a;
    transition: background-color 0.5s ease;
}

.glyphicon {
    width: 1.5em;
    height: 1.5em;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #3D4148!important;
}

#descriptab {
    /*padding: 20px;*/
}

/* MENU LATERAL Acordion*/

#accordian {
    margin: 0 auto;
    color: white;

}
/*heading styles*/
#accordian h3 {
    font-size: 12px;
    line-height: 34px;
    padding: 0 10px;
    cursor: pointer;
    /*fallback for browsers not supporting gradients*/
    background: #003040;
    background: linear-gradient(#003040, #002535);
}

#accordian ul {
    padding: 0;

    background: rgb(71, 75, 82);


}
/*heading hover effect*/
#accordian h3:hover {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordian h3 span {
    font-size: 16px;
    margin-right: 10px;
}
/*list items*/
#accordian li {
    list-style-type: none;
}
/*links*/
#accordian ul ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    display: block;
    padding: 4px 34px;
    /*transition for smooth hover animation*/
    transition: all 0.5s;
}
/*hover effect on links*/
#accordian ul ul li a:hover {
    background: #003545;
    border-left: 5px solid lightgreen;
}

/*#accordian ul ul {
    display: none;
}*/
#accordian li.active ul {
    display: block;
}

#side-menu {
    font-size: 14px;
}

#accordion1 li.panel{
    margin-bottom: 0;
    border-radius: 0;
    font-size: 14px;
}

.profiles .form-group .editable-click, a.editable-click, a.editable-click:hover {
    padding-top: 0;
}

.form-info label {
    padding-right: 0;
}


/* flat buttons */

.flat-butt {
    display: inline-block;
    /*margin: 0 5px;*/
    /*border-radius: 6px;*/
    /*font-family: "Lato", sans-serif;*/
    font-size: 16px;
    padding: 12px 20px;
    border: 0;
    background: #34495E;
    color: #FFF;
    cursor: pointer;
    outline: 0;
}
.flat-butt:hover {
    background: #005580;
}

.flat-primary-butt {
    color: white!important;
    background: #1abc9c;
}
.flat-primary-butt:hover {
    color: white!important;
    background: #2fe2bf!important;
    text-decoration: none;
}

.flat-info-butt {
    background: #3498db;
}
.flat-info-butt:hover {
    background: #5dade2;
    color: white!important;
}

.flat-danger-butt {
    border-radius: 20px;
    padding: 7px 10px!important;
    background: #e74c3c!important;
    min-height: 0px!important;
}
.flat-danger-butt:hover {
    background: #ec7063!important;
    color: white!important;
    text-decoration: none;
}

.flat-active-butt {
    border-radius: 20px;
    padding: 7px 10px!important;
    background: #1abc9c!important;
    min-height: 0px!important;
}
.flat-active-butt:hover {
    background: #2fe2bf!important;
    color: white!important;
    text-decoration: none;
}

.flat-edit-butt {
    border-radius: 20px;
    padding: 7px 10px;
    background: #3498db;
}
.flat-edit-butt:hover {
    background: #5dade2;
    color: white;
    text-decoration: none;
}


.gm-style {
    border: 3px solid #34495e;
}

.info-label {
    font-size: 16px;
    margin-bottom: 5px;
    padding: 5px;
}

.edit_link {
    padding: 5px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.edit_link:hover {
    /*box-shadow: inset 0 0 2px #005580;*/
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.inactive_link {
    padding: 5px;
    transition: all 0.5s ease-in-out;
    cursor: default;
    font-weight: 400;
}

.inactive_link:hover {
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.edit_logo {
    display: none;
    transition: all 1.5s ease-in-out;
}

.edit_link:hover .edit_logo {
    display: inline;
    padding-left: 8px;
}

input[type="checkbox"]:focus {
    outline: none;
    border-radius: 0.25em;
    box-shadow: inset 0 0 0.1em 0 white;
}

input[type="checkbox"] {
    width: 1.25em;
    height: 1.25em;
    position: relative;
    appearance: none;
    border-radius: 0.25em;
    margin: 1px 0 0!important;
    margin-left: -25px!important;
}

input[type="checkbox"]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.15em solid gray;
    border-radius: 0.25em;
    z-index: 1;
}

input[type="checkbox"]::before {
    content: '\f00c';
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-family: FontAwesome;
    font-size: 0.75em;
    line-height: 1.65em;
    background: #3399AA;
    z-index: 2;
    border-radius: 0.3em;
    transition: opacity .2s;
    opacity: 0;
}

input[type="checkbox"]:focus::before {
    box-shadow: inset 0 0 0.1em 0 white;
}

input[type="checkbox"]:checked::before {
    opacity: 1;
}

.def-label {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 25px;
    color: #3d4148;
}

.premium {
    left: -2px;
    cursor: default;
}

.setting-disabled {
    font-style: italic;
    color: gray;
}

/* switch material desgin */

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.table tr {
    text-align: center;
}

.table > thead:first-child > tr:first-child > th {
    text-align: center;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.table > thead {
    color: white;
    background-color: #34495E;;
}

.table > thead > tr > th {
    border: 0;
}

.table {
    border: 0;
}

.glyphicon-remove {
    top: 2px;
    left: 0.5px;
}

.modal-content {
    border-radius: 0;
}

.modal-dialog{
    padding-top: 30px;
}

.panel-default {
    border-radius: 0!important;
}

#expand_graph , #expand_graph2, #saveIMG1, #saveIMG2, #saveIMG3, #saveIMG4, #saveIMG5, #saveIMG6, #saveIMG7, #saveIMG8{
    float: right;
    color: white;
}

.panel-default > .panel-headingStats {
    color: white;
    background-color: #34495E;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.radioStats {
    display: inline-flex!important;
}

.iconStats {
    margin-top: 0.2rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #3c5d7d!important;
}
/* forgive me */

/* Tabs panel */
.tabbable-panel {
    /*border:1px solid #eee;*/
    /*padding: 10px;*/
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}
.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #1abc9c;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #3c5d7d;
    position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}
.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    /*border-top: 1px solid #eee;*/
    padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #34495E;
}
.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/* datepicker dropdown*/

.datepicker.dropdown-menu {
    border-radius: 0!important;
}

.datepicker table tr td.selected.active {
    border-radius: 0!important;
}

.datepicker table tr td.selected{
    border-radius: 0!important;
}

.dataTables_filter label{
    font-weight: normal!important;
}

.nv-legend-symbol {
    stroke: #777!important;
}

.sorting_asc {
    text-align: center!important;
}

.sorting_desc {
    text-align: center!important;
}

.sorting {
    text-align: center!important;
}

.body-notfound {
    padding-top: 0px;
    background-color: transparent!important;
    display: flex;
    align-items: center;
}

.h1-notfound{
    font-size: 200px;
    font-weight: 100;
}

.msg-notfound{
    padding: 15px;
    font-size: 30px;
    font-weight: 100;
}

.align-icons{
    width: inherit !important;
    height: inherit !important;
}
