 body.mw {
     font-family: 'Open Sans', sans-serif;
     background-color: #FFF;
 }


 /* anular regras do bootstrap-mapfre-custom.css */
 
.mw .loader .message { left: 50%; } 

.mw .form-control {
    width: inherit;
}
.mw .form-horizontal .control-label {
    padding-top: 0px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 10px !important;
    color: #d7230f;
    font-size: 0.8em;
}
.mw .form-horizontal.form-right .control-label {
	text-align: right;
}
.mw .form-horizontal.form-right .control-label.text-left {
	text-align: left;
}
.mw .form-horizontal .control-label.no-side-padding {
    padding-left: 0 !important;
}

.mw .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.mw .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.mw span.mpt-field-input,
.mw span.mpt-field-combo
 {
	padding-left: 0px;
}

 .mw a {
     color: #222;
     outline: 0;
 }
 .mw a:focus,
 .mw a:active {
     text-decoration: none;
 }

h1, h2, h3, h4, h5, h6{
    word-wrap: break-word;
}
 /* ========== Toggle Styles ========= */

 .mw #wrapper {
     padding-left: 0;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
 }
 /* .mw #wrapper.left-toggled {
     padding-left: 250px;
 } */
 .mw #wrapper.right-toggled {
     padding-right: 90px;
 }
 .mw #left-sidebar-wrapper {
     z-index: 1000;
     position: fixed;
     left: 0px;
     width: 230px;
     height: 100%;
     /* margin-left: -230px; */
     overflow-y: auto;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7230f+0,bf2511+100 */

     background: #d7230f;
     /* Old browsers */

     background: -moz-linear-gradient(top, #d7230f 0%, #bf2511 100%);
     /* FF3.6-15 */

     background: -webkit-linear-gradient(top, #d7230f 0%, #bf2511 100%);
     /* Chrome10-25,Safari5.1-6 */

     background: linear-gradient(to bottom, #d7230f 0%, #bf2511 100%);
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

     filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d7230f', endColorstr='#bf2511', GradientType=0);
     /* IE6-9 */
 }
 .mw #right-sidebar-wrapper {
     z-index: 1000;
     position: fixed;
     right: 90px;
     width: 0;
     height: 100%;
     margin-right: -90px;
     overflow-x: hidden;
     overflow-y: auto;
     background: #FFF;
     border-left: 1px solid #cacaca;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     box-shadow: 0px 0px 5px 0px #ccc;
 }
 .mw #wrapper.right-toggled #right-sidebar-wrapper {
     width: 90px;
 }
 .mw #page-content-wrapper {
     width: 100%;
     position: relative;
     padding: 15px;
     overflow-x: hidden;
 }
 /* .mw #wrapper.left-toggled #page-content-wrapper {
     position: absolute;
     margin-right: -230px;
 } */
 .mw #wrapper.right-toggled #page-content-wrapper {
     position: absolute;
 }

 .mw #left-sidebar-wrapper a.active {
     font-weight: bold;
 }

 /*  ========== Tabs ============== */
 .mw .nav-tabs { border: 0; }
 .mw .nav-tabs > li > a {
    cursor:pointer;
    font-weight: 600;
    font-size: 0.8em;
    border: 0;
    border-bottom: 3px solid transparent;
    opacity: 0.8;
 }
 .mw .nav-tabs > li.active > a, .mw  .nav-tabs > li.active > a:hover, .mw .nav-tabs > li.active > a:focus {
    color: #d81e05;
    font-size: 0.9em;
    font-weight: 800;
    border: 0;
    border-bottom: 3px solid #d81e05;
    opacity:1;
}

 /*  ========== Popover  ========== */
 .mw .popover{
    background-color: #3A3A3A;
    border-radius: 0;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    max-width: 380px;
    position: fixed !important; /**************** <-------------- ********/
 }
 .mw .popover.left > .arrow::after {
    border-left-color: #3a3a3a;
}
.mw .popover.top > .arrow::after {
    border-top-color: #3a3a3a;
    }
.mw .popover h3.title{
    font-weight: 300;
    font-size: 15px;
    margin-top: 0;
}
.mw .popover-text{
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    line-height: 100%;
}
.mw a.popover-link{
    color: #FFF;
    font-size: 11px;
}
.mw a.popover-link:hover{
    text-decoration: none;
    color: #e8e8e8;
}
.mw .popover-more{
     font-size: 14px;
     color: #FFF;
     background-color: #ED1C23;
     border-radius: 50%;
     padding: 3px 9px;
     -webkit-box-shadow: -5px 5px 14px -3px rgba(34, 34, 34, 0.95);
     -moz-box-shadow: -5px 5px 14px -3px rgba(34, 34, 34, 0.95);
     box-shadow: -5px 5px 14px -3px rgba(34, 34, 34, 0.95);
}
.mw .popover-content .scrollable {
    max-height: 50vh;
    overflow: auto;
}
.mw .popover-content .scrollable::-webkit-scrollbar {
	width: 12px;
	background-color: rgba(0, 0, 0, .075);
}
.mw .popover-content .scrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .075);
}
.mw .popover-content .scrollable::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #ED1C23;
}
.mw .popover-content .popover-text.popover-detail-text {
    display: block;
    margin: 0;
    line-height: 0;
}
.mw .popover-content .popover-text.popover-detail-text span {
    display: block;
    font-weight: normal;
    float: right;
}
.mw .popover-content a.popover-link .popover-more-text {
    line-height: 3em;
}

 /*  ========== Sidebar Styles  ========== */

 .mw .sidebar-nav {
     position: relative;
     top: 0;
     width: 220px;
     margin: 0;
     padding: 0;
     list-style: none;
     float: left;
 }
 .mw .sidebar-nav-right {
     width: 90px;
 }
 .mw .sidebar-nav-bottom {
     margin-top: 60px;
     border-bottom: 1px solid #ac2717;
     border-top: 1px solid #ac2717;
     padding-top: 15px;
     padding-bottom: 30px;
 }
 .mw .sidebar-nav-logout {
     margin-top: 20px;
 }
 .mw .sidebar-nav-logout img.logout {
     margin-right: 8px;
 }
 .mw .sidebar-nav li {
     line-height: 40px;
     float: left;
     width: 100%;
 }
 .mw .sidebar-nav li a {
     display: block;
     text-decoration: none;
     color: #FFF;
     font-family: 'Open Sans', sans-serif;
 }
 .mw #left-sidebar-wrapper .sidebar-nav li.menu-item:hover {
     background-color: #972e20;
 }
 .mw .sidebar-nav li.menu-item a {
     font-family: 'Open Sans', sans-serif;
     font-size: 18px;
     font-weight: 400;
     float: left;     
     padding-right: 14px;
     padding-left: 14px;
     background: transparent;
     border: 0px;
     border-bottom: 1px solid #e15746;
 }
 .mw .sidebar-nav li.menu-item-right a {
     font-family: 'Open Sans', sans-serif;
     font-size: 12px;
     font-weight: 300;
     line-height: 1.2;
     float: left;
     border-bottom: 1px solid #E1E1E1;
     padding-right: 15px;
     padding-left: 15px;
     color: #222;
     text-align: center;
     width: 100%;
     padding-bottom: 20px;
     padding-top: 20px;
 }
 .mw .sidebar-nav li.menu-item-right a img {
     margin-bottom: 10px;
 }
 .mw .sidebar-nav li.menu-item-right a:hover {
     background: rgba(0, 0, 0, 0.04) none repeat scroll 0 0;
     color: #222;
     text-decoration: none;
 }
 .mw .sidebar-nav-logout li.menu-item a {
     border: 0;
 }
 .mw .sidebar-nav li.menu-item a .notification {
     font-size: 13px;
     position: relative;
     left: 8px;
     top: -8px;
     background-color: #222;
     border-radius: 50%;
     padding: 4px 9px;
     -webkit-box-shadow: -5px 5px 14px -3px rgba(34, 34, 34, 0.95);
     -moz-box-shadow: -5px 5px 14px -3px rgba(34, 34, 34, 0.95);
     box-shadow: -5px 5px 14px -3px rgba(34, 34, 34, 0.95);
 }
 .mw .sidebar-nav li.menu-item-right a .notification-right {
     font-size: 13px;
     color: #FFF;
     position: absolute;
     background-color: #ED1C23;
     border-radius: 50%;
     padding: 5px 9px;
     margin-left: -8px;
     margin-top: -8px;
     -webkit-box-shadow: -5px 5px 14px -3px rgba(34, 34, 34, 0.95);
     -moz-box-shadow: -5px 5px 14px -3px rgba(34, 34, 34, 0.95);
     box-shadow: -5px 5px 14px -3px rgba(34, 34, 34, 0.95);
 }
 .mw .sidebar-nav li a:hover {
     text-decoration: none;
     color: #e8e8e8;
 }
 .mw .sidebar-nav li.menu-item-active a {
     font-weight: 800;
 }
 .mw .sidebar-nav > .sidebar-brand {
     height: 65px;
     font-size: 18px;
     line-height: 60px;
     padding-left: 0px;
 }
 .mw .menu-sideload-logo {
    width: 207px;
}
 .mw .sidebar-nav > .sidebar-brand a {
     color: #999999;
 }
 .mw .sidebar-nav > .sidebar-brand a:hover {
     color: #fff;
     background: none;
 }
 .mw .sidebar-nav li.has-children, .has-children a{
    background-color: #972e20;
    margin-left: -10px;
    padding-left: 20px;
    width: 230px;
 }
  .mw .sidebar-nav li.has-children a{
    border: 0;
  }
  .mw .collapse.in a{
    width: 100%;
    font-size: 12px !important;
    margin-left: 10px;
    line-height: 30px;
  }
  .mw .collapse.in a:last-child{
    padding-bottom: 10px;
  }
/*
.mw .sidebar-nav li.menu-item:not(.sub-menu) > a::after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    right: 5px;
    transition: 0.5s;
}
.mw .sidebar-nav li.menu-item:not(.sub-menu):hover > a::after {
    opacity: 1;
}
.mw .sidebar-nav li.menu-item.sub-menu > a::after {
    content: '\002b';
    position: absolute;
    opacity: 0;
    right: 5px;
    transition: 0.5s;
}
.mw .sidebar-nav li.menu-item.sub-menu:hover > a::after {
    opacity: 1;
}
.mw .sidebar-nav li.menu-item.sub-menu.has-children > a::after {
    content: '\002d';
    position: absolute;
    opacity: 1;
    right: 5px;
}
.mw .sidebar-nav li.menu-item.sub-menu .sub-bar > a.fg-button::after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    right: 5px;
    transition: 0.5s;
}
.mw .sidebar-nav li.menu-item.sub-menu .sub-bar > a.fg-button:hover::after {
    opacity: 1;
}
*/
 /*  ========== Toggle Buttons  ========== */

 .mw #left-menu-toggle {
     position: relative;
     left: 0;
     bottom: 0;
     z-index: 1001;
     display: none;
 }
 .mw .glyphicon-menu-hamburger {
     font-size: 17px;
     color: #FFF;
     top: 1px;
 }
 .mw .red-title{
    color: #d7230f;
 }

.mw span.red-title h4 {
    margin-top: 20px;
    font-size: 1.5em;
    margin-bottom: 0;
    text-shadow: none;
    font-weight: 800;
}


 /*  ========== FORMS  ========== */

.mw .form-group label{
    /*border-bottom: 1px solid #CCC;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    /*line-height: 2.36;*/
    margin-bottom: 0;
    padding-left: 10px;
    word-break: break-word;
}

.mw /*.form-group*/ .form-control:not(.mpt-field-textarea), .mw input[type=text]{
    border: 0;
    border-radius: 0;
    /*border-bottom: 1px solid #CCC;*/
    background-color: transparent;
    box-shadow: none;
}
.mw .no-padding{
    padding: 0 !important;
}
.mw .nib-padding{
    padding-left: 0 !important
}
.mw .form-section{
   background-color: #FFF;
   /* box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.25) !important; */
}
.mw .form-control[disabled], fieldset[disabled], input[disabled]{
   color: #222;
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   font-size: 14px;
}
/* do not group these rules */
 .mw .form-control::-webkit-input-placeholder {
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
 .mw .form-control:-moz-placeholder {
    /* FF 4-18 */
     color: #222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
 .mw .form-control::-moz-placeholder {
    /* FF 19+ */
     color: #222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
 .mw .form-control:-ms-input-placeholder {
    /* IE 10+ */
     color: #222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.mw select{
    padding-left: 5px;
}
span.select2-selection--single[role="combobox"],
.select2-container--default.select2-container--disabled .select2-selection--single {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #CCC;
    background-color: transparent;
}

span.select2-container--disabled span.select2-selection__rendered {
	color: #CCC!important;
}

span.select2-container--disabled span.select2-selection__arrow {
	display: none;
}

.mw button,  .mw input,  .mw select,  .mw textarea, .mw .form-control{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-overflow: ellipsis;
}

.mw .mpt-field-combo select {
    padding-left: 10px;
}

.mw .checkbox-inline + .checkbox-inline,  .mw .radio-inline + .radio-inline{
    margin-left: -5px;
    padding-left: 35px;
}
.mw .checkbox input[type="checkbox"], .mw .checkbox-inline input[type="checkbox"], .mw .radio input[type="radio"], .mw .radio-inline input[type="radio"]{
    position: relative;
    margin-left: 10px;
}
#inlineRadio1{
    margin-left: 0;
}
.mw .checkbox-inline, .radio-inline{
    width: 100%;
    border-bottom: 1px solid #CCC;
}
.mw .form-group .row{
    margin-left: 0;
    margin-right: 0;
}
.mw .text-bottom-actions ul li{
    display: inline-block;
    margin-top: 70px;
}
.mw .text-bottom-actions ul li a:hover{
    opacity: 0.55;
}
.mw .mpt-field-container {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.mw .mpt-field-container.no-side-padding {
	padding-left: 0;
	padding-right: 0;
}
.mw .mpt-field-container.no-padding-or-margins {
	margin: 0;
	padding:0;
}
.mw .mpt-field-container.mpt-field-container-compact {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.mw span.mpt-field-container span.btn-group label.btn{
    padding: 5px 20px 5px 20px;
    /*border-radius: 0;*/
}
.mw span.mpt-field-container span.btn-group label.btn p {
	margin: 3px;
}
.mw span.mpt-field-container .mpt-field-container-date{
    padding: 0 !important;
}
.mw span.mpt-field-container .mpt-field-date{
    width: 160px !important;
}
.mw span.mpt-field-container .mpt-field-number{
    width: 100% ;
}
.mw span.mpt-field-container .mpt-field-postalcode{
    width: 100% !important;
}
.mw span.mpt-field-container .mpt-field-phone{
    width: 100% !important;
}
.mw span.mpt-field-container .mpt-field-email{
    width: 100% ;
}
.mw span.input-group-addon{
    border: none;
    padding: 2px;
    background-color: transparent;
    font-size: 20px;
}
.mw span.input-group-addon .glyphicon.glyphicon-calendar{
    border: none;
    padding-left: 5px;
    background-color: transparent;
    font-size: 20px;
}

.mw .form-control[disabled],
.mw .form-control[readonly],
.mw fieldset[disabled] .form-control{
    opacity: 0.5 !important;
}

.mw select.form-control[disabled] ,
.mw select.form-control[readonly] {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.mw .form-horizontal .radio,
.mw .form-horizontal .checkbox,
.mw .form-horizontal .radio-inline,
.mw .form-horizontal .checkbox-inline {
    padding-top: 0 !important;
    height: 28px !important;
}
.mw .form-horizontal .radio input {
    height: 20px !important;
}

.mw select[multiple], select[size] {
    height: 34px;
}
.btn-link:hover, .btn-link:focus{
    text-decoration: none !important;
}

.mw button.mpt-field-button{
	border-radius: 10px;
    padding: 8px 20px;
    min-width: 120px;
    font-weight: 700;
    word-break: break-word;
    white-space: normal;
}
.mw .mpt-field-group button.mpt-field-button {
	padding: 0;
}

/* .mw button#adicionarBtn:before{
    position: relative;
    content: "\f067 ";
    right: 10px;
    font-family: FontAwesome;
} */

/* .mw button#readonlyBtn:before{
    position: relative;
    content: "\f040 ";
    right: 5px;
    font-family: FontAwesome;
} */

/* .mw button#gravarBtn:before{
    position: relative;
    content: "\f0c7 ";
    right: 5px;
    font-family: FontAwesome;
} */

/* .mw button#editarBtn:before{
    position: relative;
    content: "\f040 ";
    right: 5px;
    font-family: FontAwesome;
    text-decoration: none !important;
} */

/* .mw button#removerBtn:before{
    position: relative;
    content: "\f014 ";
    right: 5px;
    font-family: FontAwesome;
} */

/* .mw button#actualizarBtn:before{
    position: relative;
    content: "\f01e ";
    right: 5px;
    font-family: FontAwesome;
    text-decoration: none !important;
} */
.mw .btn {
    transition: all 0.3s ease;
    border-radius: 10px;
}
.mw .btn-inverted {
    background-color: #FFF;
    color: #d7230f;
}
.mw .btn-inverted:hover {
    background-color: #d7230f;
    color: #FFF;
}

.mw .table .btn-link{
    color: #000000;
}
.mw .table .btn-link:hover{
    color: #c3c3c3;
}
.mw .table > thead > tr > th,
.mw .table > tbody > tr > th,
.mw .table > tfoot > tr > th,
.mw .table > thead > tr > td,
.mw .table > tbody > tr > td,
.mw .table > tfoot > tr > td {
	vertical-align: inherit;
}

.mw .table-bordered {
    border:none !important;
}
.mw .table > thead > tr > th{
    border:none !important;
    color: #d81e05;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 5px 15px;
}
.mw .table-striped > tbody > tr {
	border: none;
	background: none;
}

.mw .table-striped > tbody > tr > td {
	padding: 10px 15px;
}
.mw .table-striped > tbody > tr:nth-of-type(odd) > td {
	background: #F2F2F2;
}
.mw .table-striped > tbody > tr:nth-of-type(odd) > td:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.mw .table-striped > tbody > tr:nth-of-type(odd) > td:last-child,
.mw .table-striped > tbody > tr:nth-of-type(odd) > td:not([style*="display: none"]):last-of-type {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.mw .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    border: none !important;
}
.mw .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
    border:none !important;
}

.mw table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, .mw table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	top: 50%;
	text-indent: 0;
	text-align:center;
	margin-top: -10px;
}
/*.mw .table > thead{
    border-bottom: 1px solid #c3c3c3;
}
.mw .table > tbody{
    border-bottom: 1px solid #c3c3c3;
}*/
.mw .toggle.btn {
    height: 30px !important;
    width: 60px !important;
    min-height: 0px;
    min-width: 0px;
    border-radius: 0px;
}
.mw .toggle-group .btn-primary.btn-sm.toggle-on{
    background-color: #a61704;
    border-color: #831203;
}
.mw .toggle-group .btn.btn-default.btn-sm.toggle-off{
    border-radius: 0px;
}
.mw .toggle-group .toggle-handle.btn.btn-default.btn-sm{
    margin: 0px !important;
    border-radius: 0px;
}
 /* ========== top bar mobile ========== */

 .mw .top-bar-mobile{
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7230f+0,bf2511+100 */
    background-color: #d7230f; /* Old browsers */
    display: none;
    text-align: center;
    padding: 5px 0;
 }
 .mw .date .input-group-addon{
    border: 0;
    background: transparent;
    font-size: 22px;
    position: relative;
    top: 5px;
    color: #d7230f;
    float: left;
 }
 .mw .col-lg-12.top-bar-mobile{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
 }
 /* ========== 404 error page ========== */
.mw .error_404 h1{
    font-weight: 700;
}
.mw .error_404 .row.form-section.mb-3{
    padding: 30px;
}
.mw .error_404 .right-image img{
   float: right;
}
.mw .error_404 .back-btn{
    border-radius: 0px;
    padding: 5px 20px 5px 20px;
    color: #ffffff;
    background-color: #C42511;
    border-color: #C42511;
}
.mw .error_404 .back-btn:hover{
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.mw .error_404 .contact_footer{
    color: #ffffff;
    background-color: #000000;
    padding: 5px 10px 20px 30px;
}
.mw .error_404 .contact_footer > p{
    font-weight: 700;
}
.mw .error_404 .contact_footer .number{
    display: inline-flex;
    position: relative;
    top: 20px;
}
.mw .error_404 .contact_footer .number h3{
    font-weight: 600;
}
/* ========== contact page ========== */
.mw .contact_page .row.form-section{
    padding: 30px;
}
.mw .contact_page table td{
    padding: 0px 10px 0px 5px;
}
.mw .contact_page .contact_footer{
    color: #ffffff;
    background-color: #000000;
    padding: 5px 10px 20px 30px;
}
.mw .contact_page .contact_footer > p{
    font-weight: 700;
}
.mw .contact_page .contact_footer .number{
    display: inline-flex;
    position: relative;
    top: 20px;
}
.mw .contact_page .contact_footer .number h3{
    font-weight: 600;
}

/* ================================= */
/*.mw span.form-group {
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.mw .mpt-field-text {
    line-height: 2em;
}*/
.mw .form-group {
	line-height: 2em;
	font-size: 1.1em;
}
.mw .form-group .mpt-field-text > span {
	line-height: 1.25em;
	display: inline-block;
}
.mw .mpt-field-container .mpt-field-round {
    background: #FFFFFF;
    border-radius: 0;
    border-bottom: 1px solid #CCC;
}
.mw .mpt-field-container.is-readonly .mpt-field-round {
	background: #F2F2F2;
    border-radius: 10px;
    border-bottom: 1px solid #CCC;
}
.mw .form-group .mpt-field-round-edit {
 background: white;
 border-radius: 10px;
 border: solid 1px;
 border-color: lightgray;
}
.mw .form-group .mpt-field-group {
	margin: 0 0 10px 0;
	min-height: 0;
}
.mw .form-group .mpt-field-group-links button.mpt-field-button {
	font-weight: 700;
    color: #333;
    font-size: 1.15em;
    padding-left: 5px;
}
.mw .form-group .mpt-field-group-links button.mpt-field-button i {
	padding-right: 10px;
	font-weight: 600;
	color: #d7230f;
}
.mw .form-group div.toggle-group label{
    padding-left: 0px!important;
    padding-top : 5px;
}

.mw .panel-accordion {
    color: #333;
}

.mw .panel-default > .panel-heading {
	border-top:  #d7230f 1px solid;
	background: transparent;
	padding: 10px 5px;
	font-size: 1.6em;
    font-weight: 600;
}

.mw .panel-heading .panel-accordion:after {
	color: #333;
	font-weight: 400;
    content: "\e259";
}
.mw .panel-heading .panel-accordion.collapsed:after {
    content: "\e258";
}


@media(max-width: 1300px){
    .mw .error_404 .right-image{
        display: none;
    }
    .mw .error_404 .error_message{
        padding-bottom: 30px !important;
        width: 100%;
    }
}
@media(max-width: 1050px){
    .mw .error_404 .contact_footer .number{
        width: 200px !important;
        padding-bottom: 20px !important;
    }
    .mw .contact_page .contact_footer .number{
        width: 200px !important;
        padding-bottom: 20px !important;
    }
}
@media(max-width: 991px){
    .mw span.mpt-field-container .mpt-field-postalcode{
        width: 85% !important;
    }
    .mw span.mpt-field-container .mpt-field-phone{
        width: 85% !important;
    }
    .mw input{
        margin-left: 5px;
        width: 85% !important;
    }
    .mw select{
        margin-left: 5px;
        width: 65% !important;
    }
    .mw .span.mpt-field-container .mpt-field-number{
        width: 85% !important;
    }
    .mw .radio{
        padding-left: 0;
    }
    .mw .address_field{
        height: 170px !important;
        padding: 0;
    }
}
@media(min-width:769px) {
     .mw #wrapper {
         padding-left: 230px;
         padding-right: 90px;
     }
}
@media(min-width:768px) {
    /* .mw #wrapper.left-toggled {
        padding-left: 0;
    } */
    .mw #wrapper.right-toggled {
        padding-right: 0;
    }
    .mw .top-bar-logo{
        margin: 0 auto;
        float: none;
        margin-left: -20px;
    }
    .mw #right-sidebar-wrapper {
        width: 91px;
    }
    .mw #wrapper.right-toggled #right-sidebar-wrapper {
        width: 0;
    }
    /* .mw #page-content-wrapper {
        padding: 15px;
        position: relative;
    } */
    /* .mw #wrapper.left-toggled #page-content-wrapper {
        position: relative;
        margin-left: 0;
    } */
    .mw #wrapper.right-toggled #page-content-wrapper {
        position: relative;
        margin-left: 0;
    }
}
@media(max-width: 768px) {
    .mw .container-fluid {
        padding-top: 65px;
        padding-right: 10px;
    	padding-left: 10px;
    }
    .mw .container-fluid .container-fluid {
        padding-top: 0;
    } 
    .mw .error_404{
        padding-top: 40px;
    }
    .mw .error_404 .row.form-section.mb-3 {
        width: 95%;
    }
    .mw #page-content-wrapper {
		padding: 10px;
        padding-bottom: 105px;
        padding-top: 0;
    }
    .mw #left-sidebar-wrapper{
        left: -230px;
    }
    .mw .left-toggled #left-sidebar-wrapper{
        left: 0px;
    }
    .mw #right-sidebar-wrapper {
        bottom: 0;
        height: 90px;
        width: 100%;
        box-shadow: 0px 3px 25px 0 rgba(50, 50, 50, 0.35);
        transition-property: height;
        -webkit-transition-property: height;
        -moz-transition-property: height;
        -o-transition-property: height;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    .mw .top-bar-mobile{
        display: block;
        margin-left: -5px;
    }
    .mw .left-toggled .top-bar-mobile .top-bar-logo{
        opacity: 1;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .mw .left-toggled .top-bar-mobile {
        top: 0px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .mw .sidebar-nav li.menu-item-right {
        display: block;
        float: left;
        width: calc(33%);
    }
    .mw .sidebar-nav li.menu-item-right a {
        float: left;
    }
    .mw .sidebar-nav-right {
        width: 100%;
    }
    .mw #wrapper.left-toggled {
        padding-left: 0;
    }
    .mw #left-menu-toggle {
        display: inline;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        left: 7px;
        opacity: 1;
        top: 5px;
        position: absolute;
    }
    .mw .left-toggled .glyphicon-menu-hamburger::before {
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .mw .left-toggled #left-menu-toggle {
        width: auto;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .mw .left-toggled #left-menu-toggle .btn-close {
        font-family: 'Open Sans', sans-serif;
        color: #FFF;
        font-size: 18px;
        font-weight: 800;
        position: relative;
        text-decoration: none;
        left: 0;
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .mw .sidebar-nav > .sidebar-brand a {
        z-index: 9999;
    }
    .mw .left-toggled #right-sidebar-wrapper {
        opacity: 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2 ease;
        display: none;
    }
    body.footer-hide #right-sidebar-wrapper {
        height: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5 ease;
    }
    .mw.left-toggled,
    .mw #wrapper.left-toggled #left-sidebar-wrapper {
        overflow: hidden;
    }
    .mw .sidebar-nav li.menu-item-right a {
        border: 0;
        padding: 15px;
       /* margin-right: 10px;*/
    }
    .mw #wrapper #left-sidebar-wrapper{
       margin-top: 42px;
       padding-top: 20px;
    }
     .mw #wrapper #left-sidebar-wrapper .sidebar-brand{
       display: none;
     }
    .mw .popover-content .text-center{
        text-align: left;
        margin-bottom: 20px;
    }
    body.footer-hide .popover {
        display: none !important;
    }
    .mw .popover-content .popover-text.popover-detail-text {
        display: block;
        margin: 0 20px 0 0;
        line-height: 0;
    }
    .mw .popover-content a.popover-link .popover-more-text {
        line-height: inherit;
        padding-left: 10px;
    }
    .mw .mobile-hide {
        display: none;
    }
}
@media(max-width: 767px) {

    .mw .mbway-container {
        /*flex-direction: row!important;*/
    }

    .mw .top-bar-mobile{
        display: block;
        right: 0;
    }
    .mw button.mpt-field-button {
        width: 100%;
        min-width: 100%;
    }
    .mw .mpt-field-container { padding-left: 0; padding-right: 0; }
    .mw .form-horizontal.form-right .control-label {
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
	.tundra.mobile-style div#dijit_Dialog_0.dijitDialog {
	    left: 0 !important;
	    right: 0 !important;
	}
	.tundra.mobile-style .dijitDialogPaneContent {
	   min-width: 100% !important;
	}
}
@media (max-width: 335px){
    .mw .error_404 .contact_footer img{
        display: none !important;
    }
    .mw .contact_page .contact_footer img{
        display: none !important;
    }
}

.mw .mb-1{
    margin-bottom: 10px;
 }
 .mw .mb-2{
   margin-bottom: 20px;
}
 .mw .mb-3{
   margin-bottom: 10px;
   /*margin-bottom: 30px;*/
}
 .mw .mb-4{
   margin-bottom: 30px;
}
 .mw .mb-5{
   margin-bottom: 50px;
}
 .mw .mt-1{
   margin-top: 10px;
}
 .mw .mt-2{
   margin-top: 5px;
   /*margin-top: 20px;*/
}
 .mw .mt-3{
   margin-top: 30px;
}
 .mw .mt-4{
   margin-top: 40px;
}
 .mw .mt-5{
   margin-top: 50px;
}

#detalhePedido #responderbtn:before{
	content:"\f003";
	font: normal normal normal 14px/1 FontAwesome;
}

#listaPedidos #novoPedidoBtn:before{
	content:"\f003";
	font: normal normal normal 14px/1 FontAwesome;
}
