.input-icon>[class*="fa-"] {
    padding: 0 3px;
    z-index: 2;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 3px;
    line-height: 28px;
    display: inline-block;
    color: #909090;
    font-size: 16px;
}


/* action 1 start */
.action-section-1 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(99, 110, 114,0.24), 0 1px 2px rgba(99, 110, 114,0.24);
    -moz-box-shadow: 0 1px 2px rgba(99, 110, 114,0.24), 0 1px 2px rgba(99, 110, 114,0.24);
    box-shadow: 0 1px 2px rgba(99, 110, 114,0.24), 0 1px 2px rgba(99, 110, 114,0.24);
    border-radius: 0px;
    overflow: hidden;
    padding: 30px;
}

a.button-option-description-link:hover{
    text-decoration: none;
    color: inherit;
}

.action-section-1:hover{
    cursor: pointer;
}

.action-section-1:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.action-section-1-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.action-section-1-icon i {
    color: #d2dae2;
    font-size: 40px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.action-section-1.x2 .action-section-1-icon{
    right: 15px;    
}

.action-section-1.x2 .action-section-1-icon i{
    font-size: 50px;
}

.action-section-1:hover .action-section-1-icon i {
    color: #2c6aa0;    
}


.action-section-desc {
    position: relative;
}

.action-section-1 h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.action-section-1 h5 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}

.action-section-1 p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 60%;
    height: 3px;
    background: #2c6aa0;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.action-section-1 p {
    margin-top: 25px;
    padding-right: 50px;
}

.action-section-1:hover .action-section-1-icon i {
    color: #fff;
}

.action-section-1:hover:before {
    background: #2c6aa0;
}

.action-section-1.red:hover:before, .action-section-1.red .section-heading-line-left {
    background: #d15b47;
}

.action-section-1.orange:hover:before, .action-section-1.orange .section-heading-line-left {
    background: #ffb752;
}

.action-section-1.purple:hover:before, .action-section-1.purple .section-heading-line-left {
    background: #9585bf;
}

.action-section-1.pink:hover:before, .action-section-1.pink .section-heading-line-left {
    background: #d6487e;
}

.action-section-1.green:hover:before, .action-section-1.green .section-heading-line-left {
    background: #87b87f;
}

.action-section-1.darkgray:hover:before, .action-section-1.darkgray .section-heading-line-left {
    background: #555;
}



/* action 1 end */

/* notice start */
.notice {
    padding: 15px;
    background-color: #fafafa;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(99, 110, 114,0.24), 0 1px 2px rgba(99, 110, 114,0.24);
    -moz-box-shadow: 0 1px 2px rgba(99, 110, 114,0.24), 0 1px 2px rgba(99, 110, 114,0.24);
    box-shadow: 0 1px 2px rgba(99, 110, 114,0.24), 0 1px 2px rgba(99, 110, 114,0.24);
    font-size: 1.05em;
}

.notice-sm {
    padding: 10px;
    font-size: 80%;
}

.notice-lg {
    padding: 35px;
    font-size: large;
}

/* Primary */
.notice-primary {
    border-bottom: 2px solid #0097e6 !important;
    border-left: 6px solid #0097e6 !important;
}
.notice-primary>strong, .notice-primary>i.fa, .notice-primary>a {
    color: #004085;
}
/* Secondary */
.notice-secondary {
    border-bottom: 2px solid #34495e !important;
    border-left: 6px solid #34495e !important;
}
.notice-secondary>strong, .notice-secondary>i.fa, .notice-secondary>a {
    color: #383d41;
}
/* Success */
.notice-success {
    border-left: 6px solid #27ae60 !important;
}
.notice-success>strong, .notice-success>i.fa, .notice-success>a {
    color: #155724;
}
/* Information */
.notice-info {
    border-bottom: 2px solid #4bcffa !important;
    border-left: 6px solid #4bcffa !important;
}
.notice-info>strong, .notice-info>i.fa, .notice-info>a {
    color: #0c5460;
}
/* Warning */
.notice-warning {
    border-bottom: 2px solid #ff892a !important;
    border-left: 6px solid #ff892a !important;
}
.notice-warning>strong, .notice-warning>i.fa, .notice-warning>a {
    color: #856404;
}
/* Danger */
.notice-danger {
    border-left: 6px solid #ff5e57 !important;
    border-bottom: 2px solid #ff5e57 !important;
}
.notice-danger>strong, .notice-danger>i.fa, .notice-danger>a {
    color: #721c24;
}

/* notice end */


/* alert start */
.alert.alert-message {
  border-radius: 0px !important;  
}

.alert.alert-message.alert-success
{    
    background-color: #27ae60;
    color: #fff;
    border: 1px solid #16a085;
    border-radius: 0px;
}

.alert.alert-message.alert-danger, .alert.alert-message.alert-error
{
    background-color: #ff5e57;
    color: #fff;    
    border: 1px solid #ff3f34;
    border-radius: 0px;
}

.alert.alert-message.alert-warning
{
    background-color: #ff892a;
    color: #fff;
    border: 1px solid #ef7a1b;
    border-radius: 0px;
}

.alert.alert-message.alert-primary{
    background-color: #0097e6;
    color: #fff;
    border: 1px solid #0097e6;
    border-radius: 0px;
}

.alert.alert-message.alert-info
{
    background-color: #4bcffa;
    color: #fff;
    border: 1px solid #0fbcf9;
    border-radius: 0px;  
}

.alert.alert-message.alert-notice
{
    background-color: #34495e;
    color: #fff;
    border: 1px solid #2c3e50;
    border-radius: 0px;
}

.alert.alert-message, .alert.alert-message p, .alert.alert-message h1, .alert.alert-message h2, .alert.alert-message h3, .alert.alert-message h4, .alert.alert-message h5{
  text-shadow: 0 0 0 rgba(255,255,255,0.5) !important;
}

.alert.alert-message a {
  color: #bdc3c7,
}

.alert.alert-message p {
    color: #fff;
} 
/* alert end */

/* g-box start */
.g-box {
    padding: 13px;
    background-color: #ecf0f1;
    border-radius: 0px;
    border: 1px solid #bdc3c7;
    color: #34495e;
}

.g-box p, .g-box span, .g-box h1, .g-box h2, .g-box h3, .g-box h4, .g-box h5 {
    color: #34495e;   
} 

.g-box .label{
  color: #fff;     
}

.g-box .font-p {
    font-size: 13px;
}

.g-box .font-m {
    font-size: 15px;
}

.g-box .font-m {
    font-size: 17px;
}

.g-box.no-bg{
    background-color: transparent;
}

.g-box.bg-white{
    background-color: #fff;
}

.g-box span.box-label{
    font-weight: bold;
    background-color: transparent;    
    font-size: 14px;    
    color: #2c3e50 !important;    
}

.g-box ul{
    list-style: none;
    padding: 0;
    margin: 0; 
}

.g-box ul li hr{
    margin: 5px 0;
}

.g-box select, .g-box .select2-container .select2-selection--single, .g-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;    
    font-size: 1.1em;
}

.g-box .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
}

.select2-results__options{
    margin-top: 10px;
}

.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #dcebf7;
    font-weight: bold;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #2283c5;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] .fa {
    color: #fff;
}


.select2-results__options li {
    border-bottom: 1px dotted #dcebf7;
    padding: 8px 10px;
}
/* b-box end */

.bg-white{
    background-color: #fff;
}

.bg-gray{
    background-color: #ecf0f1;
}

.space-10{
    max-height: 0;
    overflow: hidden;
    margin: 10px 0;    
}

.space-15{
    max-height: 0;
    overflow: hidden;
    margin: 15px 0;    
}

.space-20{
    max-height: 0;
    overflow: hidden;
    margin: 20px 0;    
}

.space-25{
    max-height: 0;
    overflow: hidden;
    margin: 25px 0;    
}

.space-30{
    max-height: 0;
    overflow: hidden;
    margin: 30px 0;    
}

.space-40{
    max-height: 0;
    overflow: hidden;
    margin: 40px 0;    
}

.space-50{
    max-height: 0;
    overflow: hidden;
    margin: 50px 0;    
}


.widget-main.no-padding{
    padding: 0 5px;
}

.main-content{
    margin-left: 0px;
}

.hc-nav-trigger{
    position: fixed;
    left: 10px;
    top: 10px;
}

.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after{
    background: #fff;
}
.hc-offcanvas-nav h2{
    line-height: 20px;
    margin: 0;
}
.nav-divider{
    border-bottom: 1px solid #ecf0f1;    
}

.theme-v2 .navbar-inner .brand{
    margin-left: 20px;
}

body.theme-v2, body.theme-v2 .page-content, body.theme-v2 .main-content  {
    background: #f2f2f2;
}

.hc-nav-search{
    height: 52px !important;
    padding: 10px;
}
.hc-nav-search input{
    height: 32px !important;
    font-size: 14px;    
    margin-left: auto;
    margin-right: auto;
    background-color: #2c5d8f; 
    color: #2c3e50;
    border-color: #2c5d8f;
    width: 100%;
    vertical-align: middle;    
    text-align: center;
    border-radius: 5px !important;
}


.hc-nav-search input:hover, .hc-nav-search input:focus{
    border-color: #2c5d8f !important;
}

.hc-nav-search i{
    color: #fff;
}

.datatablejs-wrap table{
    width: 100%;    
}

.datatablejs-wrap table.dataTable.no-footer, 
.datatablejs-wrap table.dataTable thead th, 
.datatablejs-wrap table.dataTable thead td{
    border: 1px dotted #dcebf7;
    padding: 10px 0
}
.datatablejs-wrap .dataTables_info, .datatablejs-wrap .dataTables_length label, .datatablejs-wrap .dataTables_filter{
    font-size: 12px;
    color: #666;
}

.datatablejs-wrap .dataTables_length select {
    height: 18px;
    font-size: 12px;
    color: #666;
    border-radius: 0;
    border: 1px solid #dcebf7;
}

.datatablejs-wrap .dataTables_filter label {
    font-size: 12px;
    margin-bottom: 0;
}
.datatablejs-wrap .dataTables_filter input {
    height: 15px;
    font-size: 12px;
    color: #666;  
    border: 1px solid #dcebf7;  
}

.datatablejs-wrap .dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 2px 10px;
}

.datatablejs-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #2283c5;
    background-color: #2283c5;
    border-color: #2283c5;
    color: #fff;
}

.datatablejs-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.datatablejs-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: #2283c5;
    background-color: #2283c5;
    border-color: #2283c5;
    color: #fff !important;
}

.datatablejs-wrap .paginate_button.previous.disabled:hover, .datatablejs-wrap .paginate_button.next.disabled:hover{
    background: transparent;
    background-color: : transparent;
    border-color: transparent;
}

.datatablejs-wrap tbody tr:hover{
    background: #dcebf7;
}


.datatablejs-wrap .even{
    background: #edf3f4
}

.datatablejs-wrap table.dataTable tbody th, 
.datatablejs-wrap table.dataTable tbody td {
    padding: 5px 10px;
    border: 1px dotted #dcebf7;
}

.datatablejs-wrap.datatablejs-slim{

}

.datatablejs-wrap.datatablejs-slim table.dataTable tbody th, 
.datatablejs-wrap.datatablejs-slim table.dataTable tbody td {
    padding: 3px 5px;
    border: 1px dotted #dcebf7;
    font-size: 12px;
}


.datatablejs-wrap.datatablejs-slim table.dataTable tbody th .btn, 
.datatablejs-wrap.datatablejs-slim table.dataTable tbody td .btn {
    padding: 3px 5px;
    border: 1px dotted #dcebf7;
    font-size: 12px;
}


.select2-container .select2-selection--single, 
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple{
    border-radius: 0;
    border-color: #d5d5d5;
}

.busca-rapida-clientes-action {
    border: 1px solid #dcebf7;  
    padding: 10px;
    background-color: #edf3f4;
    cursor: pointer;
}

.busca-rapida-clientes-view {
     display: none;
     position: fixed;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: rgb(44, 106, 160, 0.9);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;     
     z-index: 9995;
}


.busca-rapida-clientes-view .busca-rapida-clientes-content {
    padding-top: 50px;
}

.busca-rapida-clientes-view .close{
    font-size: 20px;
    color: #2283c5;
    padding: 10px;
    opacity: 0.7;
}

.busca-rapida-clientes-view .g-box {
    overflow-y: auto;
}

.select2-container--open{
    z-index: 9997;
}


.open-banner-modal, .shadow-banner {
    -webkit-box-shadow: 0 1px 2px rgba(99, 110, 114,0.24), 0 1px 2px rgba(99, 110, 114,0.24);
    -moz-box-shadow: 0 1px 2px rgba(99, 110, 114,0.24), 0 1px 2px rgba(99, 110, 114,0.24);
    box-shadow: 0 1px 2px rgba(99, 110, 114,0.24), 0 1px 2px rgba(99, 110, 114,0.24);
    cursor: pointer;
}


.btn-group > .btn, .btn-group {
  border-width: 5px !important
}

.btn > i.hide {
    display: none !important;
}

.minimum-vertical-margin {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.spr{
    border-right: 1px dotted rgba(228, 233, 237, 1);
}

.row-fix-h {
    display: flex;
    flex-wrap: wrap;
}

.row-fix-h .col-fix-h {
    display: flex;
    flex-direction: column;
}

[class*="col-fix-h"] .action-section-1 {
    height: 100%;
    min-height: 100%;    
}
[class*="col-fix-h"] .action-section-1 .action-section-desc{
    height: 85%;
    min-height: 85%;
}

.margin-top-5{
    margin-top: 5px;    
}

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

.margin-top-15{
    margin-top: 15px;    
}

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

.margin-top-30{
    margin-top: 30px;    
}

.margin-top-50{
    margin-top: 50px;    
}

.margin-top-5{
    margin-top: 5px;    
}

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

.padding-top-15{
    padding-top: 15px;    
}

.padding-top-20{
    padding-top: 20px;    
}

.padding-top-30{
    padding-top: 30px;    
}

.padding-top-50{
    padding-top: 50px;    
}

.text-right {
  text-align: right;
}



.open-message:hover, .open-message:focus{
  background: transparent !important;
  text-decoration: none;
}

.open-message .msg-title p.blue{
  padding: 5px 0;
  margin: 0;
  font-size: 0.9em;
}

.open-message p.message{
    padding: 0;
    margin: 0;
    font-size: .88em;
    line-height: 1.5em;
    color: #555;
}

.small-date{
  font-size: .88em;
  float: right;
  color: gray;
  padding: 5px 0 0 0;
  margin: 0 0;
  font-style: italic;
}
.small-date a{
    font-size: 14px;
    margin: 0 0 0 10px;
}
.small-date a:hover, .small-date a:focus{
  background: transparent !important;
  text-decoration: none;
}

.btn-opcoes-post-navbar {
  min-height: 100px;
  min-width: 12%;
  font-size: 14px !important;
}

.btn-opcoes-post-navbar i {
    font-size: 30px !important;
}



.form-group {
    margin-bottom: 1rem;
}
.form-group label {
  display: inline-block;
  margin-bottom: .5rem;
}
.form-group .form-control{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;    
}

.form-group textarea {
  overflow: auto;
  resize: vertical;
}

.form-group input {
  height: 28px;
}

.form-group *, .form-group ::after, .form-group ::before {
  box-sizing: border-box;
}

.main-content{
    margin-left:0 !important;
}