.swal2-container {
   position: fixed !important;
/*   z-index:99060  !important; */
   z-index: 1000000 !important;
}

* a:hover {text-decoration: none;}

.x-btn-over.x-btn-default-medium {
    text-decoration: none !important; 
}

.x-cursor {cursor: pointer;}

.x-action-col-icon {
    /*color: #c7c7c7;*/
    font-size: 16px;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.x-action-col-icon {
    display: inline-block;
    line-height: 1;
}

.x-blue {
     color: #3c76b3;
}
.x-red {
    color: red;
}

.x-uni-action-cls {
    margin-right: 4px;
}

.x-column-header {
    border-right: 1px solid #c1c6c6;
    color: #353535;
    font: bold 13px/15px helvetica, arial, verdana, sans-serif;
    outline: 0;
    background-image: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #fff), color-stop(0%, #ebeaea));
    background-image: -webkit-linear-gradient(top, #fff, #ebeaea);
    background-image: -moz-linear-gradient(top, #fff, #ebeaea);
    background-image: -o-linear-gradient(top, #fff, #ebeaea);
    background-image: -ms-linear-gradient(top, #fff, #ebeaea);
    background-image: linear-gradient(top,#fff, #ebeaea);
}

/************************************/

.x-form-item-label-default2 {
    color: #404040;
    font: 300 13px/17px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
    font-weight: bold;
    min-height: 28px;
    padding-top: 1px;
    margin: '0 0 0 10';
}

.x-text-grid {
    color: #404040;
    font-weight: bold;
}
                                                  
  
.picture {
    height: 38px;
    width: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #aaa;
    background-repeat: no-repeat;
    background-position: center;
}
  
.x-menu-item-text-default.x-menu-item-indent-no-separator {
    margin-left: 26px;
    margin-right: 16px;
}  
  
.x-treelist-item-wrap {
    margin-left: 0px !important;
}
  
.x-treelist-nav .x-treelist-item-text {
   font-size: 14px; 
}  
  
.isValid {
    border-color:green;
} 
  
.x-mask {
   opacity: 0.5;
   background: #919294 !important;
}  
  
.x-tab-bar-default {
    background-color: #fff;
}

label {
   color: #3f536e;
   font-size: 11px;
   font-weight: bold;
 } 
 
.x-panel-cadastro .x-autocontainer-outerCt {
   background-color: #f5f5f5 !important;
}  

.x-panel-cadastro .x-panel-header-default-horizontal {
    height: 21px;
/*    background-color: #014889; */
/*   background-color: #296da2; */
    padding: 1.3px 8px 1.3px 8px;
}

.x-panel-cadastro .x-panel-header-title-default {
    font-size: 11px;
    font-weight: bold;
    color: white;
}

.x-panel-cadastro .x-panel-body-default {
    border-color: #9E9E9E;
}

.x-panel-cadastro .x-panel-header-default .x-tool-img {
    background-color: transparent;
}

.x-panel-cadastro-black .x-autocontainer-outerCt {
   background-color: #313131 !important;
}

.x-form-text-default {
  font-size: 11px;
}  

.x-form-text:focus {
    background-color: #FFFFE1;
}

.x-grid-cell {
    color: "none";
    font: normal 11px/13px tahoma,arial,verdana,sans-serif;
    line-height: 160%;
}

.x-grid-cell-inner {
    text-overflow: ellipsis;
/*    padding: 5px 10px 10px 10px; */
}

.x-column-header {
    color: black;
    font: normal 11px/13px tahoma,arial,verdana,sans-serif;
}

.x-grid .x-grid-row-alt .x-grid-td {
    background-color: rgba(0, 0, 0, 0.1);
}

.x-grid .x-grid-header-ct {
    border-style: solid;
    border-color: rgb(150, 150, 150);
    border-width: 1px 1px 0px 1px;
}

.x-grid .x-column-header {
    background-image: none;
    background: rgb(220, 220, 220);
    background: -webkit-linear-gradient(rgb(255, 255, 255), rgb(220, 220, 220));
    background: -o-gradient(rgb(255, 255, 255), rgb(220, 220, 220));
    background: -moz-linear-gradient(rgb(255, 255, 255), rgb(220, 220, 220));
    background: linear-gradient(rgb(255, 255, 255), rgb(220, 220, 220));
}
.x-grid .x-column-header-over,
.x-grid .x-column-header-sort-asc,
.x-grid .x-column-header-sort-desc {
    background-image: none;
    background: rgb(220, 220, 220);
    background: -webkit-linear-gradient(rgb(255, 255, 255), rgb(220, 220, 220));
    background: -o-gradient(rgb(255, 255, 255), rgb(220, 220, 220));
    background: -moz-linear-gradient(rgb(255, 255, 255), rgb(220, 220, 220));
    background: linear-gradient(rgb(255, 255, 255), rgb(220, 220, 220));
}

.x-grid {
    background-color: rgb(246, 246, 246) !important;
}

.x-grid .x-grid-body {
    border-style: solid;
    border-color: rgb(150, 150, 150);
    border-width: 1px;
}

.x-grid-item-focused .x-grid-cell-inner:before  
{     
    display: none;
}

* {
  outline: none !important;
}