.note .createdby{
  display:none!important;
}

.btn.disabled, .btn[disabled]{
  cursor: default!important;
}
#EntityFormView label,
#EntityFormPanel label{
  font-weight: normal;
}

ul {
  list-style-type: none;
}
 
 .center {
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 50%;
 }

 .pagination>li>a,
 .pagination>li>span {
   width: 30px !important;
   height: 30px !important;
 }

 .pagination>li>a,
 .pagination>li>span {
   padding-top: 7px !important;
 }

 /*BG 1/10/2022 - Para tentar colocar as labels dos forms alinhadas com os campos

  .section tbody tr td div.control{
      clear: none !important;
      float: right;
  }*/


 #WebResource_imgPerfil {
   max-width: 150px;
   height: 100%;
 }

 /*.alert-warning{
    background-color: rgb(253 200 6 / 0%);
    border-color: #faebcc00;
  }*/

 .crmEntityFormView fieldset {
   margin-bottom: 5px !important;
 }

 .popover-content {
   font-size: 12px !important;
 }

 .crmEntityFormView .cell {
   padding: 0px 20px 5px !important;
 }

 .pagination>.active>a,
 .pagination>.active>a:focus,
 .pagination>.active>a:hover {
   background-color: #545454 !important;
 }

 #mainContent h4 {
   font-size: 14px !important;
   color: #545454 !important;
 }

 h1.modal-title,
 h4.modal-title,
 .login-heading-section {
   font-size: 14px !important;
 }

 .crmEntityFormView .section-title {
   font-size: 12px !important;
   color: #545454 !important;
   font-weight: bold !important;

 }

 .bootstrap-datetimepicker-widget table td {
   font-size: 12px !important;
 }

 .input-group-addon {
   padding: 4px 12px;
 }

 .view-grid thead tr:first-of-type,
 .entitylist thead tr:first-of-type {
   background-color: #e7e6e6;
 }


 .entitylist .panel {
   margin-bottom: 0px !important;
 }

 #entitylist-filters .h4 {
   font-size: 12px !important;
   font-weight: bold !important;
 }


 #entitylist-filters .checkbox {
   margin-top: -1px !important;
   margin-bottom: 0px !important;
 }


 .entitylist .input-group-addon {
   display: none;
 }

 legend {
   font-size: 15px !important;
 }

 .entitylist-download,
 .entitylist-download:hover {
   color: #000000 !important;
   background-color: #39414b00 !important;
   border-color: #39414b00 !important;
   text-decoration: underline !important;
 }

 .btn.btn-primary,
 .btn.btn-default:hover {
   color: #000000 !important;
   background-color: #39414b00 !important;
   border-color: #39414b00 !important;
   text-decoration: underline !important;
 }

 .btn.btn-primary,
 .btn.btn-default {
   color: #000000 !important;
   background-color: #23282e00 !important;
   border-color: #23282e00 !important;
 }

 .weblink.dropdown ul .divider {
   display: none;
 }

 .weblink.dropdown ul li:first-child {
   display: none;
 }

 .btn-link:hover,
 .btn-link:focus {
   text-decoration: none;
 }

 .tabCustom .btnSair.disabled {
   color: gray !important;
 }

 .tabCustom .btnSair {
   float: right !important;
   color: #4c264d !important
     /*background: #5a358b42!important;*/
 }

 .btnInfoCustom {
    font-size: 0px!important;
   padding: 1px;
   border-radius: 0px 0px 15px 15px;
   background-color: #333;
   border-color: white;
 }

 .btnInfoCustom:hover {
   background-color: rgb(10, 10, 10);
 }

 .btnInfoCustom:focus {
   background-color: white;
   border-color: #333;
   color: black;
 }

 .popover {
   max-width: 100%;
   /* Max Width of the popover (depending on the container!) */
 }

 /*Mudar Font*/
 @font-face {
   font-family: Roboto;
   src: url(/roboto.ttf);
 }

 body,
 html,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 .h1,
 .h2,
 .h3,
 .h4,
 .h5,
 .h6 {
   color: #545454 !important;
   font-family: Roboto, "Avenir Next", "Avenir", "Helvetica Neue", sans-serif !important;
 }

 .navbar-static-top.navbar .menu-bar>.navbar-nav>li>a {
   color: #545454 !important;
   font-family: Roboto, "Avenir Next", "Avenir", "Helvetica Neue", sans-serif !important;
 }

 body {
   font-size: 12px;
   color: #545454 !important;

 }

 .breadcrumb>li {
   font-size: 10px;
 }


 /* SELECT2*/
 .select2-container--default .select2-selection--single {
   border-radius: 0px !important;
 }

 .select2-container .select2-selection--single {
   height: 30px !important;
 }

 .select2.select2-container.select2-container--default {
   width: 180px !important;
 }

 /***/


 /*Notificacoes Plataforma*/


 #notifPlat .bell:hover,
 .bell:focus {
   animation: bellshakeHF .5s cubic-bezier(.36, .07, .19, .97);
   backface-visibility: hidden;
   transform-origin: top right;
 }

 #notifPlat .bell {
   animation: bellshake .5s cubic-bezier(.36, .07, .19, .97);
   backface-visibility: hidden;
   animation-delay: 5s;
   transform-origin: top right;
 }

 @keyframes bellshake {
   0% {
     transform: rotate(0);
   }

   15% {
     transform: rotate(5deg);
   }

   30% {
     transform: rotate(-5deg);
   }

   45% {
     transform: rotate(4deg);
   }

   60% {
     transform: rotate(-4deg);
   }

   75% {
     transform: rotate(2deg);
   }

   85% {
     transform: rotate(-2deg);
   }

   92% {
     transform: rotate(1deg);
   }

   100% {
     transform: rotate(0);
   }

 }

 @keyframes bellshakeHF {
   0% {
     transform: rotate(0);
   }

   15% {
     transform: rotate(5deg);
   }

   30% {
     transform: rotate(-5deg);
   }

   45% {
     transform: rotate(4deg);
   }

   60% {
     transform: rotate(-4deg);
   }

   75% {
     transform: rotate(2deg);
   }

   85% {
     transform: rotate(-2deg);
   }

   92% {
     transform: rotate(1deg);
   }

   100% {
     transform: rotate(0);
   }

 }


 #notifPlat .dropbtn {
   background-color: #e9bb25;
   color: white;
   /*padding: 5px 10px 5px 10px;*/
   border-radius: 30px;
   padding: 2px 13px 5px 13px;
   font-size: 25px;
   border: none;
   cursor: pointer;
 }

 #notifPlat .dropdown {
   position: absolute;
   margin-top: 55px;
   z-index: 999;
 }

 #notifPlat .dropdown-content {
   display: none;
   position: absolute;
   right: 0;
   background-color: #f9f9f9;
   min-width: 300px;
   box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
   z-index: 1;
 }

 #notifPlat .dropdown-content a {
   color: black;
   padding: 12px 16px;
   text-decoration: none;
   display: block;
 }

 #notifPlat .dropdown-content a:hover {
   background-color: #f1f1f1;
 }

 #notifPlat .dropdown:hover .dropdown-content {
   display: block;
 }

 #notifPlat .dropdown:hover .dropbtn {
   background-color: #b9951c;
 }

 /**/

 #customSignIn:hover {
   text-decoration: underline;
 }

 #customSignIn {
   font-weight: bold;
   font-size: 15px;
   padding: 10px;
   text-decoration: none;
 }

 /*FOOTER*/
 .footer-bottom .container {
   width: 100% !important;
 }

 .wrapper-body {
   padding-bottom: 100px !important;
 }

 footer a:focus {
   color: #fff;
 }

 footer a:hover {
   text-decoration: none;
   color: #fff;
 }

 footer a {
   color: #fff;
 }

 .footer-bottom {
   padding: 10px 0;
 }

 footer .footer-bottom {
   background-color: #23282e !important;
   padding: 10px 0;
   color: #fff;
 }

 /** END FOOTER **/
 .modal-body {
   padding-left: 5px !important;
   padding-right: 5px !important;
   padding-bottom: 1px !important;
 }

 /*BG 18/10/2022 Para tentar colocar os modais mais pequenos*/
 .modal-dialog {
   width: 60% !important;
 }

 /*BG 18/10/2022 Para tentar colocar os modais mais pequenos*/
 .modal-form .modal-body iframe {
   height: 600px;
 }

 /*BG 18/10/2022 Para tentar colocar os modais mais pequenos*/
 .wrapper-body {
   padding-bottom: 40px !important;
 }

 /* Style the tab */
 .tabCustom {
   overflow: hidden;
   border: 1px solid #ccc;
   background-color: #f1f1f1;
 }

 /* Style the buttons inside the tab */
 .tabCustom a {
   background-color: inherit;
   float: left;
   border: none;
   outline: none;
   cursor: pointer;
   padding: 14px 16px;
   transition: 0.3s;
   font-size: 14px;
 }

 /* Change background color of buttons on hover */
 .tabCustom a:hover {
   background-color: #ddd;
 }

 /* Create an active/current tablink class */
 .tabCustom a.active {
   background-color: #ccc;
 }

 /* Style the tab content */
 .tabcontentCustom {
   display: none;
   padding: 6px 12px;
   border: 1px solid #ccc;
   border-top: none;
 }

 .btn-entitylist-filter-submit:active {
   background-image: url(/procurar.svg);
 }

 .btn-entitylist-filter-submit {
   background-image: url(/procurar.svg);
   background-color: transparent;
   /* make the button transparent */
   background-repeat: no-repeat;
   /* make the background image appear only once */
   background-position: 14px 7px;
   border: solid black 1px;
   cursor: pointer;
   padding: 16px 23px;
   vertical-align: middle;
   -moz-transform: scaleX(-1);
   -o-transform: scaleX(-1);
   -webkit-transform: scaleX(-1);
   transform: scaleX(-1);
   filter: FlipH;
   -ms-filter: "FlipH";
 }

 .btn {
   font-size: 12px;
 }

 .navbar-brand {
   padding-left: 0px !important;
 }

 .dropdown-menu>li>a:focus,
 .dropdown-menu>li>a:hover {
   border: none !important;
   padding: 3px 20px !important;
 }

 .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
   background-color: #e7e6e6 !important;
   color: #545454 !important;
 }

 .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
   color: #545454 !important;
   margin-left: 0px !important;
   font-size: 13px !important;
 }

 .navbar-inverse .navbar-nav>li>a {
   text-transform: uppercase;
   font-size: 14px !important;
 }

 .navbar-inverse .navbar-nav .open .dropdown-menu {
   background-color: white !important;
 }

 .navbar-inverse .navbar-nav>.open>a {
   background-color: #e7e6e6 !important;
   border-bottom-color: #e7e6e6 !important;
 }

 .navbar-inverse .navbar-nav>li>a:focus {
   background-color: #e7e6e6 !important;
 }

 .navbar-inverse .navbar-nav>li>a:hover {
   border-bottom-color: #e7e6e6 !important;
   background-color: #e7e6e6 !important;
 }

 .no-login {
   position: relative;
   width: 100%;
 }

 .no-login img {
   width: 100%;
   height: auto;
 }

 .no-login a {
   position: absolute;
   top: 35%;
   left: 50%;
   transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   text-align: center;
 }

 .crmEntityFormView {
   background-color: transparent !important;
   border: none !important;
 }

 .nav>li>a {
   padding: 10px 5px !important;
 }

 /*
  .navbar .container {
    width: 1300px;
  }*/

 .navbar-static-top.navbar .menu-bar>.navbar-nav>.divider-vertical {
   margin-top: 10px !important;
 }

 .skip-to-content a {
   top: -70px !important;
   left: 300px !important;
 }


 #logo .pull-right.toolbar-actions {
   float: left !important;
 }

 .profile-pic-wrapper {
   /*height: 30vh;*/
   width: 100%;
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
 }

 .pic-holder {
   text-align: center;
   position: relative;
   /*border-radius: 50%;*/
   width: 250px;
   height: 250px;
   overflow: hidden;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 20px;
 }

 .pic-holder .pic {
   height: 100%;
   width: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   -o-object-position: center;
   object-position: center;
 }

 .pic-holder .upload-file-block,
 .pic-holder .upload-loader {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background-color: rgba(90, 92, 105, 0.7);
   color: #f8f9fc;
   font-size: 12px;
   font-weight: 600;
   opacity: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 0.2s;
 }

 .pic-holder .upload-file-block {
   cursor: pointer;
 }

 .pic-holder:hover .upload-file-block,
 .uploadProfileInput:focus~.upload-file-block {
   opacity: 1;
 }

 .pic-holder.uploadInProgress .upload-file-block {
   display: none;
 }

 .pic-holder.uploadInProgress .upload-loader {
   opacity: 1;
 }

 .spinner-border {
   display: inline-block;
   width: 2rem;
   height: 2rem;
   vertical-align: text-bottom;
   border: 0.25em solid currentColor;
   border-right-color: transparent;
   border-radius: 50%;
   -webkit-animation: spinner-border .75s linear infinite;
   animation: spinner-border .75s linear infinite;
 }


 /* Snackbar css */
 .snackbar {
   visibility: hidden;
   min-width: 250px;
   background-color: #333;
   color: #fff;
   text-align: center;
   border-radius: 2px;
   padding: 16px;
   position: fixed;
   z-index: 1;
   left: 50%;
   bottom: 30px;
   font-size: 14px;
   transform: translateX(-50%);
 }

 .snackbar.show {
   visibility: visible;
   -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
   animation: fadein 0.5s, fadeout 0.5s 2.5s;
 }

 @-webkit-keyframes fadein {
   from {
     bottom: 0;
     opacity: 0;
   }

   to {
     bottom: 30px;
     opacity: 1;
   }
 }

 @keyframes fadein {
   from {
     bottom: 0;
     opacity: 0;
   }

   to {
     bottom: 30px;
     opacity: 1;
   }
 }

 @-webkit-keyframes fadeout {
   from {
     bottom: 30px;
     opacity: 1;
   }

   to {
     bottom: 0;
     opacity: 0;
   }
 }

 @keyframes fadeout {
   from {
     bottom: 30px;
     opacity: 1;
   }

   to {
     bottom: 0;
     opacity: 0;
   }
 }

 @-webkit-keyframes spinner-border {
   to {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }

 @keyframes spinner-border {
   to {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }