h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
}

div#block-reports-admin-sitebranding {
    float: left;
    margin-right: 30px;
}

a.site-logo {
    display: table;
    float: left;
    margin-right: 30px;
}

.adminimal nav#block-reports-mainmenu {
    background: transparent;
    width: auto;
    line-height: 50px;
}

.adminimal  nav#block-reports-mainmenu ul.menu {
    list-style: none;
    margin: 0.25em 0 0.25em 1.5em; /
}

.adminimal nav#block-reports-mainmenu li.menu-item {
    list-style: none;
    display: inline;
    padding: 0.2em 0.5em 0 0;
}

.adminimal  nav#block-reports-mainmenu li.menu-item a {
    color: #fff;
    font-size: 1.25em;
}


.adminimal nav#block-reports-mainmenu {
    position: relative;
    float: right;
}

.adminimal header.content-header.clearfix {
    padding: 20px;
}

.adminimal header.content-header .layout-container {
    background: transparent;
}

.adminimal .tabs.primary {
    margin: 0 !important;
}

.adminimal nav.is-horizontal.is-collapsible.position-container.is-horizontal-enabled ul.tabs.primary {
    padding: 0;
}

.adminimal .is-horizontal .tabs.primary .tabs__tab:first-child.is-active {
    box-shadow: none;
    background: transparent;
    color: #000 !important;
}

.adminimal .is-horizontal .tabs.primary .tabs__tab.is-active {
    box-shadow: none;
    background: transparent;
    color: #000 !important;
}

.adminimal .is-horizontal .tabs.primary .tabs__tab a.is-active {
    color: #000 !important;
}

.adminimal .is-horizontal .tabs.primary .tabs__tab a {
    padding: 10px 18px;
}

.adminimal .is-horizontal .tabs.primary .tabs__tab {
    text-transform: uppercase;
}

/*.adminimal .region.region-content {
    padding: 40px;
    clear: both;
}*/

.adminimal .is-horizontal .tabs.primary a:hover {
    text-decoration: none;
    color: #0074BD;
}

.layout-container {
    clear: both;
    background: #f9f9f9;
    margin: 0px;
}

.adminimal .region.region-content .field__label,
.adminimal .region.region-content .field__item {
    font-size: 16px;
}

.adminimal div#block-adminimal-theme-content {
    font-size: 16px;
}

body.adminimal table th.is-active {
    background: #607D8B;
    color: #fff;
}

body.adminimal table th.is-active a {
    padding: 0 25px 0 0;
    color: #fff;
}

body.adminimal thead th {
    background: #E0E0E0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

body.adminimal table {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff !important;
    line-height: 1.5em;
}

body.adminimal tr {
    line-height: 2em;
}

body.adminimal table a {
    color: #2196F3;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1;
}

.tablesort--asc {
    background-image: url(/themes/adminimal_theme/images/arrow-asc.png) !important;
    width: 13px;
    height: 13px;
}

.tablesort--desc {
    background-image: url(/themes/adminimal_theme/images/arrow-asc.png) !important;
}

body.adminimal .tablesort {
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0px;
    top: -3px;
}

body.adminimal tr:hover {
    background: #FFF9C4;
}

.adminimal table tr {
    border-bottom: 0px solid #e6e4df;
}

.adminimal .pager__item.is-active a {
    color: #000;
    border-bottom-width: 0px;
    border-bottom-color: #2a678c;
    font-weight: 700;
}

.adminimal .pager__item a:hover,
.adminimal .pager__item a:focus {
    color: #000;
    border-bottom-width: 0px;
}

.adminimal .pager__item a {
    color: #2196F3;
    font-size: 16px;
    line-height: 1;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.adminimal li.pager__item.pager__item--last {
    display: none;
}



.adminimal h1.header-h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    line-height: 1;
}

.adminimal h2.header-h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.adminimal .content span.file img {
    margin-right: 15px;
}

.adminimal .views-exposed-form div.form-actions input {
    cursor: pointer;
    border: none;
    padding: 6px 18px;
    text-align: center;
    font-weight: normal;
    font-size: 1.077em;
    background: #0E9C57;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0.2rem;
}

.date-wrap {
    width: 100%;
    max-width: 210px;
    float: left;
}

input.form-autocomplete,
input.form-text,
input.form-file,
input.form-date,
textarea.form-textarea,
select.form-select {
    -webkit-padding-start: 8px;
    -webkit-padding-end: 16px;
    -webkit-padding-before: 5px;
    -webkit-padding-after: 5px;
    border-radius: 0;
    min-height: 16px;
}

input.form-autocomplete,
input.form-text,
input.form-file,
input.form-date,
textarea.form-textarea,
select.form-select {
    padding: 5px 7px !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
    color: #333 !important;
    vertical-align: baseline !important;
    box-sizing: inherit;
    outline: 2px solid transparent !important;
    outline-offset: 0px !important;
    transition: all, 0.1s;
}

select.form-select {
    background: url(/themes/adminimal_theme/images/select-arrow.svg) no-repeat right 50% #fff !important;
    min-height: 22px;
    font-size: 14px;
}

.form--inline .form-actions {
    float: left;
    margin-top: 45px;
    clear: none !important;
}
ul.modules-tabs__menu {
    list-style: none;
    margin: 0 auto;
}
ul.project-update__version-links {
    list-style: none;
}
ul.vertical-tabs__menu {
    list-style: none;
}
.reports .user-logged-in .header-layout-container {
    padding: 20px 40px;
    background: #fff;
    position: relative;
    color: #333;
};


/*START 04-june-2021*/
.export {
    float: left;
    margin-top: 50px;
    clear: none !important;
    text-transform: uppercase;
}

.export a{
	cursor: pointer;
    border: none;
    padding: 6px 18px;
    text-align: center;
    font-weight: normal;
    font-size: 1.077em;
    background: #0d70c5;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0.2rem;
    margin-left: 20px;
}
.view-id-report_export .feed-icons {
    display: none;
}

/*END 04-june-2021*/
@media screen and (max-width:991px) {
    .adminimal .content-header .layout-container {
        margin: 0 0px;
    }

    .adminimal table .content span.file img {
        margin-right: 0;
        text-align: center;
        display: block;
    }

    body.adminimal tr {
        line-height: 1em;
    }
}
@media screen and (max-width:480px) {
    .adminimal .tabs__tab a {
        float: none !important;
        text-align: left;
        border: 0 none !important;
        display: block !important;
        font-size: 20px !important;
        line-height: 1.2em !important;
        width: 90%;
        background: #444 !important;
        color: #fff !important;
        margin: 5px auto auto !important;
        border-radius: 5px;
        text-transform: uppercase !important;
    }


    .adminimal .tabs__tab {
        clear: both;
        float: none;
        margin: 0;
        width: 100%;
    }

    .adminimal .is-collapse-enabled .tabs__tab.is-active {
        position: relative;
        top: auto;
        left: 0;
        width: 100%;
        border-bottom: 0;
    }

    .adminimal .is-collapse-enabled .tabs {
        max-height: 0;
        padding-top: 0;
    }

    .adminimal .tabs.primary .tabs__tab.is-active a,
    .adminimal .tabs.primary .tabs__tab.is-active a:hover {
        background: #0074BD !important;

    }

    .adminimal ul.primary {
        background: transparent;
    }

    .adminimal .layout-container {
        clear: both;
        border-top: 5px solid #0074BD;
        margin: 10px 0 0;
        padding-left: 15px;
        padding-right: 15px;
    }

}
/*---- 27/March/2025
body.reports.logged-out header.content-header.clearfix {
    background-color: #0074BD;
}

.path-frontpage div#block-sitebranding{
  float: none;
  margin-right: 0;
}

.site-logo{
  display: block;
  float: none;
  margin-right: 0;
  text-align: center;
}
.path-frontpage .page-content {
  margin-bottom: 0;
}
.adminimal.path-frontpage form#user-login-form,body.adminimal.path-user form#user-pass {
  max-width: 350px;
  width: 500%;
  margin-inline: auto;
}
.adminimal.path-frontpage form#user-login-form input,
.adminimal.path-user form#user-pass input{
	width:100%;
	  height: 35px;
}
.adminimal.path-frontpage form#user-login-form input#edit-submit,
.adminimal.path-user form#user-pass input#edit-submit,
body.adminimal.path-user form#user-pass-reset input#edit-submit {
  background-image: linear-gradient(to bottom, #00AEC9 0%, #00A1BD 100%);
  border-radius: 3px;
  border: 0px;
  max-width: 100px;
  margin-inline: auto;
  display: block;
  margin-top: 30px;
  color: #fff;
height:35px;
}
.adminimal.path-frontpage form#user-login-form label,
.adminimal.path-user form#user-pass label{
	display:none;
}
body.adminimal.path-frontpage:has(.user-login-form),body.adminimal.path-user:has(.user-login-form) {
  background: #0a6cbe;
}
body.adminimal.path-frontpage p.forgot-password-link a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 17px;
  text-transform: capitalize;
  margin-top: 25px;
}
body.adminimal.path-frontpage:has(.user-login-form) header.content-header.clearfix,
body.adminimal.path-user:has(.user-login-form)  header.content-header.clearfix{
  padding-top: 60px;
}
body.adminimal.path-user div#block-adminimal-theme-login{
	display:none;
}
body.adminimal.path-user nav.is-collapsible.position-container.is-horizontal-enabled.is-collapse-enabled {
  display: none;
}

body.adminimal.path-frontpage .layout-container:has(.user-login-form),
body.adminimal.path-user .layout-container:has(.user-login-form),
body.adminimal.path-frontpage .layout-container:has(.user-login-form),
body.adminimal.path-user:has(.user-form) .layout-container:has(.user-form){
	background-color: #0a6cbe;
	color:#fff;
}
body.adminimal.path-user .layout-container{
	background:transparent;
}
body.adminimal.path-user form#user-pass p {
	color: #fff;
}
body.adminimal.path-user .messages--status {
  border-color: #73b355;
  color: #fff;
}
body.adminimal.path-user div#block-adminimal-theme-content{
	  color: #fff;
}
body.adminimal.path-user form#user-pass-reset p {
  color: #fff;
}
body.adminimal.path-user form#user-pass-reset{
	max-width:600px;
	width:100%;
	margin-inline: auto;
}
body.adminimal.path-user:has(.user-form) .layout-container {
  background: transparent;
}
body.adminimal.path-user:has(.user-form) form#user-form {
    max-width: 800px;
    margin-inline: auto;
}
body.adminimal.path-user:has(.user-form) .layout-container form#user-form .password-suggestions ul {
  margin-bottom: 0;
  padding-left: 20px;
  margin-left: 0;
}
body.adminimal.user-logged-in.path-user ul.tips, div.description, .form-item div.description{
	color:#fff;
}
body.adminimal.user-logged-in.path-user details#edit-contact label {
  color: #000;
}
body.adminimal.user-logged-in.path-user fieldset#edit-field-client-type--wrapper span.fieldset-legend {
  color: #000;
}
body.adminimal.user-logged-in.path-user fieldset#edit-field-client-type--wrapper legend{
	background:transparent;
}
body.adminimal.user-logged-in.path-user .adminimal .button--primary {
  background: #fff;
  border-color: #fff;
  color: #000;
}
/*---- 27/March/2025------*/
body.reports.logged-out{
	background: #0a6cbe;
	font-size: 76%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body.reports.logged-out div#block-reports-sitebranding {
    margin-top: 50px;
}
body.reports.logged-out #block-reports-login,body.reports.logged-out .user-pass-wrapper {
    text-align: center;
    width: 335px;
    margin: 40px auto;
    padding: 1em;
    color: #fff;
}
body.reports.logged-out header.content-header{
	padding-top: 0;
}
body.reports.logged-out header.content-header.clearfix {
    background: #0a6cbe;
}
body.reports.logged-out .layout-container {
    background: transparent;
}
body.reports.logged-out .layout-container .user-login-form-wrapper label.form-required ,
body.reports.logged-out .user-pass-wrapper label {
	display:none;
}

body.reports.logged-out .layout-container .user-login-form-wrapper input:not(.js-form-submit),
body.reports.logged-out .user-pass-wrapper input:not(.form-submit){
    width: 100%;
    height: 35px;
	border-radius: 4px;
	max-width: 295px;
}
body.reports.logged-out .layout-container .user-login-form-wrapper input.js-form-submit{
	background-image: linear-gradient(to bottom, #00AEC9 0%, #00A1BD 100%);
    border-radius: 3px;
	color:#fff;
	border-width: 0;
	height: 35px;
	    line-height: 1;
	font-size:13px;
	width: 100px;
}
body.reports.logged-out .layout-container .user-login-form-wrapper .js-form-item{padding-right: 0;}
body.reports.logged-out .layout-container #block-reports-login .item-list ul li {
	list-style:none;
}
body.reports.logged-out .layout-container .item-list ul li a.request-password-link {
    display: none;
}
body.reports.logged-out .layout-container p.forgot-password-link a {
    color: #fff;
	margin-bottom: 0;
	margin-top:20px;
	    display: block;
}
body.reports.logged-out a.site-logo {
    display: block;
    float: none;
    margin-right: 0;
   text-align: center;
}
body.reports.logged-out #block-reports-login h2{
	    display: none;
}
body.reports.logged-out .user-pass-wrapper input#edit-submit {
  background-image: linear-gradient(to bottom, #00AEC9 0%, #00A1BD 100%);
  border-radius: 3px;
  border: 0px;
  text-shadow: 0px 1px 0px rgb(255 255 255 / 20%), 0px -1px 0px rgb(0 0 0 / 40%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
}
body.reports.path-user.logged-out form#user-pass-reset {
  max-width: 575px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
	padding-top: 30px;
}
body.reports.path-user.logged-out form#user-pass-reset p {
	color:#fff;
	font-size:14px;
}
body.reports.logged-out .layout-container .user-pass-reset-wrapper input.js-form-submit {
  background-image: linear-gradient(to bottom, #00AEC9 0%, #00A1BD 100%);
  border-radius: 3px;
  color: #fff;
  border-width: 0;
  height: 35px;
  line-height: 1;
  font-size: 13px;
  width: 100px;
}
body.reports.user-logged-in .content-header {
  padding: 20px;
  background-color: #0a6cbe;
}
body.reports.user-logged-in ul.menu {
  text-align: left;
  display: flex;
  gap: 15px;
}
body.reports.user-logged-in ul.menu li {list-style:none}
body.reports.user-logged-in ul.menu li a {
   color: #fff;
   display:inline-block;
   font-size: 16px;
}
body.reports.user-logged-in a.site-logo {
  display: inline-block;
  float: none;
  margin-right: 30px;
}
body.reports.user-logged-in .header-layout-container{
	  padding: 20px 40px;
}
body.reports.user-logged-in .region.region-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.reports.user-logged-in .layout-container {
  padding: 20px 40px;
}
body.reports.user-logged-in .view-id-admin_reports table th.is-active {
  background: #607D8B;
  color: #fff;
}
body.reports.user-logged-in .view-id-admin_reports table{
	 font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body.reports.user-logged-in .view-id-admin_reports table a{  color: #0074BD;}
body.reports.user-logged-in .view-id-admin_reports thead th {
  background: #E0E0E0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body.reports.user-logged-in .view-id-admin_reports thead th.is-active > a {
  color: #fff;
}
body.reports.user-logged-in .view-id-admin_reports thead th{padding: 10px;text-transform: capitalize;}
body.reports.user-logged-in .view-id-admin_reports thead th > a:after{display:none}
body.reports.user-logged-in .view-id-admin_reports tr {line-height: 2em;border-bottom-width:0;}


.view-report-export input.form-autocomplete,.view-report-export input.form-text,.view-report-export input.form-file,.view-report-export input.form-date,.view-report-export textarea.form-textarea,.view-report-export select.form-select {
  padding: 5px 7px !important;
  border: 1px solid #ddd !important;
  background: #fff !important;
  color: #333 !important;
  vertical-align: baseline !important;
  box-sizing: inherit;
  outline: 2px solid transparent !important;
  outline-offset: 0px !important;
  transition: all, 0.1s;
	  box-shadow: none;
  border-radius: 0;
}
body.toolbar-icon-8.toolbar-tray-open.toolbar-horizontal.toolbar-fixed.reports.user-logged-in.path-report-export{
	font: normal 81.3% / 1.538em "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", "Lucida Sans", sans-serif;
}
body.toolbar-icon-8.reports.user-logged-in.path-report-export .form-item{margin:12px 8px 12px 0;padding-right:16px;}
body.toolbar-icon-8.reports.user-logged-in.path-report-export select.form-select{  min-height: 15px;}
body.toolbar-icon-8.reports.user-logged-in.path-report-export ul.tips,
body.toolbar-icon-8.reports.user-logged-in.path-report-export div.description,
body.toolbar-icon-8.reports.user-logged-in.path-report-export .form-item div.description {
  margin: 5px 0;
 line-height: 19.696px;
  font-size: 0.923em;
  color: #666;
}
body.toolbar-icon-8.reports.user-logged-in.path-report-export .form--inline .form-actions #edit-submit-report-export,
body.toolbar-icon-8.reports.user-logged-in .form-actions input.button,
body.reports.user-logged-in.path-frontpage .form--inline .form-actions #edit-submit-admin-reports{
cursor: pointer;
  border: none;
  padding: 6px 18px;
  font-size: 1.077em;
  background: #0E9C57;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0.2rem;
  min-width: 90px;
}
.export {
  float: left;
  margin-top: 50px;
  clear: none !important;
  text-transform: uppercase;
  display: block;
}
body.reports.path-user.logged-out div#block-reports-content {
    text-align: center;
	width: 335px;
	margin: 40px auto;
	padding: 1em;
	color: #fff;
}
body.reports.path-user.logged-out div#edit-name--description {
    display: none;
}
 
body.reports.path-user.logged-out div#edit-pass--description {
    display: none;
}
.form--inline fieldset:not(.fieldgroup) {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent;
    box-shadow: none;
    border-width: 0 !important;
}
.adminimal .messages--status {
    border-color: #ffffff;
    color: #fff;
}
body.user-logged-in.adminimal .messages--status {
    border-color: #0E9C57;
    color: #0E9C57;
}
a.site-logo img {
    /* max-width: 15%; */
    height: auto;
}
body .pre-content-custom ul{
    margin-top: 0 !important;
}

body.reports.user-logged-in.path-frontpage  #edit-field-report-date-value-wrapper legend {
	 position: relative;
	 top: auto;
	 background: transparent;
}
body.reports.user-logged-in.path-frontpage  #edit-field-report-date-value-wrapper .js-form-item {
	 float: none;
}
body.reports.user-logged-in.path-frontpage  #edit-created-wrapper legend {
	 position: relative;
	 top: auto;
	 background: transparent;
}
body.reports.user-logged-in.path-frontpage  #edit-created-wrapper .js-form-item {
	 float: none;
}

#edit-field-report-date-value-wrapper legend {
	 position: relative;
	 top: auto;
	 background: transparent;
}
 #edit-field-report-date-value-wrapper .js-form-item {
	 float: none;
}
 #edit-created-wrapper legend {
	 position: relative;
	 top: auto;
	 background: transparent;
}
 #edit-created-wrapper .js-form-item {
	 float: none;
}
